diff --git a/README.md b/README.md
index 8e3cc8dc2..ad99032a8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# CDKTF prebuilt bindings for gitlabhq/gitlab provider version 17.6.0
+# CDKTF prebuilt bindings for gitlabhq/gitlab provider version 17.6.1
-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).
+This repo builds and publishes the [Terraform gitlab provider](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0)
+- [Terraform gitlab provider](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1)
- [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/application.csharp.md b/docs/application.csharp.md
index fa9b1cb94..9624242f1 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.6.0/docs/resources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application#confidential Application#confidential}
---
diff --git a/docs/application.go.md b/docs/application.go.md
index 4100788eb..1878e49e1 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.6.0/docs/resources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application#confidential Application#confidential}
---
diff --git a/docs/application.java.md b/docs/application.java.md
index 128f92afb..f3f5e65e6 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.6.0/docs/resources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application#confidential Application#confidential}
---
diff --git a/docs/application.python.md b/docs/application.python.md
index 515a19d0e..df8506356 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.6.0/docs/resources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application#confidential Application#confidential}
---
diff --git a/docs/application.typescript.md b/docs/application.typescript.md
index e0dab4895..384df6015 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.6.0/docs/resources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application#confidential Application#confidential}
---
diff --git a/docs/applicationSettings.csharp.md b/docs/applicationSettings.csharp.md
index fdda84c63..cf95a858e 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.6.0/docs/resources/application_settings gitlab_application_settings}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#id ApplicationSettings#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 d3afb81fb..fd74cfc50 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.6.0/docs/resources/application_settings gitlab_application_settings}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#id ApplicationSettings#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 9c1accb05..e1db824ec 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.6.0/docs/resources/application_settings gitlab_application_settings}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 c86ec9147..86fe181ee 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.6.0/docs/resources/application_settings gitlab_application_settings}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#id ApplicationSettings#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#id ApplicationSettings#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 6a45cbbf3..2665b70f2 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.6.0/docs/resources/application_settings gitlab_application_settings}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#id ApplicationSettings#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 b654c8b35..0a2227202 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.6.0/docs/resources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/branch#id Branch#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 2e5063fc3..453439552 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.6.0/docs/resources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/branch#id Branch#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 bd6758e71..388bb1bd9 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.6.0/docs/resources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 907b566ab..1aef7c4cf 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.6.0/docs/resources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#id Branch#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/branch#id Branch#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 df72583f1..c4acb63e7 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.6.0/docs/resources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/branch#id Branch#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 2ee94e20b..0ac4403c1 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.6.0/docs/resources/branch_protection gitlab_branch_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1085,7 +1085,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#deploy_key_id BranchProtection#deploy_key_id}
---
@@ -1099,7 +1099,7 @@ public double GroupId { get; set; }
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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1113,7 +1113,7 @@ public double UserId { get; set; }
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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1149,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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1163,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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1299,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.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#branch BranchProtection#branch}
---
@@ -1313,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.6.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#project BranchProtection#project}
---
@@ -1327,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.6.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.1/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
---
@@ -1341,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.6.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.1/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
---
@@ -1355,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.6.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.1/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
---
@@ -1369,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.6.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.1/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
---
@@ -1383,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.6.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.1/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
---
@@ -1397,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.6.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.1/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
---
@@ -1411,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.6.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.1/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
---
@@ -1425,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.6.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.1/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
---
diff --git a/docs/branchProtection.go.md b/docs/branchProtection.go.md
index e233b0e62..8dbc88adb 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.6.0/docs/resources/branch_protection gitlab_branch_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1085,7 +1085,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#deploy_key_id BranchProtection#deploy_key_id}
---
@@ -1099,7 +1099,7 @@ GroupId *f64
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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1113,7 +1113,7 @@ UserId *f64
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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1149,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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1163,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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1299,7 +1299,7 @@ Branch *string
Name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#branch BranchProtection#branch}
---
@@ -1313,7 +1313,7 @@ Project *string
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#project BranchProtection#project}
---
@@ -1327,7 +1327,7 @@ AllowedToMerge interface{}
allowed_to_merge block.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
---
@@ -1341,7 +1341,7 @@ AllowedToPush interface{}
allowed_to_push block.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
---
@@ -1355,7 +1355,7 @@ AllowedToUnprotect interface{}
allowed_to_unprotect block.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
---
@@ -1369,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.6.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.1/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
---
@@ -1383,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.6.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.1/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
---
@@ -1397,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.6.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.1/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
---
@@ -1411,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.6.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.1/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
---
@@ -1425,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.6.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.1/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
---
diff --git a/docs/branchProtection.java.md b/docs/branchProtection.java.md
index cdb9585d6..2319dad45 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.6.0/docs/resources/branch_protection gitlab_branch_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1266,7 +1266,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#deploy_key_id BranchProtection#deploy_key_id}
---
@@ -1280,7 +1280,7 @@ public java.lang.Number getGroupId();
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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1294,7 +1294,7 @@ public java.lang.Number getUserId();
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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1330,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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1344,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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1489,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.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#branch BranchProtection#branch}
---
@@ -1503,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.6.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#project BranchProtection#project}
---
@@ -1517,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.6.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.1/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
---
@@ -1531,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.6.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.1/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
---
@@ -1545,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.6.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.1/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
---
@@ -1559,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.6.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.1/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
---
@@ -1573,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.6.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.1/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
---
@@ -1587,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.6.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.1/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
---
@@ -1601,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.6.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.1/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
---
@@ -1615,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.6.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.1/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
---
diff --git a/docs/branchProtection.python.md b/docs/branchProtection.python.md
index a05267b5c..7a7baa319 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.6.0/docs/resources/branch_protection gitlab_branch_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1311,7 +1311,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#deploy_key_id BranchProtection#deploy_key_id}
---
@@ -1325,7 +1325,7 @@ 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`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1339,7 +1339,7 @@ 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`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1375,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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1389,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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1525,7 +1525,7 @@ branch: str
Name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#branch BranchProtection#branch}
---
@@ -1539,7 +1539,7 @@ project: str
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#project BranchProtection#project}
---
@@ -1553,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.6.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.1/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
---
@@ -1567,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.6.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.1/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
---
@@ -1581,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.6.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.1/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
---
@@ -1595,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.6.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.1/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
---
@@ -1609,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.6.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.1/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
---
@@ -1623,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.6.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.1/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
---
@@ -1637,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.6.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.1/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
---
@@ -1651,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.6.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.1/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
---
diff --git a/docs/branchProtection.typescript.md b/docs/branchProtection.typescript.md
index 4427fd5b0..ac3755769 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.6.0/docs/resources/branch_protection gitlab_branch_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1078,7 +1078,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#deploy_key_id BranchProtection#deploy_key_id}
---
@@ -1092,7 +1092,7 @@ public readonly groupId: number;
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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1106,7 +1106,7 @@ public readonly userId: number;
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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1139,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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1153,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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1271,7 +1271,7 @@ public readonly branch: string;
Name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#branch BranchProtection#branch}
---
@@ -1285,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.6.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#project BranchProtection#project}
---
@@ -1299,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.6.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.1/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
---
@@ -1313,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.6.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.1/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
---
@@ -1327,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.6.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.1/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
---
@@ -1341,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.6.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.1/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
---
@@ -1355,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.6.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.1/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
---
@@ -1369,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.6.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.1/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
---
@@ -1383,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.6.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.1/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
---
@@ -1397,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.6.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.1/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
---
diff --git a/docs/clusterAgent.csharp.md b/docs/clusterAgent.csharp.md
index b8acd6283..9ad4f386c 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.6.0/docs/resources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 eff25ddcc..0b2b30ada 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.6.0/docs/resources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 2361e8c7b..8fa12ad4f 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.6.0/docs/resources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 c6e46a0a4..1b7884bab 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.6.0/docs/resources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 3c097b8e7..13a83825a 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.6.0/docs/resources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 f4e8f0ed0..bae68d3fe 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.6.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 93dedf40f..b349214c0 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.6.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 f8c5d45af..1f9794815 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.6.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 a87cce972..05574abaf 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.6.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 769ba3c01..93044d013 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.6.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 18f8f6c29..2a9d1bbdb 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.6.0/docs/resources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 71469c003..1cd76b493 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.6.0/docs/resources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 563b2ab61..315e6f40e 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.6.0/docs/resources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 0ee6c1116..3f2ac7682 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.6.0/docs/resources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 4e5cc8e3e..0969f3640 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.6.0/docs/resources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 c22954f37..537604001 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.6.0/docs/data-sources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 117e75ada..8f7f41f0d 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.6.0/docs/data-sources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 bbd3c7d9d..0488d3e45 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.6.0/docs/data-sources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 921c89f24..91a2b5d95 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.6.0/docs/data-sources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 c6f9392a5..b566db3a1 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.6.0/docs/data-sources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 0f63ee708..036705398 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.6.0/docs/data-sources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 63e3d2373..6475cb477 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.6.0/docs/data-sources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 0e1defff6..2939b8773 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.6.0/docs/data-sources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 9bb50d4fe..df75ff2ec 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.6.0/docs/data-sources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 61e707c66..4c639f45b 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.6.0/docs/data-sources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 d0f272bb0..c1cc313cc 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.6.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 22d92c91e..9e4e8d323 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.6.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 75e1939d0..5367357bc 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.6.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 fa61107fd..4c3dae12b 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.6.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 9cb531f46..1ac46c6e5 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.6.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 95a8fc030..87f4b6c4f 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.6.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 6494f8104..e546b2de5 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.6.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 43a290e37..993a126dc 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.6.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 8369d92ce..e49bac044 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.6.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 f1c3765ad..11106f871 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.6.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 21ecd0583..86d143cc6 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.6.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
---
diff --git a/docs/dataGitlabComplianceFramework.go.md b/docs/dataGitlabComplianceFramework.go.md
index 8811cd9ac..2302999f3 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.6.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
---
diff --git a/docs/dataGitlabComplianceFramework.java.md b/docs/dataGitlabComplianceFramework.java.md
index 240f9262e..4daefc696 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.6.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
---
diff --git a/docs/dataGitlabComplianceFramework.python.md b/docs/dataGitlabComplianceFramework.python.md
index d47c734ee..777b35df8 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.6.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
---
diff --git a/docs/dataGitlabComplianceFramework.typescript.md b/docs/dataGitlabComplianceFramework.typescript.md
index 1185bab3d..60f7cac35 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.6.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
---
diff --git a/docs/dataGitlabCurrentUser.csharp.md b/docs/dataGitlabCurrentUser.csharp.md
index 4819aa82b..8f611862b 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.6.0/docs/data-sources/current_user gitlab_current_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 47a6b79de..cfa0abf6b 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.6.0/docs/data-sources/current_user gitlab_current_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 efe033580..7d6cddd8e 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.6.0/docs/data-sources/current_user gitlab_current_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 750b1ccec..3613b0667 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.6.0/docs/data-sources/current_user gitlab_current_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 b0117f7a2..4747553a3 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.6.0/docs/data-sources/current_user gitlab_current_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 c77005b14..4de6c1ab4 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.6.0/docs/data-sources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group#id DataGitlabGroup#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 29b2a272d..d33e987d7 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.6.0/docs/data-sources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group#id DataGitlabGroup#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 ebeee02e3..77cdcce25 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.6.0/docs/data-sources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 efc576b50..7168a9438 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.6.0/docs/data-sources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#id DataGitlabGroup#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group#id DataGitlabGroup#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 8cab9f8d7..759815c52 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.6.0/docs/data-sources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group#id DataGitlabGroup#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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
index f1c1021d5..4cc0678a3 100644
--- a/docs/dataGitlabGroupBillableMemberMemberships.csharp.md
+++ b/docs/dataGitlabGroupBillableMemberMemberships.csharp.md
@@ -4,7 +4,7 @@
### 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}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabGroupBillableMem
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#import import section} in the documentation of this resource for the id to use
---
@@ -720,7 +720,7 @@ public string GroupId { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
---
@@ -734,7 +734,7 @@ public double UserId { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
---
diff --git a/docs/dataGitlabGroupBillableMemberMemberships.go.md b/docs/dataGitlabGroupBillableMemberMemberships.go.md
index d23db8308..e3c593225 100644
--- a/docs/dataGitlabGroupBillableMemberMemberships.go.md
+++ b/docs/dataGitlabGroupBillableMemberMemberships.go.md
@@ -4,7 +4,7 @@
### 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}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabGroupBillableMem
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#import import section} in the documentation of this resource for the id to use
---
@@ -720,7 +720,7 @@ GroupId *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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
---
@@ -734,7 +734,7 @@ UserId *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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
---
diff --git a/docs/dataGitlabGroupBillableMemberMemberships.java.md b/docs/dataGitlabGroupBillableMemberMemberships.java.md
index 571b46d81..d9383f7cb 100644
--- a/docs/dataGitlabGroupBillableMemberMemberships.java.md
+++ b/docs/dataGitlabGroupBillableMemberMemberships.java.md
@@ -4,7 +4,7 @@
### 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}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships}.
#### Initializers
@@ -110,7 +110,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.6.0/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
---
@@ -120,7 +120,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.6.0/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
---
@@ -443,7 +443,7 @@ The construct id used in the generated config for the DataGitlabGroupBillableMem
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#import import section} in the documentation of this resource for the id to use
---
@@ -802,7 +802,7 @@ public java.lang.String getGroupId();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
---
@@ -816,7 +816,7 @@ public java.lang.Number getUserId();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
---
diff --git a/docs/dataGitlabGroupBillableMemberMemberships.python.md b/docs/dataGitlabGroupBillableMemberMemberships.python.md
index 6386cae8d..77331bb2c 100644
--- a/docs/dataGitlabGroupBillableMemberMemberships.python.md
+++ b/docs/dataGitlabGroupBillableMemberMemberships.python.md
@@ -4,7 +4,7 @@
### 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}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships}.
#### Initializers
@@ -108,7 +108,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.6.0/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
---
@@ -118,7 +118,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.6.0/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
---
@@ -477,7 +477,7 @@ The construct id used in the generated config for the DataGitlabGroupBillableMem
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#import import section} in the documentation of this resource for the id to use
---
@@ -832,7 +832,7 @@ group_id: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
---
@@ -846,7 +846,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.6.0/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
---
diff --git a/docs/dataGitlabGroupBillableMemberMemberships.typescript.md b/docs/dataGitlabGroupBillableMemberMemberships.typescript.md
index 85a16207b..8cd5b87df 100644
--- a/docs/dataGitlabGroupBillableMemberMemberships.typescript.md
+++ b/docs/dataGitlabGroupBillableMemberMemberships.typescript.md
@@ -4,7 +4,7 @@
### 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}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabGroupBillableMem
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#import import section} in the documentation of this resource for the id to use
---
@@ -710,7 +710,7 @@ public readonly groupId: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
---
@@ -724,7 +724,7 @@ public readonly userId: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
---
diff --git a/docs/dataGitlabGroupHook.csharp.md b/docs/dataGitlabGroupHook.csharp.md
index bd800a2a4..4b96364f1 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.6.0/docs/data-sources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 30e7602c1..d618baedf 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.6.0/docs/data-sources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 0bdecd78e..6ff612405 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.6.0/docs/data-sources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 337f1db6f..95bf498d8 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.6.0/docs/data-sources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 129b2026c..d6b2e50fd 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.6.0/docs/data-sources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 4d6a8771c..9d6902df8 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.6.0/docs/data-sources/group_hooks gitlab_group_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 d272824be..818feb799 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.6.0/docs/data-sources/group_hooks gitlab_group_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 568fee230..1e462e74c 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.6.0/docs/data-sources/group_hooks gitlab_group_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 2465ae4b2..75cd00673 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.6.0/docs/data-sources/group_hooks gitlab_group_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 fc44c6bf9..df7e6e275 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.6.0/docs/data-sources/group_hooks gitlab_group_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 f52b81767..97c028ab3 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.6.0/docs/data-sources/group_ids gitlab_group_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
---
diff --git a/docs/dataGitlabGroupIds.go.md b/docs/dataGitlabGroupIds.go.md
index 0f952b263..9d6328ad9 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.6.0/docs/data-sources/group_ids gitlab_group_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
---
diff --git a/docs/dataGitlabGroupIds.java.md b/docs/dataGitlabGroupIds.java.md
index 8d3b20a17..30aadd316 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.6.0/docs/data-sources/group_ids gitlab_group_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
---
diff --git a/docs/dataGitlabGroupIds.python.md b/docs/dataGitlabGroupIds.python.md
index 3a3f6e65c..6d6c0a47d 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.6.0/docs/data-sources/group_ids gitlab_group_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
---
diff --git a/docs/dataGitlabGroupIds.typescript.md b/docs/dataGitlabGroupIds.typescript.md
index 0273608fe..57491fcb4 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.6.0/docs/data-sources/group_ids gitlab_group_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
---
diff --git a/docs/dataGitlabGroupMembership.csharp.md b/docs/dataGitlabGroupMembership.csharp.md
index a34747ce5..6381b3c06 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.6.0/docs/data-sources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
---
diff --git a/docs/dataGitlabGroupMembership.go.md b/docs/dataGitlabGroupMembership.go.md
index 92e7c768b..549f6771a 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.6.0/docs/data-sources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
---
diff --git a/docs/dataGitlabGroupMembership.java.md b/docs/dataGitlabGroupMembership.java.md
index 0a6d52ecb..758029942 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.6.0/docs/data-sources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
---
diff --git a/docs/dataGitlabGroupMembership.python.md b/docs/dataGitlabGroupMembership.python.md
index 78698a0c8..7b04c92ba 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.6.0/docs/data-sources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
---
diff --git a/docs/dataGitlabGroupMembership.typescript.md b/docs/dataGitlabGroupMembership.typescript.md
index eedf343a3..2b5a06c87 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.6.0/docs/data-sources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
---
diff --git a/docs/dataGitlabGroupProvisionedUsers.csharp.md b/docs/dataGitlabGroupProvisionedUsers.csharp.md
index 383e46910..5f0e4e980 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.6.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
---
diff --git a/docs/dataGitlabGroupProvisionedUsers.go.md b/docs/dataGitlabGroupProvisionedUsers.go.md
index 6a2eec21d..461b2ce94 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.6.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
---
diff --git a/docs/dataGitlabGroupProvisionedUsers.java.md b/docs/dataGitlabGroupProvisionedUsers.java.md
index ae8f91ebe..2b79f85ff 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.6.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
---
diff --git a/docs/dataGitlabGroupProvisionedUsers.python.md b/docs/dataGitlabGroupProvisionedUsers.python.md
index 7d8fc4b35..830cd1ed8 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.6.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
---
diff --git a/docs/dataGitlabGroupProvisionedUsers.typescript.md b/docs/dataGitlabGroupProvisionedUsers.typescript.md
index b0b3beb27..807204c2f 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.6.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
---
diff --git a/docs/dataGitlabGroupServiceAccount.csharp.md b/docs/dataGitlabGroupServiceAccount.csharp.md
index 39cc16657..ec945cecc 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.6.0/docs/data-sources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
---
diff --git a/docs/dataGitlabGroupServiceAccount.go.md b/docs/dataGitlabGroupServiceAccount.go.md
index dfd8dc93c..a6be42395 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.6.0/docs/data-sources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
---
diff --git a/docs/dataGitlabGroupServiceAccount.java.md b/docs/dataGitlabGroupServiceAccount.java.md
index dbdfa056c..e30bf1282 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.6.0/docs/data-sources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
---
diff --git a/docs/dataGitlabGroupServiceAccount.python.md b/docs/dataGitlabGroupServiceAccount.python.md
index 7725254d5..bb71ce751 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.6.0/docs/data-sources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
---
diff --git a/docs/dataGitlabGroupServiceAccount.typescript.md b/docs/dataGitlabGroupServiceAccount.typescript.md
index be8b528fa..4193ec677 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.6.0/docs/data-sources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
---
diff --git a/docs/dataGitlabGroupSubgroups.csharp.md b/docs/dataGitlabGroupSubgroups.csharp.md
index ffb7967cc..32a2aaab6 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.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
---
diff --git a/docs/dataGitlabGroupSubgroups.go.md b/docs/dataGitlabGroupSubgroups.go.md
index ebeb473ac..333b29f7f 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.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
---
diff --git a/docs/dataGitlabGroupSubgroups.java.md b/docs/dataGitlabGroupSubgroups.java.md
index 80abc8f39..d0d4f6342 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.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
---
diff --git a/docs/dataGitlabGroupSubgroups.python.md b/docs/dataGitlabGroupSubgroups.python.md
index d34e32eb8..43c87d2bc 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.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
---
diff --git a/docs/dataGitlabGroupSubgroups.typescript.md b/docs/dataGitlabGroupSubgroups.typescript.md
index fe53a6d2d..53c4bab67 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.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
---
diff --git a/docs/dataGitlabGroupVariable.csharp.md b/docs/dataGitlabGroupVariable.csharp.md
index b794afb6d..b8a03b83c 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.6.0/docs/data-sources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 7274e0b31..484f3c8ee 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.6.0/docs/data-sources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 3b9c814c4..a0c6f90e0 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.6.0/docs/data-sources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 532525a58..6357d9cb2 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.6.0/docs/data-sources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 adc5618b9..9162f3e64 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.6.0/docs/data-sources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 44d9cadf6..24c23d078 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.6.0/docs/data-sources/group_variables gitlab_group_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 efd54bf3a..c6ed2f73b 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.6.0/docs/data-sources/group_variables gitlab_group_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 14ac25e00..83ab54bf9 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.6.0/docs/data-sources/group_variables gitlab_group_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 620721517..bf6686b18 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.6.0/docs/data-sources/group_variables gitlab_group_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 b0726006c..22b092ff3 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.6.0/docs/data-sources/group_variables gitlab_group_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 a436b1926..a93a3693c 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.6.0/docs/data-sources/groups gitlab_groups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
---
diff --git a/docs/dataGitlabGroups.go.md b/docs/dataGitlabGroups.go.md
index 8eacde87f..b64a32599 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.6.0/docs/data-sources/groups gitlab_groups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
---
diff --git a/docs/dataGitlabGroups.java.md b/docs/dataGitlabGroups.java.md
index 45b5caa1d..4f7bd181b 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.6.0/docs/data-sources/groups gitlab_groups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
---
diff --git a/docs/dataGitlabGroups.python.md b/docs/dataGitlabGroups.python.md
index aa9b2a861..a3f12a522 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.6.0/docs/data-sources/groups gitlab_groups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
---
diff --git a/docs/dataGitlabGroups.typescript.md b/docs/dataGitlabGroups.typescript.md
index 772557141..1ff84b1a8 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.6.0/docs/data-sources/groups gitlab_groups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
---
diff --git a/docs/dataGitlabInstanceDeployKeys.csharp.md b/docs/dataGitlabInstanceDeployKeys.csharp.md
index 0afc3f8da..939e81c2d 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.6.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
---
diff --git a/docs/dataGitlabInstanceDeployKeys.go.md b/docs/dataGitlabInstanceDeployKeys.go.md
index 7bce408f7..64c3c37c3 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.6.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
---
diff --git a/docs/dataGitlabInstanceDeployKeys.java.md b/docs/dataGitlabInstanceDeployKeys.java.md
index 6ec3f7a0a..b2ce893ae 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.6.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
---
diff --git a/docs/dataGitlabInstanceDeployKeys.python.md b/docs/dataGitlabInstanceDeployKeys.python.md
index 1f7f2678f..87cf11d61 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.6.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
---
diff --git a/docs/dataGitlabInstanceDeployKeys.typescript.md b/docs/dataGitlabInstanceDeployKeys.typescript.md
index fa59701c0..5c6828924 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.6.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
---
diff --git a/docs/dataGitlabInstanceVariable.csharp.md b/docs/dataGitlabInstanceVariable.csharp.md
index 8930588b2..c1dab07a1 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.6.0/docs/data-sources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 f8dc317f4..b613dd3a9 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.6.0/docs/data-sources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 99f55a3a4..de79153a7 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.6.0/docs/data-sources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 0d289983c..a1abf3743 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.6.0/docs/data-sources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 db297d02c..8faea1848 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.6.0/docs/data-sources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 27e648bc4..cae14d53b 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.6.0/docs/data-sources/instance_variables gitlab_instance_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 df8582cb6..6299f4d9b 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.6.0/docs/data-sources/instance_variables gitlab_instance_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 c970a2714..bec184291 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.6.0/docs/data-sources/instance_variables gitlab_instance_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 6f75fa24b..74e108961 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.6.0/docs/data-sources/instance_variables gitlab_instance_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 e3fdefb77..d9945d931 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.6.0/docs/data-sources/instance_variables gitlab_instance_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 3771039a3..28a659f96 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.6.0/docs/data-sources/metadata gitlab_metadata}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataGitlabMetadata.go.md b/docs/dataGitlabMetadata.go.md
index 5449b77a9..5e067bd5d 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.6.0/docs/data-sources/metadata gitlab_metadata}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataGitlabMetadata.java.md b/docs/dataGitlabMetadata.java.md
index f97912463..c0bc6e0ee 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.6.0/docs/data-sources/metadata gitlab_metadata}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataGitlabMetadata.python.md b/docs/dataGitlabMetadata.python.md
index 96d3d991a..2980c538a 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.6.0/docs/data-sources/metadata gitlab_metadata}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataGitlabMetadata.typescript.md b/docs/dataGitlabMetadata.typescript.md
index d6121741c..82c48d7dd 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.6.0/docs/data-sources/metadata gitlab_metadata}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataGitlabPipelineSchedule.csharp.md b/docs/dataGitlabPipelineSchedule.csharp.md
index 513ea12c5..c17e3bbc8 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.6.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedule.go.md b/docs/dataGitlabPipelineSchedule.go.md
index e7e86de53..8f4200a79 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.6.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedule.java.md b/docs/dataGitlabPipelineSchedule.java.md
index bc260b481..2890595a2 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.6.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedule.python.md b/docs/dataGitlabPipelineSchedule.python.md
index d8d82dbca..3a5565bbc 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.6.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedule.typescript.md b/docs/dataGitlabPipelineSchedule.typescript.md
index 784b9a705..201279b7a 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.6.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedules.csharp.md b/docs/dataGitlabPipelineSchedules.csharp.md
index 545b95a27..42b7eb257 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.6.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedules.go.md b/docs/dataGitlabPipelineSchedules.go.md
index 0c6e9e0f9..65511eb71 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.6.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedules.java.md b/docs/dataGitlabPipelineSchedules.java.md
index ec266b801..ff7229b70 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.6.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedules.python.md b/docs/dataGitlabPipelineSchedules.python.md
index 8d3360987..7209dda85 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.6.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedules.typescript.md b/docs/dataGitlabPipelineSchedules.typescript.md
index 0a23f1809..450c2954f 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.6.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
---
diff --git a/docs/dataGitlabProject.csharp.md b/docs/dataGitlabProject.csharp.md
index 17bedb8cf..51a12430b 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.6.0/docs/data-sources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -1500,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.6.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.1/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
---
@@ -1514,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.6.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -1531,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.6.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.1/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
---
@@ -1545,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.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
---
diff --git a/docs/dataGitlabProject.go.md b/docs/dataGitlabProject.go.md
index 68a0ced24..1970a7913 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.6.0/docs/data-sources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -1500,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.6.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.1/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
---
@@ -1514,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.6.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -1531,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.6.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.1/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
---
@@ -1545,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.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
---
diff --git a/docs/dataGitlabProject.java.md b/docs/dataGitlabProject.java.md
index 3dd1d1f03..f28040ddb 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.6.0/docs/data-sources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -1611,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.6.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.1/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
---
@@ -1625,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.6.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -1642,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.6.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.1/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
---
@@ -1656,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.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
---
diff --git a/docs/dataGitlabProject.python.md b/docs/dataGitlabProject.python.md
index 2e49ff2c0..3b1b8b74c 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.6.0/docs/data-sources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -1639,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.6.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.1/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
---
@@ -1653,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.6.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -1670,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.6.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.1/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
---
@@ -1684,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.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
---
diff --git a/docs/dataGitlabProject.typescript.md b/docs/dataGitlabProject.typescript.md
index 5b1f13f6c..4122806b7 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.6.0/docs/data-sources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -1488,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.6.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.1/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
---
@@ -1502,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.6.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -1519,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.6.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.1/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
---
@@ -1533,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.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
---
diff --git a/docs/dataGitlabProjectBranches.csharp.md b/docs/dataGitlabProjectBranches.csharp.md
index 768d85c93..e82719639 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.6.0/docs/data-sources/project_branches gitlab_project_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 2fe43d7ef..45f9141b9 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.6.0/docs/data-sources/project_branches gitlab_project_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 8ff1f326b..8fdc9a1fa 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.6.0/docs/data-sources/project_branches gitlab_project_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 13bd19dd5..2630a40ed 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.6.0/docs/data-sources/project_branches gitlab_project_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 317011c23..4bd560c4b 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.6.0/docs/data-sources/project_branches gitlab_project_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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
index 9b8a54741..ce9e40d4c 100644
--- a/docs/dataGitlabProjectEnvironments.csharp.md
+++ b/docs/dataGitlabProjectEnvironments.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectEnvironments
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments gitlab_project_environments}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments gitlab_project_environments}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGitlabProjectEnvironme
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#import import section} in the documentation of this resource for the id to use
---
@@ -789,7 +789,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.6.0/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
---
@@ -803,7 +803,7 @@ public string Name { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
---
@@ -819,7 +819,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
---
@@ -835,7 +835,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
---
diff --git a/docs/dataGitlabProjectEnvironments.go.md b/docs/dataGitlabProjectEnvironments.go.md
index 2cfc31fb2..6bbc5d600 100644
--- a/docs/dataGitlabProjectEnvironments.go.md
+++ b/docs/dataGitlabProjectEnvironments.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectEnvironments
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments gitlab_project_environments}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments gitlab_project_environments}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGitlabProjectEnvironme
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#import import section} in the documentation of this resource for the id to use
---
@@ -789,7 +789,7 @@ Project *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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
---
@@ -803,7 +803,7 @@ Name *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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
---
@@ -819,7 +819,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
---
@@ -835,7 +835,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
---
diff --git a/docs/dataGitlabProjectEnvironments.java.md b/docs/dataGitlabProjectEnvironments.java.md
index 74d3b8a36..f8b7a222a 100644
--- a/docs/dataGitlabProjectEnvironments.java.md
+++ b/docs/dataGitlabProjectEnvironments.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectEnvironments
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments gitlab_project_environments}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments gitlab_project_environments}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
---
@@ -136,7 +136,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
---
@@ -148,7 +148,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
---
@@ -492,7 +492,7 @@ The construct id used in the generated config for the DataGitlabProjectEnvironme
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#import import section} in the documentation of this resource for the id to use
---
@@ -899,7 +899,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.6.0/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
---
@@ -913,7 +913,7 @@ public java.lang.String getName();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
---
@@ -929,7 +929,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
---
@@ -945,7 +945,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
---
diff --git a/docs/dataGitlabProjectEnvironments.python.md b/docs/dataGitlabProjectEnvironments.python.md
index 2cb0d3444..e0ee576ca 100644
--- a/docs/dataGitlabProjectEnvironments.python.md
+++ b/docs/dataGitlabProjectEnvironments.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectEnvironments
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments gitlab_project_environments}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments gitlab_project_environments}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
---
@@ -134,7 +134,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
---
@@ -146,7 +146,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
---
@@ -526,7 +526,7 @@ The construct id used in the generated config for the DataGitlabProjectEnvironme
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#import import section} in the documentation of this resource for the id to use
---
@@ -929,7 +929,7 @@ project: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
---
@@ -943,7 +943,7 @@ name: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
---
@@ -959,7 +959,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
---
@@ -975,7 +975,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
---
diff --git a/docs/dataGitlabProjectEnvironments.typescript.md b/docs/dataGitlabProjectEnvironments.typescript.md
index 4ac25497c..98e4dba07 100644
--- a/docs/dataGitlabProjectEnvironments.typescript.md
+++ b/docs/dataGitlabProjectEnvironments.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectEnvironments
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments gitlab_project_environments}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments gitlab_project_environments}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGitlabProjectEnvironme
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#import import section} in the documentation of this resource for the id to use
---
@@ -777,7 +777,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.6.0/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
---
@@ -791,7 +791,7 @@ public readonly name: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
---
@@ -807,7 +807,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
---
@@ -823,7 +823,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
---
diff --git a/docs/dataGitlabProjectHook.csharp.md b/docs/dataGitlabProjectHook.csharp.md
index eb9f484a2..03258ae35 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.6.0/docs/data-sources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 96589490c..7a3571fd7 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.6.0/docs/data-sources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 2eafadf2b..dbb2f66f7 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.6.0/docs/data-sources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 a55431059..4b6252737 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.6.0/docs/data-sources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 46c5fa99b..6870fceb9 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.6.0/docs/data-sources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 1b078a852..3a180f42d 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.6.0/docs/data-sources/project_hooks gitlab_project_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 112a04322..4bd98f8d7 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.6.0/docs/data-sources/project_hooks gitlab_project_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 d3c4b4f63..01524c81f 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.6.0/docs/data-sources/project_hooks gitlab_project_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 19b1bff7d..dd8ba69cd 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.6.0/docs/data-sources/project_hooks gitlab_project_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 864f8c51f..00d93d2c7 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.6.0/docs/data-sources/project_hooks gitlab_project_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 97c3c3060..898fe107c 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.6.0/docs/data-sources/project_ids gitlab_project_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
---
diff --git a/docs/dataGitlabProjectIds.go.md b/docs/dataGitlabProjectIds.go.md
index da011056a..0255ca48a 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.6.0/docs/data-sources/project_ids gitlab_project_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
---
diff --git a/docs/dataGitlabProjectIds.java.md b/docs/dataGitlabProjectIds.java.md
index ac36c394b..d708af05d 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.6.0/docs/data-sources/project_ids gitlab_project_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
---
diff --git a/docs/dataGitlabProjectIds.python.md b/docs/dataGitlabProjectIds.python.md
index 82e6778bd..b777b541e 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.6.0/docs/data-sources/project_ids gitlab_project_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
---
diff --git a/docs/dataGitlabProjectIds.typescript.md b/docs/dataGitlabProjectIds.typescript.md
index 50363d1b3..41b5f7a74 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.6.0/docs/data-sources/project_ids gitlab_project_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
---
diff --git a/docs/dataGitlabProjectIssue.csharp.md b/docs/dataGitlabProjectIssue.csharp.md
index faf7aec8e..948532702 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.6.0/docs/data-sources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 31279e9a8..c0edd330b 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.6.0/docs/data-sources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 cc4e20948..b8a7740fc 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.6.0/docs/data-sources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 790f9edcc..9f85ddac5 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.6.0/docs/data-sources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 579125cf9..7da0e048a 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.6.0/docs/data-sources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 ccbf353ec..3e6550690 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.6.0/docs/data-sources/project_issues gitlab_project_issues}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 86d3b5ae0..7a46996ce 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.6.0/docs/data-sources/project_issues gitlab_project_issues}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 463c820d0..e18a9cecf 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.6.0/docs/data-sources/project_issues gitlab_project_issues}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 cd7803468..6c8db1ff1 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.6.0/docs/data-sources/project_issues gitlab_project_issues}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 a7404bf9f..f8057142a 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.6.0/docs/data-sources/project_issues gitlab_project_issues}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 14d41c812..14f42cece 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.6.0/docs/data-sources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
---
diff --git a/docs/dataGitlabProjectMembership.go.md b/docs/dataGitlabProjectMembership.go.md
index 93578a601..c0ecd5ac3 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.6.0/docs/data-sources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
---
diff --git a/docs/dataGitlabProjectMembership.java.md b/docs/dataGitlabProjectMembership.java.md
index b35737e53..8a54b0c0a 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.6.0/docs/data-sources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
---
diff --git a/docs/dataGitlabProjectMembership.python.md b/docs/dataGitlabProjectMembership.python.md
index 9e120109c..30b2ea617 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.6.0/docs/data-sources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
---
diff --git a/docs/dataGitlabProjectMembership.typescript.md b/docs/dataGitlabProjectMembership.typescript.md
index 9fd64b9cb..75b2f3a0c 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.6.0/docs/data-sources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
---
diff --git a/docs/dataGitlabProjectMergeRequest.csharp.md b/docs/dataGitlabProjectMergeRequest.csharp.md
index ddeba5536..8b6880198 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.6.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
---
diff --git a/docs/dataGitlabProjectMergeRequest.go.md b/docs/dataGitlabProjectMergeRequest.go.md
index 7f013914a..4ea326853 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.6.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
---
diff --git a/docs/dataGitlabProjectMergeRequest.java.md b/docs/dataGitlabProjectMergeRequest.java.md
index 2cf2779f6..203aa3109 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.6.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
---
diff --git a/docs/dataGitlabProjectMergeRequest.python.md b/docs/dataGitlabProjectMergeRequest.python.md
index b7a114e3f..31986300d 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.6.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
---
diff --git a/docs/dataGitlabProjectMergeRequest.typescript.md b/docs/dataGitlabProjectMergeRequest.typescript.md
index 11b7d2adb..8e2e5db40 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.6.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
---
diff --git a/docs/dataGitlabProjectMilestone.csharp.md b/docs/dataGitlabProjectMilestone.csharp.md
index 662e77725..c55dd6a66 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.6.0/docs/data-sources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 04f29ce69..eeea1f865 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.6.0/docs/data-sources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 18f35cf17..dfa408335 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.6.0/docs/data-sources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 3581e29a1..2114221db 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.6.0/docs/data-sources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 933e2c415..2beca58b0 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.6.0/docs/data-sources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 b17b4bb59..7ca6b4868 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.6.0/docs/data-sources/project_milestones gitlab_project_milestones}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
---
diff --git a/docs/dataGitlabProjectMilestones.go.md b/docs/dataGitlabProjectMilestones.go.md
index 8fcd34fc5..3fa616f5d 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.6.0/docs/data-sources/project_milestones gitlab_project_milestones}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
---
diff --git a/docs/dataGitlabProjectMilestones.java.md b/docs/dataGitlabProjectMilestones.java.md
index c293b381f..531a15de9 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.6.0/docs/data-sources/project_milestones gitlab_project_milestones}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
---
diff --git a/docs/dataGitlabProjectMilestones.python.md b/docs/dataGitlabProjectMilestones.python.md
index 6a42a1e7c..2144d2a0d 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.6.0/docs/data-sources/project_milestones gitlab_project_milestones}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
---
diff --git a/docs/dataGitlabProjectMilestones.typescript.md b/docs/dataGitlabProjectMilestones.typescript.md
index c8fbbe9c0..24095afdb 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.6.0/docs/data-sources/project_milestones gitlab_project_milestones}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
---
diff --git a/docs/dataGitlabProjectProtectedBranch.csharp.md b/docs/dataGitlabProjectProtectedBranch.csharp.md
index 8c3cef45c..77ae2ca48 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.6.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -951,7 +951,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch#deploy_key_id DataGitlabProjectProtectedBranch#deploy_key_id}
---
@@ -965,7 +965,7 @@ public double GroupId { get; set; }
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.6.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.1/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -979,7 +979,7 @@ public double UserId { get; set; }
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.6.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.1/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedBranch.go.md b/docs/dataGitlabProjectProtectedBranch.go.md
index 956bd42eb..4db8b83d9 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.6.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -951,7 +951,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch#deploy_key_id DataGitlabProjectProtectedBranch#deploy_key_id}
---
@@ -965,7 +965,7 @@ GroupId *f64
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.6.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.1/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -979,7 +979,7 @@ UserId *f64
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.6.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.1/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedBranch.java.md b/docs/dataGitlabProjectProtectedBranch.java.md
index b8942ce0a..32928fcef 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.6.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -1061,7 +1061,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch#deploy_key_id DataGitlabProjectProtectedBranch#deploy_key_id}
---
@@ -1075,7 +1075,7 @@ public java.lang.Number getGroupId();
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.6.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.1/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -1089,7 +1089,7 @@ public java.lang.Number getUserId();
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.6.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.1/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedBranch.python.md b/docs/dataGitlabProjectProtectedBranch.python.md
index f6b1417ab..47d1f7b59 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.6.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -1091,7 +1091,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch#deploy_key_id DataGitlabProjectProtectedBranch#deploy_key_id}
---
@@ -1105,7 +1105,7 @@ 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`.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -1119,7 +1119,7 @@ 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`.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedBranch.typescript.md b/docs/dataGitlabProjectProtectedBranch.typescript.md
index 91a9b84b9..359d560f0 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.6.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -932,7 +932,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch#deploy_key_id DataGitlabProjectProtectedBranch#deploy_key_id}
---
@@ -946,7 +946,7 @@ public readonly groupId: number;
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.6.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.1/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -960,7 +960,7 @@ public readonly userId: number;
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.6.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.1/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedBranches.csharp.md b/docs/dataGitlabProjectProtectedBranches.csharp.md
index 381b4a9d5..0b2f7e3c7 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.6.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -883,7 +883,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#deploy_key_id DataGitlabProjectProtectedBranches#deploy_key_id}
---
@@ -897,7 +897,7 @@ public double GroupId { get; set; }
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.6.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.1/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#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 `deploy_key_id` and `group_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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedBranches.go.md b/docs/dataGitlabProjectProtectedBranches.go.md
index 3daf7791f..4411f81c1 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.6.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -883,7 +883,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#deploy_key_id DataGitlabProjectProtectedBranches#deploy_key_id}
---
@@ -897,7 +897,7 @@ GroupId *f64
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.6.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.1/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -911,7 +911,7 @@ UserId *f64
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.6.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.1/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedBranches.java.md b/docs/dataGitlabProjectProtectedBranches.java.md
index 3fd6b0e3e..3d3029c46 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.6.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -969,7 +969,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#deploy_key_id DataGitlabProjectProtectedBranches#deploy_key_id}
---
@@ -983,7 +983,7 @@ public java.lang.Number getGroupId();
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.6.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.1/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -997,7 +997,7 @@ public java.lang.Number getUserId();
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.6.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.1/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedBranches.python.md b/docs/dataGitlabProjectProtectedBranches.python.md
index c633c5387..13afb60b8 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.6.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -997,7 +997,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#deploy_key_id DataGitlabProjectProtectedBranches#deploy_key_id}
---
@@ -1011,7 +1011,7 @@ 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`.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -1025,7 +1025,7 @@ 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`.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedBranches.typescript.md b/docs/dataGitlabProjectProtectedBranches.typescript.md
index dbfedc2cf..4a77eb531 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.6.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -863,7 +863,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#deploy_key_id DataGitlabProjectProtectedBranches#deploy_key_id}
---
@@ -877,7 +877,7 @@ public readonly groupId: number;
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.6.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.1/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -891,7 +891,7 @@ public readonly userId: number;
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.6.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.1/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTag.csharp.md b/docs/dataGitlabProjectProtectedTag.csharp.md
index e4d092f98..d10fbcac5 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.6.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTag.go.md b/docs/dataGitlabProjectProtectedTag.go.md
index 033fa26bd..3ffc35888 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.6.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTag.java.md b/docs/dataGitlabProjectProtectedTag.java.md
index b87c30e26..ed010fecc 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.6.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTag.python.md b/docs/dataGitlabProjectProtectedTag.python.md
index 55bd2101e..6322d33cb 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.6.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTag.typescript.md b/docs/dataGitlabProjectProtectedTag.typescript.md
index b62b4b0f2..818daf865 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.6.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTags.csharp.md b/docs/dataGitlabProjectProtectedTags.csharp.md
index 722c58926..e5d44ba7b 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.6.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTags.go.md b/docs/dataGitlabProjectProtectedTags.go.md
index 58ec2735f..9f53c3a71 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.6.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTags.java.md b/docs/dataGitlabProjectProtectedTags.java.md
index 7a34c4af7..e60d1cedc 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.6.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTags.python.md b/docs/dataGitlabProjectProtectedTags.python.md
index 6fc2dc2ba..0067bb4c8 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.6.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTags.typescript.md b/docs/dataGitlabProjectProtectedTags.typescript.md
index d4f57c139..2c9a1346e 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.6.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
---
diff --git a/docs/dataGitlabProjectTag.csharp.md b/docs/dataGitlabProjectTag.csharp.md
index 3b1000a37..48669a7ed 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.6.0/docs/data-sources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 3d4a72504..d0c07259e 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.6.0/docs/data-sources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 470046926..1c69c75da 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.6.0/docs/data-sources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 9d0f9add9..daf5903d4 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.6.0/docs/data-sources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 06e96a7be..bf16f9d6a 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.6.0/docs/data-sources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 5c15263e9..026662dce 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.6.0/docs/data-sources/project_tags gitlab_project_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
---
diff --git a/docs/dataGitlabProjectTags.go.md b/docs/dataGitlabProjectTags.go.md
index 2ae7c7d70..7d1892444 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.6.0/docs/data-sources/project_tags gitlab_project_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
---
diff --git a/docs/dataGitlabProjectTags.java.md b/docs/dataGitlabProjectTags.java.md
index 1f75c2c8f..8642b67b2 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.6.0/docs/data-sources/project_tags gitlab_project_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
---
diff --git a/docs/dataGitlabProjectTags.python.md b/docs/dataGitlabProjectTags.python.md
index ddf9ada05..235ce800d 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.6.0/docs/data-sources/project_tags gitlab_project_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
---
diff --git a/docs/dataGitlabProjectTags.typescript.md b/docs/dataGitlabProjectTags.typescript.md
index e339430e7..071d8ff86 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.6.0/docs/data-sources/project_tags gitlab_project_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
---
diff --git a/docs/dataGitlabProjectVariable.csharp.md b/docs/dataGitlabProjectVariable.csharp.md
index 0d446a127..91c44eb5d 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.6.0/docs/data-sources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 868c1e3bb..22e514b8e 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.6.0/docs/data-sources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 adbda0cc9..5d5b287ab 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.6.0/docs/data-sources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 c7bf524d3..428cc48de 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.6.0/docs/data-sources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 78ea32fdb..e3052f043 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.6.0/docs/data-sources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 daf6dfa6d..0ae8c85a4 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.6.0/docs/data-sources/project_variables gitlab_project_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 e4b3a7494..cd31cec82 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.6.0/docs/data-sources/project_variables gitlab_project_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 2fd1b49c9..0e533a30c 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.6.0/docs/data-sources/project_variables gitlab_project_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 3e8b5977e..94dd6fec1 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.6.0/docs/data-sources/project_variables gitlab_project_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 9ed8d2a63..704b41c3b 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.6.0/docs/data-sources/project_variables gitlab_project_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 25611a6f7..d8770cc60 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.6.0/docs/data-sources/projects gitlab_projects}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
---
diff --git a/docs/dataGitlabProjects.go.md b/docs/dataGitlabProjects.go.md
index ad2000826..f3f0c6b99 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.6.0/docs/data-sources/projects gitlab_projects}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
---
diff --git a/docs/dataGitlabProjects.java.md b/docs/dataGitlabProjects.java.md
index 4216d4c35..456e999c4 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.6.0/docs/data-sources/projects gitlab_projects}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
---
diff --git a/docs/dataGitlabProjects.python.md b/docs/dataGitlabProjects.python.md
index 2e7fc8ac5..cb6747a55 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.6.0/docs/data-sources/projects gitlab_projects}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
---
diff --git a/docs/dataGitlabProjects.typescript.md b/docs/dataGitlabProjects.typescript.md
index a54db3391..0d0455e33 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.6.0/docs/data-sources/projects gitlab_projects}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
---
diff --git a/docs/dataGitlabRelease.csharp.md b/docs/dataGitlabRelease.csharp.md
index 09ff99e37..386b05af7 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.6.0/docs/data-sources/release gitlab_release}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release#links DataGitlabRelease#links}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release#assets DataGitlabRelease#assets}
---
diff --git a/docs/dataGitlabRelease.go.md b/docs/dataGitlabRelease.go.md
index 521fafe43..bafcc9d7a 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.6.0/docs/data-sources/release gitlab_release}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release#links DataGitlabRelease#links}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release#assets DataGitlabRelease#assets}
---
diff --git a/docs/dataGitlabRelease.java.md b/docs/dataGitlabRelease.java.md
index 57299e7bf..b19f64fd5 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.6.0/docs/data-sources/release gitlab_release}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release#links DataGitlabRelease#links}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release#assets DataGitlabRelease#assets}
---
diff --git a/docs/dataGitlabRelease.python.md b/docs/dataGitlabRelease.python.md
index b56b456d6..53f99ef14 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.6.0/docs/data-sources/release gitlab_release}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#links DataGitlabRelease#links}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release#links DataGitlabRelease#links}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release#assets DataGitlabRelease#assets}
---
diff --git a/docs/dataGitlabRelease.typescript.md b/docs/dataGitlabRelease.typescript.md
index d5b17152f..3af5b21b8 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.6.0/docs/data-sources/release gitlab_release}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release#links DataGitlabRelease#links}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release#assets DataGitlabRelease#assets}
---
diff --git a/docs/dataGitlabReleaseLink.csharp.md b/docs/dataGitlabReleaseLink.csharp.md
index 9dd0576f5..d935887d1 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.6.0/docs/data-sources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 a485047c0..38515bae9 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.6.0/docs/data-sources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 a271acef3..dff59a75f 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.6.0/docs/data-sources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 43fdd7c0a..ab8f0729b 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.6.0/docs/data-sources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 d79542c3b..9c57f688a 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.6.0/docs/data-sources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 52a22b394..02e0135af 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.6.0/docs/data-sources/release_links gitlab_release_links}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 e82ddb740..e2701b233 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.6.0/docs/data-sources/release_links gitlab_release_links}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 2b516421a..461064a35 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.6.0/docs/data-sources/release_links gitlab_release_links}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 393db969c..7594b4b76 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.6.0/docs/data-sources/release_links gitlab_release_links}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 c389d3255..c6ef156b4 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.6.0/docs/data-sources/release_links gitlab_release_links}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 8cebcdaef..4a5978400 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.6.0/docs/data-sources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 5129d56ea..6f11960a7 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.6.0/docs/data-sources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 e953bea77..3ca41ba4c 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.6.0/docs/data-sources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 f49eb3161..9b72296bd 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.6.0/docs/data-sources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 082816de8..d175f9a43 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.6.0/docs/data-sources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 9a95c6fc1..1e0a9d07e 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.6.0/docs/data-sources/repository_tree gitlab_repository_tree}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
---
diff --git a/docs/dataGitlabRepositoryTree.go.md b/docs/dataGitlabRepositoryTree.go.md
index aded83738..5f7f15658 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.6.0/docs/data-sources/repository_tree gitlab_repository_tree}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
---
diff --git a/docs/dataGitlabRepositoryTree.java.md b/docs/dataGitlabRepositoryTree.java.md
index 985532e49..d6f5bae26 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.6.0/docs/data-sources/repository_tree gitlab_repository_tree}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
---
diff --git a/docs/dataGitlabRepositoryTree.python.md b/docs/dataGitlabRepositoryTree.python.md
index 84ae82003..d21a47e0c 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.6.0/docs/data-sources/repository_tree gitlab_repository_tree}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
---
diff --git a/docs/dataGitlabRepositoryTree.typescript.md b/docs/dataGitlabRepositoryTree.typescript.md
index 472520ef0..754ecc492 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.6.0/docs/data-sources/repository_tree gitlab_repository_tree}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
---
diff --git a/docs/dataGitlabRunners.csharp.md b/docs/dataGitlabRunners.csharp.md
index 3c34d9d85..25252f28e 100644
--- a/docs/dataGitlabRunners.csharp.md
+++ b/docs/dataGitlabRunners.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabRunners
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners gitlab_runners}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners gitlab_runners}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGitlabRunners to impor
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#import import section} in the documentation of this resource for the id to use
---
@@ -796,7 +796,7 @@ public object Paused { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#paused DataGitlabRunners#paused}
---
@@ -810,7 +810,7 @@ public string Status { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#status DataGitlabRunners#status}
---
@@ -824,7 +824,7 @@ public string[] TagList { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
---
@@ -838,7 +838,7 @@ public string Type { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#type DataGitlabRunners#type}
---
diff --git a/docs/dataGitlabRunners.go.md b/docs/dataGitlabRunners.go.md
index 0b399d05a..925f33824 100644
--- a/docs/dataGitlabRunners.go.md
+++ b/docs/dataGitlabRunners.go.md
@@ -4,7 +4,7 @@
### DataGitlabRunners
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners gitlab_runners}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners gitlab_runners}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGitlabRunners to impor
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#import import section} in the documentation of this resource for the id to use
---
@@ -796,7 +796,7 @@ Paused 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#paused DataGitlabRunners#paused}
---
@@ -810,7 +810,7 @@ Status *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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#status DataGitlabRunners#status}
---
@@ -824,7 +824,7 @@ TagList *[]*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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
---
@@ -838,7 +838,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#type DataGitlabRunners#type}
---
diff --git a/docs/dataGitlabRunners.java.md b/docs/dataGitlabRunners.java.md
index 138a2e890..debdd5d89 100644
--- a/docs/dataGitlabRunners.java.md
+++ b/docs/dataGitlabRunners.java.md
@@ -4,7 +4,7 @@
### DataGitlabRunners
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners gitlab_runners}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners gitlab_runners}.
#### Initializers
@@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#paused DataGitlabRunners#paused}
---
@@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#status DataGitlabRunners#status}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#type DataGitlabRunners#type}
---
@@ -496,7 +496,7 @@ The construct id used in the generated config for the DataGitlabRunners to impor
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#import import section} in the documentation of this resource for the id to use
---
@@ -904,7 +904,7 @@ public java.lang.Object getPaused();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#paused DataGitlabRunners#paused}
---
@@ -918,7 +918,7 @@ public java.lang.String getStatus();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#status DataGitlabRunners#status}
---
@@ -932,7 +932,7 @@ public java.util.List getTagList();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
---
@@ -946,7 +946,7 @@ public java.lang.String getType();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#type DataGitlabRunners#type}
---
diff --git a/docs/dataGitlabRunners.python.md b/docs/dataGitlabRunners.python.md
index 28bb2d818..f27d039d3 100644
--- a/docs/dataGitlabRunners.python.md
+++ b/docs/dataGitlabRunners.python.md
@@ -4,7 +4,7 @@
### DataGitlabRunners
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners gitlab_runners}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners gitlab_runners}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#paused DataGitlabRunners#paused}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#status DataGitlabRunners#status}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#type DataGitlabRunners#type}
---
@@ -529,7 +529,7 @@ The construct id used in the generated config for the DataGitlabRunners to impor
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#import import section} in the documentation of this resource for the id to use
---
@@ -932,7 +932,7 @@ paused: typing.Union[bool, 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#paused DataGitlabRunners#paused}
---
@@ -946,7 +946,7 @@ status: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#status DataGitlabRunners#status}
---
@@ -960,7 +960,7 @@ tag_list: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
---
@@ -974,7 +974,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#type DataGitlabRunners#type}
---
diff --git a/docs/dataGitlabRunners.typescript.md b/docs/dataGitlabRunners.typescript.md
index 0bb22ac89..c96bd9b63 100644
--- a/docs/dataGitlabRunners.typescript.md
+++ b/docs/dataGitlabRunners.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabRunners
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners gitlab_runners}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners gitlab_runners}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGitlabRunners to impor
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#import import section} in the documentation of this resource for the id to use
---
@@ -784,7 +784,7 @@ public readonly paused: boolean | 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#paused DataGitlabRunners#paused}
---
@@ -798,7 +798,7 @@ public readonly status: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#status DataGitlabRunners#status}
---
@@ -812,7 +812,7 @@ public readonly tagList: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
---
@@ -826,7 +826,7 @@ public readonly 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#type DataGitlabRunners#type}
---
diff --git a/docs/dataGitlabUser.csharp.md b/docs/dataGitlabUser.csharp.md
index fd2abf82b..11fdf573d 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.6.0/docs/data-sources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user#id DataGitlabUser#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user#username DataGitlabUser#username}
---
diff --git a/docs/dataGitlabUser.go.md b/docs/dataGitlabUser.go.md
index b547b8c63..0f2be450a 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.6.0/docs/data-sources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user#id DataGitlabUser#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user#username DataGitlabUser#username}
---
diff --git a/docs/dataGitlabUser.java.md b/docs/dataGitlabUser.java.md
index 1c479f203..0c49319df 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.6.0/docs/data-sources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user#username DataGitlabUser#username}
---
diff --git a/docs/dataGitlabUser.python.md b/docs/dataGitlabUser.python.md
index d72055105..395fc0245 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.6.0/docs/data-sources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#id DataGitlabUser#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user#id DataGitlabUser#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user#username DataGitlabUser#username}
---
diff --git a/docs/dataGitlabUser.typescript.md b/docs/dataGitlabUser.typescript.md
index 72d78402d..e410ce651 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.6.0/docs/data-sources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user#id DataGitlabUser#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user#username DataGitlabUser#username}
---
diff --git a/docs/dataGitlabUserSshkeys.csharp.md b/docs/dataGitlabUserSshkeys.csharp.md
index 3bfd38dd9..a79edf0bb 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.6.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
---
diff --git a/docs/dataGitlabUserSshkeys.go.md b/docs/dataGitlabUserSshkeys.go.md
index 174beea30..177e78208 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.6.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
---
diff --git a/docs/dataGitlabUserSshkeys.java.md b/docs/dataGitlabUserSshkeys.java.md
index c21985e38..36ee51da9 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.6.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
---
diff --git a/docs/dataGitlabUserSshkeys.python.md b/docs/dataGitlabUserSshkeys.python.md
index 305091549..302fe4003 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.6.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
---
diff --git a/docs/dataGitlabUserSshkeys.typescript.md b/docs/dataGitlabUserSshkeys.typescript.md
index 0e0151772..2c09b67d7 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.6.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
---
diff --git a/docs/dataGitlabUsers.csharp.md b/docs/dataGitlabUsers.csharp.md
index af970bcb3..527706906 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.6.0/docs/data-sources/users gitlab_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/users#id DataGitlabUsers#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#sort DataGitlabUsers#sort}
---
diff --git a/docs/dataGitlabUsers.go.md b/docs/dataGitlabUsers.go.md
index a7c71b3b1..424873be3 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.6.0/docs/data-sources/users gitlab_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/users#id DataGitlabUsers#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#sort DataGitlabUsers#sort}
---
diff --git a/docs/dataGitlabUsers.java.md b/docs/dataGitlabUsers.java.md
index ef3404578..8637c88fd 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.6.0/docs/data-sources/users gitlab_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#sort DataGitlabUsers#sort}
---
diff --git a/docs/dataGitlabUsers.python.md b/docs/dataGitlabUsers.python.md
index e5781c5d6..8060b5296 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.6.0/docs/data-sources/users gitlab_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#id DataGitlabUsers#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/users#id DataGitlabUsers#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#sort DataGitlabUsers#sort}
---
diff --git a/docs/dataGitlabUsers.typescript.md b/docs/dataGitlabUsers.typescript.md
index 33edb91e0..52b84bd0b 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.6.0/docs/data-sources/users gitlab_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/data-sources/users#id DataGitlabUsers#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#sort DataGitlabUsers#sort}
---
diff --git a/docs/deployKey.csharp.md b/docs/deployKey.csharp.md
index b6b701998..88219c2f6 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.6.0/docs/resources/deploy_key gitlab_deploy_key}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_key#id DeployKey#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 f1afc61a2..caef08b0e 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.6.0/docs/resources/deploy_key gitlab_deploy_key}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_key#id DeployKey#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 2789de10c..c91ba44b1 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.6.0/docs/resources/deploy_key gitlab_deploy_key}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 2fac78d9a..da3747396 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.6.0/docs/resources/deploy_key gitlab_deploy_key}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#id DeployKey#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_key#id DeployKey#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 08cf20d7a..d641d4cd3 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.6.0/docs/resources/deploy_key gitlab_deploy_key}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_key#id DeployKey#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 d56d36f79..b3bb179eb 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.6.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
---
diff --git a/docs/deployKeyEnable.go.md b/docs/deployKeyEnable.go.md
index 3a08fdcbb..68212e513 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.6.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
---
diff --git a/docs/deployKeyEnable.java.md b/docs/deployKeyEnable.java.md
index 9ffafee3d..098b12c94 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.6.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
---
diff --git a/docs/deployKeyEnable.python.md b/docs/deployKeyEnable.python.md
index 3b90234cf..f3413b263 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.6.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
---
diff --git a/docs/deployKeyEnable.typescript.md b/docs/deployKeyEnable.typescript.md
index d0fbf5689..b1e22a065 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.6.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
---
diff --git a/docs/deployToken.csharp.md b/docs/deployToken.csharp.md
index ec5b821df..123a781b7 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.6.0/docs/resources/deploy_token gitlab_deploy_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_token#id DeployToken#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token#username DeployToken#username}
---
diff --git a/docs/deployToken.go.md b/docs/deployToken.go.md
index f166c8725..9eee59d34 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.6.0/docs/resources/deploy_token gitlab_deploy_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_token#id DeployToken#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token#username DeployToken#username}
---
diff --git a/docs/deployToken.java.md b/docs/deployToken.java.md
index ca5a88a27..73f433cdc 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.6.0/docs/resources/deploy_token gitlab_deploy_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token#username DeployToken#username}
---
diff --git a/docs/deployToken.python.md b/docs/deployToken.python.md
index 80dcc859c..d558bba19 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.6.0/docs/resources/deploy_token gitlab_deploy_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#id DeployToken#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_token#id DeployToken#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token#username DeployToken#username}
---
diff --git a/docs/deployToken.typescript.md b/docs/deployToken.typescript.md
index ea8d468ec..f93fa19e3 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.6.0/docs/resources/deploy_token gitlab_deploy_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/deploy_token#id DeployToken#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token#username DeployToken#username}
---
diff --git a/docs/globalLevelNotifications.csharp.md b/docs/globalLevelNotifications.csharp.md
index 8436cdea1..8ec409f59 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.6.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
---
diff --git a/docs/globalLevelNotifications.go.md b/docs/globalLevelNotifications.go.md
index 6befe3fe1..f8fa6a425 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.6.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
---
diff --git a/docs/globalLevelNotifications.java.md b/docs/globalLevelNotifications.java.md
index 6c9029cba..9bdab5ed7 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.6.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
---
diff --git a/docs/globalLevelNotifications.python.md b/docs/globalLevelNotifications.python.md
index 091abdd9b..5cc689abd 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.6.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
---
diff --git a/docs/globalLevelNotifications.typescript.md b/docs/globalLevelNotifications.typescript.md
index 520dbfda6..7efdaf335 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.6.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
---
diff --git a/docs/group.csharp.md b/docs/group.csharp.md
index 922166171..40db4de79 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.6.0/docs/resources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group gitlab_group}.
#### Initializers
@@ -696,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.6.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.1/docs/resources/group#import import section} in the documentation of this resource for the id to use
---
@@ -1700,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.6.0/docs/resources/group#id Group#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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. |
@@ -1802,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.6.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#name Group#name}
---
@@ -1816,7 +1816,7 @@ public string Path { get; set; }
The path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#path Group#path}
---
@@ -1830,7 +1830,7 @@ public string[] AllowedEmailDomainsList { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -1844,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.6.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.1/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -1858,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.6.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar Group#avatar}
---
@@ -1874,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.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -1888,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.6.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#default_branch Group#default_branch}
---
@@ -1902,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.6.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.1/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -1916,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.6.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.1/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -1930,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.6.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#description Group#description}
---
@@ -1944,7 +1944,7 @@ public object EmailsEnabled { get; set; }
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -1958,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.6.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.1/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -1970,7 +1970,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -1989,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.6.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.1/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -2003,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.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -2017,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.6.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -2031,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.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -2045,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.6.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#parent_id Group#parent_id}
---
@@ -2061,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.6.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.1/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -2075,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.6.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.1/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -2089,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.6.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.1/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -2103,7 +2103,7 @@ public GroupPushRules PushRules { get; set; }
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#push_rules Group#push_rules}
---
@@ -2117,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.6.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.1/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -2131,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.6.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.1/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -2147,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.6.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.1/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -2161,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.6.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.1/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -2175,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.6.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.1/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -2189,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.6.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.1/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -2203,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.6.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.1/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -2217,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.6.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -2231,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.6.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.1/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -2271,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.6.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.1/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
---
@@ -2285,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.6.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.1/docs/resources/group#allowed_to_push Group#allowed_to_push}
---
@@ -2299,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.6.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.1/docs/resources/group#allow_force_push Group#allow_force_push}
---
@@ -2313,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.6.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.1/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
---
@@ -2371,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.6.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.1/docs/resources/group#author_email_regex Group#author_email_regex}
---
@@ -2385,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.6.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.1/docs/resources/group#branch_name_regex Group#branch_name_regex}
---
@@ -2401,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.6.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.1/docs/resources/group#commit_committer_check Group#commit_committer_check}
---
@@ -2415,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.6.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.1/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
---
@@ -2429,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.6.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.1/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
---
@@ -2443,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.6.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.1/docs/resources/group#commit_message_regex Group#commit_message_regex}
---
@@ -2457,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.6.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.1/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
---
@@ -2471,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.6.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.1/docs/resources/group#file_name_regex Group#file_name_regex}
---
@@ -2485,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.6.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.1/docs/resources/group#max_file_size Group#max_file_size}
---
@@ -2499,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.6.0/docs/resources/group#member_check Group#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#member_check Group#member_check}
---
@@ -2513,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.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#prevent_secrets Group#prevent_secrets}
---
@@ -2527,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.6.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.1/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
---
@@ -2541,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.6.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.1/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
---
diff --git a/docs/group.go.md b/docs/group.go.md
index 04fbff6f9..41e0f0f4f 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.6.0/docs/resources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group gitlab_group}.
#### Initializers
@@ -696,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.6.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.1/docs/resources/group#import import section} in the documentation of this resource for the id to use
---
@@ -1700,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.6.0/docs/resources/group#id Group#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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. |
@@ -1802,7 +1802,7 @@ Name *string
The name of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#name Group#name}
---
@@ -1816,7 +1816,7 @@ Path *string
The path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#path Group#path}
---
@@ -1830,7 +1830,7 @@ AllowedEmailDomainsList *[]*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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -1844,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.6.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.1/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -1858,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.6.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar Group#avatar}
---
@@ -1874,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.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -1888,7 +1888,7 @@ DefaultBranch *string
Initial default branch name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#default_branch Group#default_branch}
---
@@ -1902,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.6.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.1/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -1916,7 +1916,7 @@ DefaultBranchProtectionDefaults GroupDefaultBranchProtectionDefaults
default_branch_protection_defaults block.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -1930,7 +1930,7 @@ Description *string
The group's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#description Group#description}
---
@@ -1944,7 +1944,7 @@ EmailsEnabled interface{}
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -1958,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.6.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.1/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -1970,7 +1970,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -1989,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.6.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.1/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -2003,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.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -2017,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.6.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -2031,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.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -2045,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.6.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#parent_id Group#parent_id}
---
@@ -2061,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.6.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.1/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -2075,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.6.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.1/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -2089,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.6.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.1/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -2103,7 +2103,7 @@ PushRules GroupPushRules
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#push_rules Group#push_rules}
---
@@ -2117,7 +2117,7 @@ RequestAccessEnabled interface{}
Allow users to request member access.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -2131,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.6.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.1/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -2147,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.6.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.1/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -2161,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.6.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.1/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -2175,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.6.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.1/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -2189,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.6.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.1/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -2203,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.6.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.1/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -2217,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.6.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -2231,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.6.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.1/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -2271,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.6.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.1/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
---
@@ -2285,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.6.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.1/docs/resources/group#allowed_to_push Group#allowed_to_push}
---
@@ -2299,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.6.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.1/docs/resources/group#allow_force_push Group#allow_force_push}
---
@@ -2313,7 +2313,7 @@ DeveloperCanInitialPush interface{}
Allow developers to 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
---
@@ -2371,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.6.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.1/docs/resources/group#author_email_regex Group#author_email_regex}
---
@@ -2385,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.6.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.1/docs/resources/group#branch_name_regex Group#branch_name_regex}
---
@@ -2401,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.6.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.1/docs/resources/group#commit_committer_check Group#commit_committer_check}
---
@@ -2415,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.6.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.1/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
---
@@ -2429,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.6.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.1/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
---
@@ -2443,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.6.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.1/docs/resources/group#commit_message_regex Group#commit_message_regex}
---
@@ -2457,7 +2457,7 @@ DenyDeleteTag interface{}
Deny deleting a 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
---
@@ -2471,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.6.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.1/docs/resources/group#file_name_regex Group#file_name_regex}
---
@@ -2485,7 +2485,7 @@ MaxFileSize *f64
Maximum file size (MB) allowed.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#max_file_size Group#max_file_size}
---
@@ -2499,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.6.0/docs/resources/group#member_check Group#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#member_check Group#member_check}
---
@@ -2513,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.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#prevent_secrets Group#prevent_secrets}
---
@@ -2527,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.6.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.1/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
---
@@ -2541,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.6.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.1/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
---
diff --git a/docs/group.java.md b/docs/group.java.md
index 34326afff..ed2b83b44 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.6.0/docs/resources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group gitlab_group}.
#### Initializers
@@ -90,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.6.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.1/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. |
@@ -178,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.6.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#name Group#name}
---
@@ -188,7 +188,7 @@ 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.6.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#path Group#path}
---
@@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -208,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.6.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.1/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -218,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.6.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar Group#avatar}
---
@@ -230,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.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -240,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.6.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#default_branch Group#default_branch}
---
@@ -250,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.6.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.1/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -260,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.6.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.1/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -270,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.6.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#description Group#description}
---
@@ -280,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.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -290,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.6.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.1/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -298,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.6.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -313,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.6.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.1/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -323,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.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -333,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.6.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -343,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.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -353,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.6.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#parent_id Group#parent_id}
---
@@ -365,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.6.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.1/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -375,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.6.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.1/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -385,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.6.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.1/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -395,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.6.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#push_rules Group#push_rules}
---
@@ -405,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.6.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.1/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -415,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.6.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.1/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -427,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.6.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.1/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -437,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.6.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.1/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -447,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.6.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.1/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -457,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.6.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.1/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -467,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.6.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.1/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -477,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.6.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -487,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.6.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.1/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -1143,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.6.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.1/docs/resources/group#import import section} in the documentation of this resource for the id to use
---
@@ -2161,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.6.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.1/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. |
@@ -2263,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.6.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#name Group#name}
---
@@ -2277,7 +2277,7 @@ public java.lang.String getPath();
The path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#path Group#path}
---
@@ -2291,7 +2291,7 @@ public java.util.List getAllowedEmailDomainsList();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -2305,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.6.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.1/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -2319,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.6.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar Group#avatar}
---
@@ -2335,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.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -2349,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.6.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#default_branch Group#default_branch}
---
@@ -2363,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.6.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.1/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -2377,7 +2377,7 @@ public GroupDefaultBranchProtectionDefaults getDefaultBranchProtectionDefaults()
default_branch_protection_defaults block.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -2391,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.6.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#description Group#description}
---
@@ -2405,7 +2405,7 @@ public java.lang.Object getEmailsEnabled();
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -2419,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.6.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.1/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -2431,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.6.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -2450,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.6.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.1/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -2464,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.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -2478,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.6.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -2492,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.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -2506,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.6.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#parent_id Group#parent_id}
---
@@ -2522,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.6.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.1/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -2536,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.6.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.1/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -2550,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.6.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.1/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -2564,7 +2564,7 @@ public GroupPushRules getPushRules();
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#push_rules Group#push_rules}
---
@@ -2578,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.6.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.1/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -2592,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.6.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.1/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -2608,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.6.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.1/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -2622,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.6.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.1/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -2636,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.6.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.1/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -2650,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.6.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.1/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -2664,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.6.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.1/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -2678,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.6.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -2692,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.6.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.1/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -2734,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.6.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.1/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
---
@@ -2748,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.6.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.1/docs/resources/group#allowed_to_push Group#allowed_to_push}
---
@@ -2762,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.6.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.1/docs/resources/group#allow_force_push Group#allow_force_push}
---
@@ -2776,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.6.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.1/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
---
@@ -2841,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.6.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.1/docs/resources/group#author_email_regex Group#author_email_regex}
---
@@ -2855,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.6.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.1/docs/resources/group#branch_name_regex Group#branch_name_regex}
---
@@ -2871,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.6.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.1/docs/resources/group#commit_committer_check Group#commit_committer_check}
---
@@ -2885,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.6.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.1/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
---
@@ -2899,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.6.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.1/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
---
@@ -2913,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.6.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.1/docs/resources/group#commit_message_regex Group#commit_message_regex}
---
@@ -2927,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.6.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.1/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
---
@@ -2941,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.6.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.1/docs/resources/group#file_name_regex Group#file_name_regex}
---
@@ -2955,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.6.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.1/docs/resources/group#max_file_size Group#max_file_size}
---
@@ -2969,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.6.0/docs/resources/group#member_check Group#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#member_check Group#member_check}
---
@@ -2983,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.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#prevent_secrets Group#prevent_secrets}
---
@@ -2997,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.6.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.1/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
---
@@ -3011,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.6.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.1/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
---
diff --git a/docs/group.python.md b/docs/group.python.md
index 317650097..250b82bcd 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.6.0/docs/resources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group gitlab_group}.
#### Initializers
@@ -78,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.6.0/docs/resources/group#id Group#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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. |
@@ -166,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.6.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#name Group#name}
---
@@ -176,7 +176,7 @@ 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.6.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#path Group#path}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -196,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.6.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.1/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -206,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.6.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar Group#avatar}
---
@@ -218,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.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -228,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.6.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#default_branch Group#default_branch}
---
@@ -238,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.6.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.1/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -248,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.6.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.1/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -258,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.6.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#description Group#description}
---
@@ -268,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.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -278,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.6.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.1/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -286,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.6.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 +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.6.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.1/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -311,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.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -321,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.6.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -331,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.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -341,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.6.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#parent_id Group#parent_id}
---
@@ -353,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.6.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.1/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -363,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.6.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.1/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -373,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.6.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.1/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -383,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.6.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#push_rules Group#push_rules}
---
@@ -393,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.6.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.1/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -403,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.6.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.1/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -415,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.6.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.1/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -425,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.6.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.1/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -435,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.6.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.1/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -445,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.6.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.1/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -455,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.6.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.1/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -465,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.6.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -475,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.6.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.1/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -882,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.6.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.1/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
---
@@ -892,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.6.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.1/docs/resources/group#allowed_to_push Group#allowed_to_push}
---
@@ -902,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.6.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.1/docs/resources/group#allow_force_push Group#allow_force_push}
---
@@ -912,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.6.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.1/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
---
@@ -942,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.6.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.1/docs/resources/group#author_email_regex Group#author_email_regex}
---
@@ -952,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.6.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.1/docs/resources/group#branch_name_regex Group#branch_name_regex}
---
@@ -964,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.6.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.1/docs/resources/group#commit_committer_check Group#commit_committer_check}
---
@@ -974,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.6.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.1/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
---
@@ -984,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.6.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.1/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
---
@@ -994,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.6.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.1/docs/resources/group#commit_message_regex Group#commit_message_regex}
---
@@ -1004,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.6.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.1/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
---
@@ -1014,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.6.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.1/docs/resources/group#file_name_regex Group#file_name_regex}
---
@@ -1024,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.6.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.1/docs/resources/group#max_file_size Group#max_file_size}
---
@@ -1034,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.6.0/docs/resources/group#member_check Group#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#member_check Group#member_check}
---
@@ -1044,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.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#prevent_secrets Group#prevent_secrets}
---
@@ -1054,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.6.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.1/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
---
@@ -1064,7 +1064,7 @@ 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.6.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.1/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
---
@@ -1356,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.6.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.1/docs/resources/group#import import section} in the documentation of this resource for the id to use
---
@@ -2360,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.6.0/docs/resources/group#id Group#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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. |
@@ -2462,7 +2462,7 @@ name: str
The name of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#name Group#name}
---
@@ -2476,7 +2476,7 @@ path: str
The path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#path Group#path}
---
@@ -2490,7 +2490,7 @@ 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.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -2504,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.6.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.1/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -2518,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.6.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar Group#avatar}
---
@@ -2534,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.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -2548,7 +2548,7 @@ default_branch: str
Initial default branch name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#default_branch Group#default_branch}
---
@@ -2562,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.6.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.1/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -2576,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.6.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.1/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -2590,7 +2590,7 @@ description: str
The group's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#description Group#description}
---
@@ -2604,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.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -2618,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.6.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.1/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -2630,7 +2630,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -2649,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.6.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.1/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -2663,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.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -2677,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.6.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -2691,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.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -2705,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.6.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#parent_id Group#parent_id}
---
@@ -2721,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.6.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.1/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -2735,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.6.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.1/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -2749,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.6.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.1/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -2763,7 +2763,7 @@ push_rules: GroupPushRules
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#push_rules Group#push_rules}
---
@@ -2777,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.6.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.1/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -2791,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.6.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.1/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -2807,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.6.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.1/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -2821,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.6.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.1/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -2835,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.6.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.1/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -2849,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.6.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.1/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -2863,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.6.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.1/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -2877,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.6.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -2891,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.6.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.1/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -2931,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.6.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.1/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
---
@@ -2945,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.6.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.1/docs/resources/group#allowed_to_push Group#allowed_to_push}
---
@@ -2959,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.6.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.1/docs/resources/group#allow_force_push Group#allow_force_push}
---
@@ -2973,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.6.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.1/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
---
@@ -3031,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.6.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.1/docs/resources/group#author_email_regex Group#author_email_regex}
---
@@ -3045,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.6.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.1/docs/resources/group#branch_name_regex Group#branch_name_regex}
---
@@ -3061,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.6.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.1/docs/resources/group#commit_committer_check Group#commit_committer_check}
---
@@ -3075,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.6.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.1/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
---
@@ -3089,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.6.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.1/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
---
@@ -3103,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.6.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.1/docs/resources/group#commit_message_regex Group#commit_message_regex}
---
@@ -3117,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.6.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.1/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
---
@@ -3131,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.6.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.1/docs/resources/group#file_name_regex Group#file_name_regex}
---
@@ -3145,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.6.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.1/docs/resources/group#max_file_size Group#max_file_size}
---
@@ -3159,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.6.0/docs/resources/group#member_check Group#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#member_check Group#member_check}
---
@@ -3173,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.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#prevent_secrets Group#prevent_secrets}
---
@@ -3187,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.6.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.1/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
---
@@ -3201,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.6.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.1/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
---
diff --git a/docs/group.typescript.md b/docs/group.typescript.md
index c8f7056d6..1dae0e8c6 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.6.0/docs/resources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group gitlab_group}.
#### Initializers
@@ -696,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.6.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.1/docs/resources/group#import import section} in the documentation of this resource for the id to use
---
@@ -1661,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.6.0/docs/resources/group#id Group#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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. |
@@ -1763,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.6.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#name Group#name}
---
@@ -1777,7 +1777,7 @@ public readonly path: string;
The path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#path Group#path}
---
@@ -1791,7 +1791,7 @@ public readonly allowedEmailDomainsList: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -1805,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.6.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.1/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -1819,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.6.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar Group#avatar}
---
@@ -1835,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.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -1849,7 +1849,7 @@ public readonly defaultBranch: string;
Initial default branch name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#default_branch Group#default_branch}
---
@@ -1863,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.6.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.1/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -1877,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.6.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.1/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -1891,7 +1891,7 @@ public readonly description: string;
The group's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#description Group#description}
---
@@ -1905,7 +1905,7 @@ public readonly emailsEnabled: boolean | IResolvable;
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -1919,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.6.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.1/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -1931,7 +1931,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -1950,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.6.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.1/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -1964,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.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -1978,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.6.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -1992,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.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -2006,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.6.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#parent_id Group#parent_id}
---
@@ -2022,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.6.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.1/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -2036,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.6.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.1/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -2050,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.6.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.1/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -2064,7 +2064,7 @@ public readonly pushRules: GroupPushRules;
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#push_rules Group#push_rules}
---
@@ -2078,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.6.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.1/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -2092,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.6.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.1/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -2108,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.6.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.1/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -2122,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.6.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.1/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -2136,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.6.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.1/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -2150,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.6.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.1/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -2164,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.6.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.1/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -2178,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.6.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -2192,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.6.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.1/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -2227,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.6.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.1/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
---
@@ -2241,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.6.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.1/docs/resources/group#allowed_to_push Group#allowed_to_push}
---
@@ -2255,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.6.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.1/docs/resources/group#allow_force_push Group#allow_force_push}
---
@@ -2269,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.6.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.1/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
---
@@ -2313,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.6.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.1/docs/resources/group#author_email_regex Group#author_email_regex}
---
@@ -2327,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.6.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.1/docs/resources/group#branch_name_regex Group#branch_name_regex}
---
@@ -2343,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.6.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.1/docs/resources/group#commit_committer_check Group#commit_committer_check}
---
@@ -2357,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.6.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.1/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
---
@@ -2371,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.6.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.1/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
---
@@ -2385,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.6.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.1/docs/resources/group#commit_message_regex Group#commit_message_regex}
---
@@ -2399,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.6.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.1/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
---
@@ -2413,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.6.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.1/docs/resources/group#file_name_regex Group#file_name_regex}
---
@@ -2427,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.6.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.1/docs/resources/group#max_file_size Group#max_file_size}
---
@@ -2441,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.6.0/docs/resources/group#member_check Group#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#member_check Group#member_check}
---
@@ -2455,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.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#prevent_secrets Group#prevent_secrets}
---
@@ -2469,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.6.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.1/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
---
@@ -2483,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.6.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.1/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
---
diff --git a/docs/groupAccessToken.csharp.md b/docs/groupAccessToken.csharp.md
index 83103b6e9..3a4dd631c 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.6.0/docs/resources/group_access_token gitlab_group_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 8fe33fa9f..6e758ae9f 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.6.0/docs/resources/group_access_token gitlab_group_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 511d8e7a6..0f814b8db 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.6.0/docs/resources/group_access_token gitlab_group_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 546734b15..be70c01a0 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.6.0/docs/resources/group_access_token gitlab_group_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 230cf50d0..f04b6afbd 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.6.0/docs/resources/group_access_token gitlab_group_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 407b9e370..6d24a6317 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.6.0/docs/resources/group_badge gitlab_group_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_badge#id GroupBadge#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge#name GroupBadge#name}
---
diff --git a/docs/groupBadge.go.md b/docs/groupBadge.go.md
index af5f220fc..70838b7d5 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.6.0/docs/resources/group_badge gitlab_group_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_badge#id GroupBadge#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge#name GroupBadge#name}
---
diff --git a/docs/groupBadge.java.md b/docs/groupBadge.java.md
index 8438c66bb..11afa83ad 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.6.0/docs/resources/group_badge gitlab_group_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge#name GroupBadge#name}
---
diff --git a/docs/groupBadge.python.md b/docs/groupBadge.python.md
index 81e265482..299ab2901 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.6.0/docs/resources/group_badge gitlab_group_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#id GroupBadge#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_badge#id GroupBadge#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge#name GroupBadge#name}
---
diff --git a/docs/groupBadge.typescript.md b/docs/groupBadge.typescript.md
index d60b03a13..0c590d5db 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.6.0/docs/resources/group_badge gitlab_group_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_badge#id GroupBadge#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge#name GroupBadge#name}
---
diff --git a/docs/groupCluster.csharp.md b/docs/groupCluster.csharp.md
index d70399834..6d55200f2 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.6.0/docs/resources/group_cluster gitlab_group_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_cluster#id GroupCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
---
diff --git a/docs/groupCluster.go.md b/docs/groupCluster.go.md
index 38d02afc3..eac300f6d 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.6.0/docs/resources/group_cluster gitlab_group_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_cluster#id GroupCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
---
diff --git a/docs/groupCluster.java.md b/docs/groupCluster.java.md
index 720ca5cb2..8bf9fbdeb 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.6.0/docs/resources/group_cluster gitlab_group_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
---
diff --git a/docs/groupCluster.python.md b/docs/groupCluster.python.md
index ac808e00d..3e8857d20 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.6.0/docs/resources/group_cluster gitlab_group_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#id GroupCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_cluster#id GroupCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
---
diff --git a/docs/groupCluster.typescript.md b/docs/groupCluster.typescript.md
index 09f0b2224..0611af8ea 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.6.0/docs/resources/group_cluster gitlab_group_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_cluster#id GroupCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
---
diff --git a/docs/groupCustomAttribute.csharp.md b/docs/groupCustomAttribute.csharp.md
index ec413c99b..648afadd8 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.6.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 320f587ad..8fb39c127 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.6.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 4527aa261..f09d38ee9 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.6.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 d5bf572f3..3ed50a177 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.6.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 fbcd96e13..bc0c9f4b2 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.6.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 ddf1203a0..2945df487 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.6.0/docs/resources/group_epic_board gitlab_group_epic_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
---
diff --git a/docs/groupEpicBoard.go.md b/docs/groupEpicBoard.go.md
index fcd3f2060..4a2abe283 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.6.0/docs/resources/group_epic_board gitlab_group_epic_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
---
diff --git a/docs/groupEpicBoard.java.md b/docs/groupEpicBoard.java.md
index 840b19669..d72e3b2e7 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.6.0/docs/resources/group_epic_board gitlab_group_epic_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
---
diff --git a/docs/groupEpicBoard.python.md b/docs/groupEpicBoard.python.md
index b9ce5c96d..2200f6e1c 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.6.0/docs/resources/group_epic_board gitlab_group_epic_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
---
diff --git a/docs/groupEpicBoard.typescript.md b/docs/groupEpicBoard.typescript.md
index 1c1b1113b..545be0437 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.6.0/docs/resources/group_epic_board gitlab_group_epic_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
---
diff --git a/docs/groupHook.csharp.md b/docs/groupHook.csharp.md
index cffd157ac..0c42f359d 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.6.0/docs/resources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook gitlab_group_hook}.
#### Initializers
@@ -606,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.6.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.1/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -1426,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.6.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#group GroupHook#group}
---
@@ -1440,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.6.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#url GroupHook#url}
---
@@ -1454,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.6.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.1/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -1468,7 +1468,7 @@ 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.6.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.1/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
---
@@ -1482,7 +1482,7 @@ public object CustomHeaders { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -1496,7 +1496,7 @@ public string CustomWebhookTemplate { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -1510,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.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -1524,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.6.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.1/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -1538,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.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -1552,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.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -1566,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.6.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.1/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -1580,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.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -1594,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.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -1608,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.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -1622,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.6.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.1/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -1636,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.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -1650,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.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -1664,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.6.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.1/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -1678,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.6.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#token GroupHook#token}
---
@@ -1692,7 +1692,7 @@ 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.6.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.1/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
---
@@ -1728,7 +1728,7 @@ public string Key { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#key GroupHook#key}
---
@@ -1742,7 +1742,7 @@ public string Value { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#value GroupHook#value}
---
diff --git a/docs/groupHook.go.md b/docs/groupHook.go.md
index ae939dd5f..fa65e4fa2 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.6.0/docs/resources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook gitlab_group_hook}.
#### Initializers
@@ -606,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.6.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.1/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -1426,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.6.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#group GroupHook#group}
---
@@ -1440,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.6.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#url GroupHook#url}
---
@@ -1454,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.6.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.1/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -1468,7 +1468,7 @@ ConfidentialNoteEvents interface{}
Invoke the hook for 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
---
@@ -1482,7 +1482,7 @@ CustomHeaders 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -1496,7 +1496,7 @@ CustomWebhookTemplate *string
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -1510,7 +1510,7 @@ DeploymentEvents interface{}
Invoke the hook for 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -1524,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.6.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.1/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -1538,7 +1538,7 @@ IssuesEvents interface{}
Invoke the hook for 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -1552,7 +1552,7 @@ JobEvents interface{}
Invoke the hook for 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -1566,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.6.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.1/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -1580,7 +1580,7 @@ NoteEvents interface{}
Invoke the hook for 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -1594,7 +1594,7 @@ PipelineEvents interface{}
Invoke the hook for 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -1608,7 +1608,7 @@ PushEvents interface{}
Invoke the hook for 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -1622,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.6.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.1/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -1636,7 +1636,7 @@ ReleasesEvents interface{}
Invoke the hook for release 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -1650,7 +1650,7 @@ SubgroupEvents interface{}
Invoke the hook for 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -1664,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.6.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.1/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -1678,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.6.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#token GroupHook#token}
---
@@ -1692,7 +1692,7 @@ WikiPageEvents interface{}
Invoke the hook for 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
---
@@ -1728,7 +1728,7 @@ Key *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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#key GroupHook#key}
---
@@ -1742,7 +1742,7 @@ Value *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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#value GroupHook#value}
---
diff --git a/docs/groupHook.java.md b/docs/groupHook.java.md
index 689c795d1..2fe96bc59 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.6.0/docs/resources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook gitlab_group_hook}.
#### Initializers
@@ -161,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.6.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#group GroupHook#group}
---
@@ -171,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.6.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#url GroupHook#url}
---
@@ -181,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.6.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.1/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -191,7 +191,7 @@ 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.6.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.1/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
---
@@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -211,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.6.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.1/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -221,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.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -231,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.6.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.1/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -241,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.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -251,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.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -261,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.6.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.1/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -271,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.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -281,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.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -291,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.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -301,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.6.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.1/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -311,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.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -321,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.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -331,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.6.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.1/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -341,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.6.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#token GroupHook#token}
---
@@ -351,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.6.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.1/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
---
@@ -917,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.6.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.1/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -1756,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.6.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#group GroupHook#group}
---
@@ -1770,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.6.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#url GroupHook#url}
---
@@ -1784,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.6.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.1/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -1798,7 +1798,7 @@ 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.6.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.1/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
---
@@ -1812,7 +1812,7 @@ public java.lang.Object getCustomHeaders();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -1826,7 +1826,7 @@ public java.lang.String getCustomWebhookTemplate();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -1840,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.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -1854,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.6.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.1/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -1868,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.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -1882,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.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -1896,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.6.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.1/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -1910,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.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -1924,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.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -1938,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.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -1952,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.6.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.1/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -1966,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.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -1980,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.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -1994,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.6.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.1/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -2008,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.6.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#token GroupHook#token}
---
@@ -2022,7 +2022,7 @@ 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.6.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.1/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
---
@@ -2058,7 +2058,7 @@ public java.lang.String getKey();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#key GroupHook#key}
---
@@ -2072,7 +2072,7 @@ public java.lang.String getValue();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#value GroupHook#value}
---
diff --git a/docs/groupHook.python.md b/docs/groupHook.python.md
index 4f2a5a21c..dd21be1a2 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.6.0/docs/resources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook gitlab_group_hook}.
#### Initializers
@@ -144,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.6.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#group GroupHook#group}
---
@@ -154,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.6.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#url GroupHook#url}
---
@@ -164,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.6.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.1/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -174,7 +174,7 @@ 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.6.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.1/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -194,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.6.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.1/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -204,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.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -214,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.6.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.1/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -224,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.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -234,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.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -244,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.6.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.1/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -254,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.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -264,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.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -274,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.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -284,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.6.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.1/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -294,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.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -304,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.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -314,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.6.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.1/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -324,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.6.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#token GroupHook#token}
---
@@ -334,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.6.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.1/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
---
@@ -948,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.6.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.1/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -1768,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.6.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#group GroupHook#group}
---
@@ -1782,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.6.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#url GroupHook#url}
---
@@ -1796,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.6.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.1/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -1810,7 +1810,7 @@ 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.6.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.1/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
---
@@ -1824,7 +1824,7 @@ custom_headers: typing.Union[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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -1838,7 +1838,7 @@ custom_webhook_template: str
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -1852,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.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -1866,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.6.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.1/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -1880,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.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -1894,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.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -1908,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.6.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.1/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -1922,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.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -1936,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.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -1950,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.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -1964,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.6.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.1/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -1978,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.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -1992,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.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -2006,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.6.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.1/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -2020,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.6.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#token GroupHook#token}
---
@@ -2034,7 +2034,7 @@ 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.6.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.1/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
---
@@ -2070,7 +2070,7 @@ key: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#key GroupHook#key}
---
@@ -2084,7 +2084,7 @@ value: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#value GroupHook#value}
---
diff --git a/docs/groupHook.typescript.md b/docs/groupHook.typescript.md
index 97affff8a..a953cbad0 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.6.0/docs/resources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook gitlab_group_hook}.
#### Initializers
@@ -606,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.6.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.1/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -1398,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.6.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#group GroupHook#group}
---
@@ -1412,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.6.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#url GroupHook#url}
---
@@ -1426,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.6.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.1/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -1440,7 +1440,7 @@ 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.6.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.1/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
---
@@ -1454,7 +1454,7 @@ public readonly customHeaders: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -1468,7 +1468,7 @@ public readonly customWebhookTemplate: string;
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -1482,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.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -1496,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.6.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.1/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -1510,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.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -1524,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.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -1538,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.6.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.1/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -1552,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.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -1566,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.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -1580,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.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -1594,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.6.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.1/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -1608,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.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -1622,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.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -1636,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.6.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.1/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -1650,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.6.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#token GroupHook#token}
---
@@ -1664,7 +1664,7 @@ 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.6.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.1/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
---
@@ -1697,7 +1697,7 @@ public readonly key: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#key GroupHook#key}
---
@@ -1711,7 +1711,7 @@ public readonly value: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#value GroupHook#value}
---
diff --git a/docs/groupIssueBoard.csharp.md b/docs/groupIssueBoard.csharp.md
index cf5bc8db6..d4d53ba6f 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.6.0/docs/resources/group_issue_board gitlab_group_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#position GroupIssueBoard#position}
---
diff --git a/docs/groupIssueBoard.go.md b/docs/groupIssueBoard.go.md
index 9f106cf44..eae7f301d 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.6.0/docs/resources/group_issue_board gitlab_group_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#position GroupIssueBoard#position}
---
diff --git a/docs/groupIssueBoard.java.md b/docs/groupIssueBoard.java.md
index bc9798d70..c4b3b338f 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.6.0/docs/resources/group_issue_board gitlab_group_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#position GroupIssueBoard#position}
---
diff --git a/docs/groupIssueBoard.python.md b/docs/groupIssueBoard.python.md
index 398738fcd..2b1f91990 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.6.0/docs/resources/group_issue_board gitlab_group_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#position GroupIssueBoard#position}
---
diff --git a/docs/groupIssueBoard.typescript.md b/docs/groupIssueBoard.typescript.md
index a51bd17b8..2832acf51 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.6.0/docs/resources/group_issue_board gitlab_group_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#position GroupIssueBoard#position}
---
diff --git a/docs/groupLabel.csharp.md b/docs/groupLabel.csharp.md
index e171b69b7..01e455613 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.6.0/docs/resources/group_label gitlab_group_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_label#id GroupLabel#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 621628b85..e9e86aecc 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.6.0/docs/resources/group_label gitlab_group_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_label#id GroupLabel#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 df36911c0..caa31dfc4 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.6.0/docs/resources/group_label gitlab_group_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 4216bee00..ff03e4cf0 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.6.0/docs/resources/group_label gitlab_group_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#id GroupLabel#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_label#id GroupLabel#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 ef012d1b0..1b716bac8 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.6.0/docs/resources/group_label gitlab_group_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_label#id GroupLabel#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 b1de2d98c..1f7fb63b8 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.6.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 a0baeca1c..c854ccad9 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.6.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 84d0b31a1..210d05150 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.6.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 3ff41049a..fd432512f 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.6.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 63241b391..2e4a46d3c 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.6.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 0dc327418..799b04364 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.6.0/docs/resources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_membership#id GroupMembership#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 c9369a5af..e12ebf1d6 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.6.0/docs/resources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_membership#id GroupMembership#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 91efb9baf..9cbcd7587 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.6.0/docs/resources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 21cc9fe5f..120ff98ba 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.6.0/docs/resources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#id GroupMembership#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_membership#id GroupMembership#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 b03a2ac06..5d52d4663 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.6.0/docs/resources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_membership#id GroupMembership#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 e3288b307..81dac69dc 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.6.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 c3b09785b..a33576e6e 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.6.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 080fcbf24..6ee6573c3 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.6.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 562beeffb..92f4807fe 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.6.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 6c2cf9e01..61eca22ee 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.6.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 250850744..fba425693 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.6.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
diff --git a/docs/groupProtectedEnvironment.go.md b/docs/groupProtectedEnvironment.go.md
index 6d4a43778..f4bc72f4a 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.6.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
diff --git a/docs/groupProtectedEnvironment.java.md b/docs/groupProtectedEnvironment.java.md
index ea9229df4..15e4539a1 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.6.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
diff --git a/docs/groupProtectedEnvironment.python.md b/docs/groupProtectedEnvironment.python.md
index ef819aaf8..f0690646b 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.6.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
diff --git a/docs/groupProtectedEnvironment.typescript.md b/docs/groupProtectedEnvironment.typescript.md
index 9fffc80d9..edb608815 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.6.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
diff --git a/docs/groupSamlLink.csharp.md b/docs/groupSamlLink.csharp.md
index 3d308b348..a9b09f956 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.6.0/docs/resources/group_saml_link gitlab_group_saml_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 7aed7ab68..c9c3eacca 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.6.0/docs/resources/group_saml_link gitlab_group_saml_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 46c67402b..88730ad14 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.6.0/docs/resources/group_saml_link gitlab_group_saml_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 eba2efe83..f9cfc789b 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.6.0/docs/resources/group_saml_link gitlab_group_saml_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 d999a7f07..d74cf6950 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.6.0/docs/resources/group_saml_link gitlab_group_saml_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 ac5325634..44d13e07e 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.6.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
---
diff --git a/docs/groupSecurityPolicyAttachment.go.md b/docs/groupSecurityPolicyAttachment.go.md
index b4dc196a6..d495a3cd4 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.6.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
---
diff --git a/docs/groupSecurityPolicyAttachment.java.md b/docs/groupSecurityPolicyAttachment.java.md
index 479a5b183..c2e6bfe29 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.6.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
---
diff --git a/docs/groupSecurityPolicyAttachment.python.md b/docs/groupSecurityPolicyAttachment.python.md
index 3977562b9..06b1494c2 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.6.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
---
diff --git a/docs/groupSecurityPolicyAttachment.typescript.md b/docs/groupSecurityPolicyAttachment.typescript.md
index 16f40e6e7..15a22cc70 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.6.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
---
diff --git a/docs/groupServiceAccount.csharp.md b/docs/groupServiceAccount.csharp.md
index 38489f15a..ba950c221 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.6.0/docs/resources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account#username GroupServiceAccount#username}
---
diff --git a/docs/groupServiceAccount.go.md b/docs/groupServiceAccount.go.md
index e57118dce..e4721647c 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.6.0/docs/resources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account#username GroupServiceAccount#username}
---
diff --git a/docs/groupServiceAccount.java.md b/docs/groupServiceAccount.java.md
index 8d8a3ac4c..c7f74ccba 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.6.0/docs/resources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account#username GroupServiceAccount#username}
---
diff --git a/docs/groupServiceAccount.python.md b/docs/groupServiceAccount.python.md
index 35e7136ef..b291d0293 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.6.0/docs/resources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account#username GroupServiceAccount#username}
---
diff --git a/docs/groupServiceAccount.typescript.md b/docs/groupServiceAccount.typescript.md
index 744d59220..00a47e3d5 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.6.0/docs/resources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account#username GroupServiceAccount#username}
---
diff --git a/docs/groupServiceAccountAccessToken.csharp.md b/docs/groupServiceAccountAccessToken.csharp.md
index e9e78961b..3bfd070a0 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.6.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.1/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
#### Initializers
@@ -73,7 +73,9 @@ 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". |
+| PutRotationConfiguration
| *No description.* |
| ResetExpiresAt
| *No description.* |
+| ResetRotationConfiguration
| *No description.* |
---
@@ -365,12 +367,30 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example".
---
+##### `PutRotationConfiguration`
+
+```csharp
+private void PutRotationConfiguration(GroupServiceAccountAccessTokenRotationConfiguration Value)
+```
+
+###### `Value`Required
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfiguration
+
+---
+
##### `ResetExpiresAt`
```csharp
private void ResetExpiresAt()
```
+##### `ResetRotationConfiguration`
+
+```csharp
+private void ResetRotationConfiguration()
+```
+
#### Static Functions
| **Name** | **Description** |
@@ -474,7 +494,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.6.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.1/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -508,10 +528,12 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6
| CreatedAt
| string
| *No description.* |
| Id
| string
| *No description.* |
| Revoked
| HashiCorp.Cdktf.IResolvable
| *No description.* |
+| RotationConfiguration
| GroupServiceAccountAccessTokenRotationConfigurationOutputReference
| *No description.* |
| Token
| string
| *No description.* |
| ExpiresAtInput
| string
| *No description.* |
| GroupInput
| string
| *No description.* |
| NameInput
| string
| *No description.* |
+| RotationConfigurationInput
| object
| *No description.* |
| ScopesInput
| string[]
| *No description.* |
| UserIdInput
| double
| *No description.* |
| ExpiresAt
| string
| *No description.* |
@@ -704,6 +726,16 @@ public IResolvable Revoked { get; }
---
+##### `RotationConfiguration`Required
+
+```csharp
+public GroupServiceAccountAccessTokenRotationConfigurationOutputReference RotationConfiguration { get; }
+```
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+
+---
+
##### `Token`Required
```csharp
@@ -744,6 +776,16 @@ public string NameInput { get; }
---
+##### `RotationConfigurationInput`Optional
+
+```csharp
+public object RotationConfigurationInput { get; }
+```
+
+- *Type:* object
+
+---
+
##### `ScopesInput`Optional
```csharp
@@ -853,7 +895,8 @@ new GroupServiceAccountAccessTokenConfig {
string Name,
string[] Scopes,
double UserId,
- string ExpiresAt = null
+ string ExpiresAt = null,
+ GroupServiceAccountAccessTokenRotationConfiguration RotationConfiguration = null
};
```
@@ -872,7 +915,8 @@ new GroupServiceAccountAccessTokenConfig {
| Name
| string
| The name of the personal access token. |
| Scopes
| string[]
| The scopes of the group service account access token. |
| UserId
| double
| The ID of a service account user. |
-| ExpiresAt
| string
| The personal access token expiry date. |
+| ExpiresAt
| string
| The service account access token expiry date. |
+| RotationConfiguration
| GroupServiceAccountAccessTokenRotationConfiguration
| The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run. |
---
@@ -956,7 +1000,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.6.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.1/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -970,7 +1014,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.6.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.1/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -986,7 +1030,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.6.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.1/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -1000,7 +1044,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.6.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.1/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -1012,11 +1056,333 @@ public string ExpiresAt { get; set; }
- *Type:* string
-The personal access token expiry date.
+The service account 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.6.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.1/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+
+---
+
+##### `RotationConfiguration`Optional
+
+```csharp
+public GroupServiceAccountAccessTokenRotationConfiguration RotationConfiguration { get; set; }
+```
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfiguration
+
+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.6.1/docs/resources/group_service_account_access_token#rotation_configuration GroupServiceAccountAccessToken#rotation_configuration}
+
+---
+
+### GroupServiceAccountAccessTokenRotationConfiguration
+
+#### Initializer
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new GroupServiceAccountAccessTokenRotationConfiguration {
+ double RotateBeforeDays
+};
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| RotateBeforeDays
| double
| The duration (in days) before the expiration when the token should be rotated. |
+
+---
+
+##### `RotateBeforeDays`Required
+
+```csharp
+public double RotateBeforeDays { get; set; }
+```
+
+- *Type:* double
+
+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.6.1/docs/resources/group_service_account_access_token#rotate_before_days GroupServiceAccountAccessToken#rotate_before_days}
+
+---
+
+## Classes
+
+### GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new GroupServiceAccountAccessTokenRotationConfigurationOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+#### 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.* |
+| RotateBeforeDaysInput
| double
| *No description.* |
+| RotateBeforeDays
| double
| *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
+
+---
+
+##### `RotateBeforeDaysInput`Optional
+
+```csharp
+public double RotateBeforeDaysInput { get; }
+```
+
+- *Type:* double
+
+---
+
+##### `RotateBeforeDays`Required
+
+```csharp
+public double RotateBeforeDays { get; }
+```
+
+- *Type:* double
+
+---
+
+##### `InternalValue`Optional
+
+```csharp
+public object InternalValue { get; }
+```
+
+- *Type:* object
---
diff --git a/docs/groupServiceAccountAccessToken.go.md b/docs/groupServiceAccountAccessToken.go.md
index de5c78f2b..42489341b 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.6.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.1/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
#### Initializers
@@ -73,7 +73,9 @@ 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". |
+| PutRotationConfiguration
| *No description.* |
| ResetExpiresAt
| *No description.* |
+| ResetRotationConfiguration
| *No description.* |
---
@@ -365,12 +367,30 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example".
---
+##### `PutRotationConfiguration`
+
+```go
+func PutRotationConfiguration(value GroupServiceAccountAccessTokenRotationConfiguration)
+```
+
+###### `value`Required
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfiguration
+
+---
+
##### `ResetExpiresAt`
```go
func ResetExpiresAt()
```
+##### `ResetRotationConfiguration`
+
+```go
+func ResetRotationConfiguration()
+```
+
#### Static Functions
| **Name** | **Description** |
@@ -474,7 +494,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.6.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.1/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -508,10 +528,12 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6
| CreatedAt
| *string
| *No description.* |
| Id
| *string
| *No description.* |
| Revoked
| github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
| *No description.* |
+| RotationConfiguration
| GroupServiceAccountAccessTokenRotationConfigurationOutputReference
| *No description.* |
| Token
| *string
| *No description.* |
| ExpiresAtInput
| *string
| *No description.* |
| GroupInput
| *string
| *No description.* |
| NameInput
| *string
| *No description.* |
+| RotationConfigurationInput
| interface{}
| *No description.* |
| ScopesInput
| *[]*string
| *No description.* |
| UserIdInput
| *f64
| *No description.* |
| ExpiresAt
| *string
| *No description.* |
@@ -704,6 +726,16 @@ func Revoked() IResolvable
---
+##### `RotationConfiguration`Required
+
+```go
+func RotationConfiguration() GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+```
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+
+---
+
##### `Token`Required
```go
@@ -744,6 +776,16 @@ func NameInput() *string
---
+##### `RotationConfigurationInput`Optional
+
+```go
+func RotationConfigurationInput() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
##### `ScopesInput`Optional
```go
@@ -854,6 +896,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupserviceaccount
Scopes: *[]*string,
UserId: *f64,
ExpiresAt: *string,
+ RotationConfiguration: github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13.groupServiceAccountAccessToken.GroupServiceAccountAccessTokenRotationConfiguration,
}
```
@@ -872,7 +915,8 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupserviceaccount
| Name
| *string
| The name of the personal access token. |
| Scopes
| *[]*string
| The scopes of the group service account access token. |
| UserId
| *f64
| The ID of a service account user. |
-| ExpiresAt
| *string
| The personal access token expiry date. |
+| ExpiresAt
| *string
| The service account access token expiry date. |
+| RotationConfiguration
| GroupServiceAccountAccessTokenRotationConfiguration
| The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run. |
---
@@ -956,7 +1000,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.6.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.1/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -970,7 +1014,7 @@ Name *string
The name of the personal access token.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -986,7 +1030,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.6.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.1/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -1000,7 +1044,7 @@ UserId *f64
The ID of a service account user.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -1012,11 +1056,333 @@ ExpiresAt *string
- *Type:* *string
-The personal access token expiry date.
+The service account 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.6.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.1/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+
+---
+
+##### `RotationConfiguration`Optional
+
+```go
+RotationConfiguration GroupServiceAccountAccessTokenRotationConfiguration
+```
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfiguration
+
+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.6.1/docs/resources/group_service_account_access_token#rotation_configuration GroupServiceAccountAccessToken#rotation_configuration}
+
+---
+
+### GroupServiceAccountAccessTokenRotationConfiguration
+
+#### Initializer
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupserviceaccountaccesstoken"
+
+&groupserviceaccountaccesstoken.GroupServiceAccountAccessTokenRotationConfiguration {
+ RotateBeforeDays: *f64,
+}
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| RotateBeforeDays
| *f64
| The duration (in days) before the expiration when the token should be rotated. |
+
+---
+
+##### `RotateBeforeDays`Required
+
+```go
+RotateBeforeDays *f64
+```
+
+- *Type:* *f64
+
+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.6.1/docs/resources/group_service_account_access_token#rotate_before_days GroupServiceAccountAccessToken#rotate_before_days}
+
+---
+
+## Classes
+
+### GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupserviceaccountaccesstoken"
+
+groupserviceaccountaccesstoken.NewGroupServiceAccountAccessTokenRotationConfigurationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+```
+
+| **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. |
+
+---
+
+##### `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.
+
+---
+
+#### 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.* |
+| RotateBeforeDaysInput
| *f64
| *No description.* |
+| RotateBeforeDays
| *f64
| *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
+
+---
+
+##### `RotateBeforeDaysInput`Optional
+
+```go
+func RotateBeforeDaysInput() *f64
+```
+
+- *Type:* *f64
+
+---
+
+##### `RotateBeforeDays`Required
+
+```go
+func RotateBeforeDays() *f64
+```
+
+- *Type:* *f64
+
+---
+
+##### `InternalValue`Optional
+
+```go
+func InternalValue() interface{}
+```
+
+- *Type:* interface{}
---
diff --git a/docs/groupServiceAccountAccessToken.java.md b/docs/groupServiceAccountAccessToken.java.md
index 352132070..3e9ebe665 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.6.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.1/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
#### Initializers
@@ -28,6 +28,7 @@ GroupServiceAccountAccessToken.Builder.create(Construct scope, java.lang.String
.scopes(java.util.List)
.userId(java.lang.Number)
// .expiresAt(java.lang.String)
+// .rotationConfiguration(GroupServiceAccountAccessTokenRotationConfiguration)
.build();
```
@@ -46,7 +47,8 @@ GroupServiceAccountAccessToken.Builder.create(Construct scope, java.lang.String
| name
| java.lang.String
| The name of the personal access token. |
| scopes
| java.util.List
| The scopes of the group service account access token. |
| userId
| java.lang.Number
| The ID of a service account user. |
-| expiresAt
| java.lang.String
| The personal access token expiry date. |
+| expiresAt
| java.lang.String
| The service account access token expiry date. |
+| rotationConfiguration
| GroupServiceAccountAccessTokenRotationConfiguration
| The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run. |
---
@@ -116,7 +118,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.6.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.1/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -126,7 +128,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.6.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.1/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -138,7 +140,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.6.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.1/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -148,7 +150,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.6.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.1/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -156,11 +158,21 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-The personal access token expiry date.
+The service account 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.6.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.1/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+
+---
+
+##### `rotationConfiguration`Optional
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfiguration
+
+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.6.1/docs/resources/group_service_account_access_token#rotation_configuration GroupServiceAccountAccessToken#rotation_configuration}
---
@@ -191,7 +203,9 @@ 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". |
+| putRotationConfiguration
| *No description.* |
| resetExpiresAt
| *No description.* |
+| resetRotationConfiguration
| *No description.* |
---
@@ -485,12 +499,30 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example".
---
+##### `putRotationConfiguration`
+
+```java
+public void putRotationConfiguration(GroupServiceAccountAccessTokenRotationConfiguration value)
+```
+
+###### `value`Required
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfiguration
+
+---
+
##### `resetExpiresAt`
```java
public void resetExpiresAt()
```
+##### `resetRotationConfiguration`
+
+```java
+public void resetRotationConfiguration()
+```
+
#### Static Functions
| **Name** | **Description** |
@@ -594,7 +626,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.6.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.1/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -628,10 +660,12 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6
| createdAt
| java.lang.String
| *No description.* |
| id
| java.lang.String
| *No description.* |
| revoked
| com.hashicorp.cdktf.IResolvable
| *No description.* |
+| rotationConfiguration
| GroupServiceAccountAccessTokenRotationConfigurationOutputReference
| *No description.* |
| token
| java.lang.String
| *No description.* |
| expiresAtInput
| java.lang.String
| *No description.* |
| groupInput
| java.lang.String
| *No description.* |
| nameInput
| java.lang.String
| *No description.* |
+| rotationConfigurationInput
| com.hashicorp.cdktf.IResolvable OR GroupServiceAccountAccessTokenRotationConfiguration
| *No description.* |
| scopesInput
| java.util.List
| *No description.* |
| userIdInput
| java.lang.Number
| *No description.* |
| expiresAt
| java.lang.String
| *No description.* |
@@ -824,6 +858,16 @@ public IResolvable getRevoked();
---
+##### `rotationConfiguration`Required
+
+```java
+public GroupServiceAccountAccessTokenRotationConfigurationOutputReference getRotationConfiguration();
+```
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+
+---
+
##### `token`Required
```java
@@ -864,6 +908,16 @@ public java.lang.String getNameInput();
---
+##### `rotationConfigurationInput`Optional
+
+```java
+public java.lang.Object getRotationConfigurationInput();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR GroupServiceAccountAccessTokenRotationConfiguration
+
+---
+
##### `scopesInput`Optional
```java
@@ -978,6 +1032,7 @@ GroupServiceAccountAccessTokenConfig.builder()
.scopes(java.util.List)
.userId(java.lang.Number)
// .expiresAt(java.lang.String)
+// .rotationConfiguration(GroupServiceAccountAccessTokenRotationConfiguration)
.build();
```
@@ -996,7 +1051,8 @@ GroupServiceAccountAccessTokenConfig.builder()
| name
| java.lang.String
| The name of the personal access token. |
| scopes
| java.util.List
| The scopes of the group service account access token. |
| userId
| java.lang.Number
| The ID of a service account user. |
-| expiresAt
| java.lang.String
| The personal access token expiry date. |
+| expiresAt
| java.lang.String
| The service account access token expiry date. |
+| rotationConfiguration
| GroupServiceAccountAccessTokenRotationConfiguration
| The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run. |
---
@@ -1080,7 +1136,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.6.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.1/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -1094,7 +1150,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.6.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.1/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -1110,7 +1166,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.6.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.1/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -1124,7 +1180,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.6.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.1/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -1136,11 +1192,333 @@ public java.lang.String getExpiresAt();
- *Type:* java.lang.String
-The personal access token expiry date.
+The service account 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.6.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.1/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+
+---
+
+##### `rotationConfiguration`Optional
+
+```java
+public GroupServiceAccountAccessTokenRotationConfiguration getRotationConfiguration();
+```
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfiguration
+
+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.6.1/docs/resources/group_service_account_access_token#rotation_configuration GroupServiceAccountAccessToken#rotation_configuration}
+
+---
+
+### GroupServiceAccountAccessTokenRotationConfiguration
+
+#### Initializer
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.group_service_account_access_token.GroupServiceAccountAccessTokenRotationConfiguration;
+
+GroupServiceAccountAccessTokenRotationConfiguration.builder()
+ .rotateBeforeDays(java.lang.Number)
+ .build();
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| rotateBeforeDays
| java.lang.Number
| The duration (in days) before the expiration when the token should be rotated. |
+
+---
+
+##### `rotateBeforeDays`Required
+
+```java
+public java.lang.Number getRotateBeforeDays();
+```
+
+- *Type:* java.lang.Number
+
+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.6.1/docs/resources/group_service_account_access_token#rotate_before_days GroupServiceAccountAccessToken#rotate_before_days}
+
+---
+
+## Classes
+
+### GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.group_service_account_access_token.GroupServiceAccountAccessTokenRotationConfigurationOutputReference;
+
+new GroupServiceAccountAccessTokenRotationConfigurationOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute);
+```
+
+| **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. |
+
+---
+
+##### `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.
+
+---
+
+#### 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.* |
+| rotateBeforeDaysInput
| java.lang.Number
| *No description.* |
+| rotateBeforeDays
| java.lang.Number
| *No description.* |
+| internalValue
| com.hashicorp.cdktf.IResolvable OR GroupServiceAccountAccessTokenRotationConfiguration
| *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
+
+---
+
+##### `rotateBeforeDaysInput`Optional
+
+```java
+public java.lang.Number getRotateBeforeDaysInput();
+```
+
+- *Type:* java.lang.Number
+
+---
+
+##### `rotateBeforeDays`Required
+
+```java
+public java.lang.Number getRotateBeforeDays();
+```
+
+- *Type:* java.lang.Number
+
+---
+
+##### `internalValue`Optional
+
+```java
+public java.lang.Object getInternalValue();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR GroupServiceAccountAccessTokenRotationConfiguration
---
diff --git a/docs/groupServiceAccountAccessToken.python.md b/docs/groupServiceAccountAccessToken.python.md
index 358cd292d..a2dd7a191 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.6.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.1/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
#### Initializers
@@ -25,7 +25,8 @@ groupServiceAccountAccessToken.GroupServiceAccountAccessToken(
name: str,
scopes: typing.List[str],
user_id: typing.Union[int, float],
- expires_at: str = None
+ expires_at: str = None,
+ rotation_configuration: GroupServiceAccountAccessTokenRotationConfiguration = None
)
```
@@ -44,7 +45,8 @@ groupServiceAccountAccessToken.GroupServiceAccountAccessToken(
| name
| str
| The name of the personal access token. |
| scopes
| typing.List[str]
| The scopes of the group service account access token. |
| user_id
| typing.Union[int, float]
| The ID of a service account user. |
-| expires_at
| str
| The personal access token expiry date. |
+| expires_at
| str
| The service account access token expiry date. |
+| rotation_configuration
| GroupServiceAccountAccessTokenRotationConfiguration
| The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run. |
---
@@ -114,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.6.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.1/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -124,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.6.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.1/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -136,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.6.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.1/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -146,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.6.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.1/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -154,11 +156,21 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-The personal access token expiry date.
+The service account 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.6.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.1/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+
+---
+
+##### `rotation_configuration`Optional
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfiguration
+
+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.6.1/docs/resources/group_service_account_access_token#rotation_configuration GroupServiceAccountAccessToken#rotation_configuration}
---
@@ -189,7 +201,9 @@ 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_rotation_configuration
| *No description.* |
| reset_expires_at
| *No description.* |
+| reset_rotation_configuration
| *No description.* |
---
@@ -518,12 +532,38 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example".
---
+##### `put_rotation_configuration`
+
+```python
+def put_rotation_configuration(
+ rotate_before_days: typing.Union[int, float]
+) -> None
+```
+
+###### `rotate_before_days`Required
+
+- *Type:* typing.Union[int, float]
+
+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.6.1/docs/resources/group_service_account_access_token#rotate_before_days GroupServiceAccountAccessToken#rotate_before_days}
+
+---
+
##### `reset_expires_at`
```python
def reset_expires_at() -> None
```
+##### `reset_rotation_configuration`
+
+```python
+def reset_rotation_configuration() -> None
+```
+
#### Static Functions
| **Name** | **Description** |
@@ -638,7 +678,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.6.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.1/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -672,10 +712,12 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6
| created_at
| str
| *No description.* |
| id
| str
| *No description.* |
| revoked
| cdktf.IResolvable
| *No description.* |
+| rotation_configuration
| GroupServiceAccountAccessTokenRotationConfigurationOutputReference
| *No description.* |
| token
| str
| *No description.* |
| expires_at_input
| str
| *No description.* |
| group_input
| str
| *No description.* |
| name_input
| str
| *No description.* |
+| rotation_configuration_input
| typing.Union[cdktf.IResolvable, GroupServiceAccountAccessTokenRotationConfiguration]
| *No description.* |
| scopes_input
| typing.List[str]
| *No description.* |
| user_id_input
| typing.Union[int, float]
| *No description.* |
| expires_at
| str
| *No description.* |
@@ -868,6 +910,16 @@ revoked: IResolvable
---
+##### `rotation_configuration`Required
+
+```python
+rotation_configuration: GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+```
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+
+---
+
##### `token`Required
```python
@@ -908,6 +960,16 @@ name_input: str
---
+##### `rotation_configuration_input`Optional
+
+```python
+rotation_configuration_input: typing.Union[IResolvable, GroupServiceAccountAccessTokenRotationConfiguration]
+```
+
+- *Type:* typing.Union[cdktf.IResolvable, GroupServiceAccountAccessTokenRotationConfiguration]
+
+---
+
##### `scopes_input`Optional
```python
@@ -1017,7 +1079,8 @@ groupServiceAccountAccessToken.GroupServiceAccountAccessTokenConfig(
name: str,
scopes: typing.List[str],
user_id: typing.Union[int, float],
- expires_at: str = None
+ expires_at: str = None,
+ rotation_configuration: GroupServiceAccountAccessTokenRotationConfiguration = None
)
```
@@ -1036,7 +1099,8 @@ groupServiceAccountAccessToken.GroupServiceAccountAccessTokenConfig(
| name
| str
| The name of the personal access token. |
| scopes
| typing.List[str]
| The scopes of the group service account access token. |
| user_id
| typing.Union[int, float]
| The ID of a service account user. |
-| expires_at
| str
| The personal access token expiry date. |
+| expires_at
| str
| The service account access token expiry date. |
+| rotation_configuration
| GroupServiceAccountAccessTokenRotationConfiguration
| The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run. |
---
@@ -1120,7 +1184,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.6.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.1/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -1134,7 +1198,7 @@ name: str
The name of the personal access token.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -1150,7 +1214,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.6.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.1/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -1164,7 +1228,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.6.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.1/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -1176,11 +1240,358 @@ expires_at: str
- *Type:* str
-The personal access token expiry date.
+The service account 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.6.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.1/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+
+---
+
+##### `rotation_configuration`Optional
+
+```python
+rotation_configuration: GroupServiceAccountAccessTokenRotationConfiguration
+```
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfiguration
+
+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.6.1/docs/resources/group_service_account_access_token#rotation_configuration GroupServiceAccountAccessToken#rotation_configuration}
+
+---
+
+### GroupServiceAccountAccessTokenRotationConfiguration
+
+#### Initializer
+
+```python
+from cdktf_cdktf_provider_gitlab import group_service_account_access_token
+
+groupServiceAccountAccessToken.GroupServiceAccountAccessTokenRotationConfiguration(
+ rotate_before_days: typing.Union[int, float]
+)
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| rotate_before_days
| typing.Union[int, float]
| The duration (in days) before the expiration when the token should be rotated. |
+
+---
+
+##### `rotate_before_days`Required
+
+```python
+rotate_before_days: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+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.6.1/docs/resources/group_service_account_access_token#rotate_before_days GroupServiceAccountAccessToken#rotate_before_days}
+
+---
+
+## Classes
+
+### GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_gitlab import group_service_account_access_token
+
+groupServiceAccountAccessToken.GroupServiceAccountAccessTokenRotationConfigurationOutputReference(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+#### 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.* |
+| rotate_before_days_input
| typing.Union[int, float]
| *No description.* |
+| rotate_before_days
| typing.Union[int, float]
| *No description.* |
+| internal_value
| typing.Union[cdktf.IResolvable, GroupServiceAccountAccessTokenRotationConfiguration]
| *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
+
+---
+
+##### `rotate_before_days_input`Optional
+
+```python
+rotate_before_days_input: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
+##### `rotate_before_days`Required
+
+```python
+rotate_before_days: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
+##### `internal_value`Optional
+
+```python
+internal_value: typing.Union[IResolvable, GroupServiceAccountAccessTokenRotationConfiguration]
+```
+
+- *Type:* typing.Union[cdktf.IResolvable, GroupServiceAccountAccessTokenRotationConfiguration]
---
diff --git a/docs/groupServiceAccountAccessToken.typescript.md b/docs/groupServiceAccountAccessToken.typescript.md
index 98efd0792..8d7ccc695 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.6.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.1/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
#### Initializers
@@ -73,7 +73,9 @@ 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". |
+| putRotationConfiguration
| *No description.* |
| resetExpiresAt
| *No description.* |
+| resetRotationConfiguration
| *No description.* |
---
@@ -365,12 +367,30 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example".
---
+##### `putRotationConfiguration`
+
+```typescript
+public putRotationConfiguration(value: GroupServiceAccountAccessTokenRotationConfiguration): void
+```
+
+###### `value`Required
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfiguration
+
+---
+
##### `resetExpiresAt`
```typescript
public resetExpiresAt(): void
```
+##### `resetRotationConfiguration`
+
+```typescript
+public resetRotationConfiguration(): void
+```
+
#### Static Functions
| **Name** | **Description** |
@@ -474,7 +494,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.6.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.1/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -508,10 +528,12 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6
| createdAt
| string
| *No description.* |
| id
| string
| *No description.* |
| revoked
| cdktf.IResolvable
| *No description.* |
+| rotationConfiguration
| GroupServiceAccountAccessTokenRotationConfigurationOutputReference
| *No description.* |
| token
| string
| *No description.* |
| expiresAtInput
| string
| *No description.* |
| groupInput
| string
| *No description.* |
| nameInput
| string
| *No description.* |
+| rotationConfigurationInput
| cdktf.IResolvable \| GroupServiceAccountAccessTokenRotationConfiguration
| *No description.* |
| scopesInput
| string[]
| *No description.* |
| userIdInput
| number
| *No description.* |
| expiresAt
| string
| *No description.* |
@@ -704,6 +726,16 @@ public readonly revoked: IResolvable;
---
+##### `rotationConfiguration`Required
+
+```typescript
+public readonly rotationConfiguration: GroupServiceAccountAccessTokenRotationConfigurationOutputReference;
+```
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+
+---
+
##### `token`Required
```typescript
@@ -744,6 +776,16 @@ public readonly nameInput: string;
---
+##### `rotationConfigurationInput`Optional
+
+```typescript
+public readonly rotationConfigurationInput: IResolvable | GroupServiceAccountAccessTokenRotationConfiguration;
+```
+
+- *Type:* cdktf.IResolvable | GroupServiceAccountAccessTokenRotationConfiguration
+
+---
+
##### `scopesInput`Optional
```typescript
@@ -859,7 +901,8 @@ const groupServiceAccountAccessTokenConfig: groupServiceAccountAccessToken.Group
| name
| string
| The name of the personal access token. |
| scopes
| string[]
| The scopes of the group service account access token. |
| userId
| number
| The ID of a service account user. |
-| expiresAt
| string
| The personal access token expiry date. |
+| expiresAt
| string
| The service account access token expiry date. |
+| rotationConfiguration
| GroupServiceAccountAccessTokenRotationConfiguration
| The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run. |
---
@@ -943,7 +986,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.6.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.1/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -957,7 +1000,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.6.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.1/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -973,7 +1016,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.6.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.1/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -987,7 +1030,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.6.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.1/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -999,11 +1042,331 @@ public readonly expiresAt: string;
- *Type:* string
-The personal access token expiry date.
+The service account 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.6.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.1/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+
+---
+
+##### `rotationConfiguration`Optional
+
+```typescript
+public readonly rotationConfiguration: GroupServiceAccountAccessTokenRotationConfiguration;
+```
+
+- *Type:* GroupServiceAccountAccessTokenRotationConfiguration
+
+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.6.1/docs/resources/group_service_account_access_token#rotation_configuration GroupServiceAccountAccessToken#rotation_configuration}
+
+---
+
+### GroupServiceAccountAccessTokenRotationConfiguration
+
+#### Initializer
+
+```typescript
+import { groupServiceAccountAccessToken } from '@cdktf/provider-gitlab'
+
+const groupServiceAccountAccessTokenRotationConfiguration: groupServiceAccountAccessToken.GroupServiceAccountAccessTokenRotationConfiguration = { ... }
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| rotateBeforeDays
| number
| The duration (in days) before the expiration when the token should be rotated. |
+
+---
+
+##### `rotateBeforeDays`Required
+
+```typescript
+public readonly rotateBeforeDays: number;
+```
+
+- *Type:* number
+
+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.6.1/docs/resources/group_service_account_access_token#rotate_before_days GroupServiceAccountAccessToken#rotate_before_days}
+
+---
+
+## Classes
+
+### GroupServiceAccountAccessTokenRotationConfigurationOutputReference
+
+#### Initializers
+
+```typescript
+import { groupServiceAccountAccessToken } from '@cdktf/provider-gitlab'
+
+new groupServiceAccountAccessToken.GroupServiceAccountAccessTokenRotationConfigurationOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+#### 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.* |
+| rotateBeforeDaysInput
| number
| *No description.* |
+| rotateBeforeDays
| number
| *No description.* |
+| internalValue
| cdktf.IResolvable \| GroupServiceAccountAccessTokenRotationConfiguration
| *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
+
+---
+
+##### `rotateBeforeDaysInput`Optional
+
+```typescript
+public readonly rotateBeforeDaysInput: number;
+```
+
+- *Type:* number
+
+---
+
+##### `rotateBeforeDays`Required
+
+```typescript
+public readonly rotateBeforeDays: number;
+```
+
+- *Type:* number
+
+---
+
+##### `internalValue`Optional
+
+```typescript
+public readonly internalValue: IResolvable | GroupServiceAccountAccessTokenRotationConfiguration;
+```
+
+- *Type:* cdktf.IResolvable | GroupServiceAccountAccessTokenRotationConfiguration
---
diff --git a/docs/groupShareGroup.csharp.md b/docs/groupShareGroup.csharp.md
index b8139789d..803f19fa5 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.6.0/docs/resources/group_share_group gitlab_group_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 dece8c8f1..1fc24888f 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.6.0/docs/resources/group_share_group gitlab_group_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 3dcdc2170..3bd75b51e 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.6.0/docs/resources/group_share_group gitlab_group_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 63dc406b6..31d44e804 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.6.0/docs/resources/group_share_group gitlab_group_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 62eb58cf3..3f9ccdc27 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.6.0/docs/resources/group_share_group gitlab_group_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 d0d2f313b..73a6d7f1f 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.6.0/docs/resources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_variable#id GroupVariable#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#variable_type GroupVariable#variable_type}
---
diff --git a/docs/groupVariable.go.md b/docs/groupVariable.go.md
index 92f7f8a09..22e5d82d2 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.6.0/docs/resources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_variable#id GroupVariable#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#variable_type GroupVariable#variable_type}
---
diff --git a/docs/groupVariable.java.md b/docs/groupVariable.java.md
index 070e12a7f..f242b15e5 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.6.0/docs/resources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#variable_type GroupVariable#variable_type}
---
diff --git a/docs/groupVariable.python.md b/docs/groupVariable.python.md
index e163e445f..fb2506781 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.6.0/docs/resources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#id GroupVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_variable#id GroupVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#variable_type GroupVariable#variable_type}
---
diff --git a/docs/groupVariable.typescript.md b/docs/groupVariable.typescript.md
index 4e515002d..2213d2d36 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.6.0/docs/resources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/group_variable#id GroupVariable#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#variable_type GroupVariable#variable_type}
---
diff --git a/docs/instanceCluster.csharp.md b/docs/instanceCluster.csharp.md
index 2a93247bd..aa0f535f2 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.6.0/docs/resources/instance_cluster gitlab_instance_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
---
diff --git a/docs/instanceCluster.go.md b/docs/instanceCluster.go.md
index e7595e565..13b69cb3c 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.6.0/docs/resources/instance_cluster gitlab_instance_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
---
diff --git a/docs/instanceCluster.java.md b/docs/instanceCluster.java.md
index 3f7c011d6..97e7b7d33 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.6.0/docs/resources/instance_cluster gitlab_instance_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
---
diff --git a/docs/instanceCluster.python.md b/docs/instanceCluster.python.md
index a417d5a46..273b58442 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.6.0/docs/resources/instance_cluster gitlab_instance_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
---
diff --git a/docs/instanceCluster.typescript.md b/docs/instanceCluster.typescript.md
index 254d9aec2..fe08cb6c1 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.6.0/docs/resources/instance_cluster gitlab_instance_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
---
diff --git a/docs/instanceVariable.csharp.md b/docs/instanceVariable.csharp.md
index 50b887520..c5908642d 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.6.0/docs/resources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_variable#id InstanceVariable#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
---
diff --git a/docs/instanceVariable.go.md b/docs/instanceVariable.go.md
index 83abb0fc3..88435d707 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.6.0/docs/resources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_variable#id InstanceVariable#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
---
diff --git a/docs/instanceVariable.java.md b/docs/instanceVariable.java.md
index 799ef66d5..0d0dfa2dd 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.6.0/docs/resources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
---
diff --git a/docs/instanceVariable.python.md b/docs/instanceVariable.python.md
index 968136096..f51368f13 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.6.0/docs/resources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#id InstanceVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_variable#id InstanceVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
---
diff --git a/docs/instanceVariable.typescript.md b/docs/instanceVariable.typescript.md
index 03dbfa64f..7cb624efb 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.6.0/docs/resources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/instance_variable#id InstanceVariable#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
---
diff --git a/docs/integrationCustomIssueTracker.csharp.md b/docs/integrationCustomIssueTracker.csharp.md
index 553cabce4..cabf6a309 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.6.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
---
diff --git a/docs/integrationCustomIssueTracker.go.md b/docs/integrationCustomIssueTracker.go.md
index 60a30b9c8..7915b8d64 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.6.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
---
diff --git a/docs/integrationCustomIssueTracker.java.md b/docs/integrationCustomIssueTracker.java.md
index 9932decd0..e21340f44 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.6.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
---
diff --git a/docs/integrationCustomIssueTracker.python.md b/docs/integrationCustomIssueTracker.python.md
index 6735e1d93..1c81b1fba 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.6.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
---
diff --git a/docs/integrationCustomIssueTracker.typescript.md b/docs/integrationCustomIssueTracker.typescript.md
index b663afa7c..33a079126 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.6.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
---
diff --git a/docs/integrationEmailsOnPush.csharp.md b/docs/integrationEmailsOnPush.csharp.md
index 5b35cd864..92c850546 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.6.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 b902f1dea..6ec82430c 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.6.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 892729fcc..889f455f9 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.6.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 1d6e55472..7b6c5fffa 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.6.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 a7cc5c492..36f708ebd 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.6.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 eadd3474b..44762fa1c 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.6.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 5288809ce..09d1f0327 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.6.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 7f70921f3..6a310e042 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.6.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 fc7a96ec9..9b15ac9d1 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.6.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 a6ed2602b..225c13622 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.6.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 73fe1ae98..9195f7a14 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.6.0/docs/resources/integration_github gitlab_integration_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_github#id IntegrationGithub#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github#static_context IntegrationGithub#static_context}
---
diff --git a/docs/integrationGithub.go.md b/docs/integrationGithub.go.md
index 5da4927c3..7f538795d 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.6.0/docs/resources/integration_github gitlab_integration_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_github#id IntegrationGithub#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github#static_context IntegrationGithub#static_context}
---
diff --git a/docs/integrationGithub.java.md b/docs/integrationGithub.java.md
index 85446453b..8306773ab 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.6.0/docs/resources/integration_github gitlab_integration_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github#static_context IntegrationGithub#static_context}
---
diff --git a/docs/integrationGithub.python.md b/docs/integrationGithub.python.md
index a8740e5e7..da812446b 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.6.0/docs/resources/integration_github gitlab_integration_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#id IntegrationGithub#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_github#id IntegrationGithub#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github#static_context IntegrationGithub#static_context}
---
diff --git a/docs/integrationGithub.typescript.md b/docs/integrationGithub.typescript.md
index 7b0051e2a..93606d28e 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.6.0/docs/resources/integration_github gitlab_integration_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_github#id IntegrationGithub#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github#static_context IntegrationGithub#static_context}
---
diff --git a/docs/integrationJenkins.csharp.md b/docs/integrationJenkins.csharp.md
index 30debb9bd..43e0f8c4f 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.6.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#username IntegrationJenkins#username}
---
diff --git a/docs/integrationJenkins.go.md b/docs/integrationJenkins.go.md
index a024df271..bd4fa3f7a 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.6.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#username IntegrationJenkins#username}
---
diff --git a/docs/integrationJenkins.java.md b/docs/integrationJenkins.java.md
index e58e148fa..c9037567c 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.6.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#username IntegrationJenkins#username}
---
diff --git a/docs/integrationJenkins.python.md b/docs/integrationJenkins.python.md
index bf4586398..3737efdb0 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.6.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#username IntegrationJenkins#username}
---
diff --git a/docs/integrationJenkins.typescript.md b/docs/integrationJenkins.typescript.md
index 3768028d4..20bffca9e 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.6.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#username IntegrationJenkins#username}
---
diff --git a/docs/integrationJira.csharp.md b/docs/integrationJira.csharp.md
index 9479181e4..feae59c17 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.6.0/docs/resources/integration_jira gitlab_integration_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#id IntegrationJira#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#username IntegrationJira#username}
---
diff --git a/docs/integrationJira.go.md b/docs/integrationJira.go.md
index 2a60c68f9..25b82cf2f 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.6.0/docs/resources/integration_jira gitlab_integration_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#id IntegrationJira#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#username IntegrationJira#username}
---
diff --git a/docs/integrationJira.java.md b/docs/integrationJira.java.md
index 171516d56..bd38c8c2d 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.6.0/docs/resources/integration_jira gitlab_integration_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#username IntegrationJira#username}
---
diff --git a/docs/integrationJira.python.md b/docs/integrationJira.python.md
index 2547f473c..5db84fb8b 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.6.0/docs/resources/integration_jira gitlab_integration_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#id IntegrationJira#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#id IntegrationJira#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#username IntegrationJira#username}
---
diff --git a/docs/integrationJira.typescript.md b/docs/integrationJira.typescript.md
index cf6d857bc..8872e51f8 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.6.0/docs/resources/integration_jira gitlab_integration_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#id IntegrationJira#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#username IntegrationJira#username}
---
diff --git a/docs/integrationMattermost.csharp.md b/docs/integrationMattermost.csharp.md
index 986243689..411060d80 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.6.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
---
diff --git a/docs/integrationMattermost.go.md b/docs/integrationMattermost.go.md
index 46e3067ee..cb22e8c5c 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.6.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
---
diff --git a/docs/integrationMattermost.java.md b/docs/integrationMattermost.java.md
index 06f0fa6dd..1026f8f52 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.6.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
---
diff --git a/docs/integrationMattermost.python.md b/docs/integrationMattermost.python.md
index b494accaa..8ea96598a 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.6.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
---
diff --git a/docs/integrationMattermost.typescript.md b/docs/integrationMattermost.typescript.md
index 8fe0b2112..4e1004973 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.6.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
---
diff --git a/docs/integrationMicrosoftTeams.csharp.md b/docs/integrationMicrosoftTeams.csharp.md
index fc3f481d2..10f095ef3 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.6.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 336be3e0f..6932b713e 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.6.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 d23b41ceb..a1c7a383a 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.6.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 3b699fdae..37f6cb99c 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.6.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 e99d82d6d..ee2616ea1 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.6.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 8172e797c..958e7618d 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.6.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 007dbe8bb..73d3dbc64 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.6.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 8120c7bbe..9ff1923f7 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.6.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 b9ffeea80..445208c30 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.6.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 c39c9ae64..a762f89e0 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.6.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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 97b1ed000..4eccbe243 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.6.0/docs/resources/integration_slack gitlab_integration_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
---
diff --git a/docs/integrationSlack.go.md b/docs/integrationSlack.go.md
index 60dd0f0a5..db6e54c76 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.6.0/docs/resources/integration_slack gitlab_integration_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
---
diff --git a/docs/integrationSlack.java.md b/docs/integrationSlack.java.md
index 93357e2c8..5a5067e38 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.6.0/docs/resources/integration_slack gitlab_integration_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
---
diff --git a/docs/integrationSlack.python.md b/docs/integrationSlack.python.md
index 7b5a0a9b8..116d7de18 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.6.0/docs/resources/integration_slack gitlab_integration_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
---
diff --git a/docs/integrationSlack.typescript.md b/docs/integrationSlack.typescript.md
index 40fed419e..1a8e7d381 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.6.0/docs/resources/integration_slack gitlab_integration_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
---
diff --git a/docs/integrationTelegram.csharp.md b/docs/integrationTelegram.csharp.md
index 00db92c60..247aa5591 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.6.0/docs/resources/integration_telegram gitlab_integration_telegram}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 d3e4a4804..bcf1b4656 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.6.0/docs/resources/integration_telegram gitlab_integration_telegram}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 c7d8c0579..dfceaef5a 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.6.0/docs/resources/integration_telegram gitlab_integration_telegram}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 2b7ef33e4..2511f6f79 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.6.0/docs/resources/integration_telegram gitlab_integration_telegram}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 a53bbe266..d696689fb 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.6.0/docs/resources/integration_telegram gitlab_integration_telegram}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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 7b00aa9e3..218835d94 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.6.0/docs/resources/label gitlab_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/label#id Label#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 eb6f0598f..e4e6b599d 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.6.0/docs/resources/label gitlab_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/label#id Label#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 ea1bc9f7b..eaccd35f7 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.6.0/docs/resources/label gitlab_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 697907200..24e176763 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.6.0/docs/resources/label gitlab_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#id Label#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/label#id Label#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 68c1908bc..9d3f3607f 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.6.0/docs/resources/label gitlab_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/label#id Label#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 affbe2547..82086e45a 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.6.0/docs/resources/member_role gitlab_member_role}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role#group_path MemberRole#group_path}
---
diff --git a/docs/memberRole.go.md b/docs/memberRole.go.md
index f9057af9f..08d9ab09d 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.6.0/docs/resources/member_role gitlab_member_role}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role#group_path MemberRole#group_path}
---
diff --git a/docs/memberRole.java.md b/docs/memberRole.java.md
index fa44ffca3..5561a498f 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.6.0/docs/resources/member_role gitlab_member_role}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role#group_path MemberRole#group_path}
---
diff --git a/docs/memberRole.python.md b/docs/memberRole.python.md
index 96164168b..02352397d 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.6.0/docs/resources/member_role gitlab_member_role}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role#group_path MemberRole#group_path}
---
diff --git a/docs/memberRole.typescript.md b/docs/memberRole.typescript.md
index 66c5fe6f4..fd5ee8413 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.6.0/docs/resources/member_role gitlab_member_role}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role#group_path MemberRole#group_path}
---
diff --git a/docs/pagesDomain.csharp.md b/docs/pagesDomain.csharp.md
index e98d9acad..9cbaa4284 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.6.0/docs/resources/pages_domain gitlab_pages_domain}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain#key PagesDomain#key}
---
diff --git a/docs/pagesDomain.go.md b/docs/pagesDomain.go.md
index 53be10a3e..4a823f4bc 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.6.0/docs/resources/pages_domain gitlab_pages_domain}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain#key PagesDomain#key}
---
diff --git a/docs/pagesDomain.java.md b/docs/pagesDomain.java.md
index 3b5c1f016..f859372a4 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.6.0/docs/resources/pages_domain gitlab_pages_domain}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain#key PagesDomain#key}
---
diff --git a/docs/pagesDomain.python.md b/docs/pagesDomain.python.md
index ce7f2b58a..ae6645ab9 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.6.0/docs/resources/pages_domain gitlab_pages_domain}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain#key PagesDomain#key}
---
diff --git a/docs/pagesDomain.typescript.md b/docs/pagesDomain.typescript.md
index 9159c8e44..3ad9c4555 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.6.0/docs/resources/pages_domain gitlab_pages_domain}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain#key PagesDomain#key}
---
diff --git a/docs/personalAccessToken.csharp.md b/docs/personalAccessToken.csharp.md
index 8ae3a597b..2a0940011 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.6.0/docs/resources/personal_access_token gitlab_personal_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 1a34bb553..2a2583f6e 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.6.0/docs/resources/personal_access_token gitlab_personal_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 06ea98d31..8263ae57d 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.6.0/docs/resources/personal_access_token gitlab_personal_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 64a24fae7..d2d91ee61 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.6.0/docs/resources/personal_access_token gitlab_personal_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 15b845688..0417f58f1 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.6.0/docs/resources/personal_access_token gitlab_personal_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 249db5aa1..24fcc1d1d 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.6.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
---
diff --git a/docs/pipelineSchedule.go.md b/docs/pipelineSchedule.go.md
index cc52f7fd0..3a7969496 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.6.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
---
diff --git a/docs/pipelineSchedule.java.md b/docs/pipelineSchedule.java.md
index d3595f545..9727495c1 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.6.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
---
diff --git a/docs/pipelineSchedule.python.md b/docs/pipelineSchedule.python.md
index 1421227fe..2dd4d547e 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.6.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
---
diff --git a/docs/pipelineSchedule.typescript.md b/docs/pipelineSchedule.typescript.md
index 20779613f..d25ac6d62 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.6.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
---
diff --git a/docs/pipelineScheduleVariable.csharp.md b/docs/pipelineScheduleVariable.csharp.md
index 49351b399..125be24cd 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.6.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
---
diff --git a/docs/pipelineScheduleVariable.go.md b/docs/pipelineScheduleVariable.go.md
index d81668561..959d7025c 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.6.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
---
diff --git a/docs/pipelineScheduleVariable.java.md b/docs/pipelineScheduleVariable.java.md
index 453c0c73d..7f45e5bf3 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.6.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
---
diff --git a/docs/pipelineScheduleVariable.python.md b/docs/pipelineScheduleVariable.python.md
index a4956773c..ce97deea6 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.6.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
---
diff --git a/docs/pipelineScheduleVariable.typescript.md b/docs/pipelineScheduleVariable.typescript.md
index af2380d78..56c1ef166 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.6.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
---
diff --git a/docs/pipelineTrigger.csharp.md b/docs/pipelineTrigger.csharp.md
index ca0a3aac2..0517783cb 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.6.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 42564a35d..00c17fe09 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.6.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 566375b42..efe90a90f 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.6.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 baf787bb1..123da0664 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.6.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 73296f166..93f3fd8f2 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.6.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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 231abbda7..88ffd5878 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.6.0/docs/resources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project gitlab_project}.
#### Initializers
@@ -1192,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.6.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.1/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -3806,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.6.0/docs/resources/project#id Project#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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`. |
@@ -3952,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.6.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name Project#name}
---
@@ -3966,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.6.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.1/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -3980,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.6.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.1/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -3994,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.6.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.1/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -4013,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.6.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.1/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -4027,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.6.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#archived Project#archived}
---
@@ -4043,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.6.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.1/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -4057,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.6.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.1/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -4071,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.6.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.1/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -4085,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.6.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.1/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -4099,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.6.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.1/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -4113,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.6.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar Project#avatar}
---
@@ -4129,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.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -4143,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.6.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.1/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -4157,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.6.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.1/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -4171,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.6.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.1/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -4185,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.6.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -4199,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.6.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.1/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -4213,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.6.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.1/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -4227,7 +4227,7 @@ 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.6.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.1/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
---
@@ -4243,7 +4243,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -4259,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.6.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.1/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -4273,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.6.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.1/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -4287,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.6.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.1/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -4301,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.6.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.1/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -4315,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.6.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.1/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -4329,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.6.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#default_branch Project#default_branch}
---
@@ -4343,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.6.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#description Project#description}
---
@@ -4357,7 +4357,7 @@ public object EmailsEnabled { get; set; }
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -4371,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.6.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.1/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -4385,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.6.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.1/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -4399,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.6.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.1/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -4415,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.6.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.1/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -4429,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.6.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.1/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -4443,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.6.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.1/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -4459,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.6.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.1/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -4471,7 +4471,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -4490,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.6.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#import_url Project#import_url}
---
@@ -4506,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.6.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.1/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -4522,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.6.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.1/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -4536,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.6.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.1/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -4550,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.6.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.1/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -4564,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.6.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.1/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -4578,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.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -4592,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.6.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_template Project#issues_template}
---
@@ -4606,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.6.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.1/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -4620,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.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -4634,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.6.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.1/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -4648,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.6.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_method Project#merge_method}
---
@@ -4662,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.6.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.1/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -4676,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.6.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.1/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -4690,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.6.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.1/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -4704,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.6.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.1/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -4718,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.6.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.1/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -4732,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.6.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#mirror Project#mirror}
---
@@ -4746,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.6.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.1/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -4760,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.6.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.1/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -4774,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.6.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.1/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -4788,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.6.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.1/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -4802,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.6.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.1/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -4816,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.6.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.1/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -4830,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.6.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -4844,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.6.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.1/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -4858,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.6.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.1/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -4872,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.6.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.1/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -4886,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.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -4900,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.6.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.1/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -4914,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.6.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#path Project#path}
---
@@ -4928,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.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -4942,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.6.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.1/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -4956,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.6.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.1/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -4970,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.6.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_builds Project#public_builds}
---
@@ -4984,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.6.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -4998,7 +4998,7 @@ public ProjectPushRules PushRules { get; set; }
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#push_rules Project#push_rules}
---
@@ -5012,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.6.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.1/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -5026,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.6.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.1/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -5040,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.6.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.1/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -5054,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.6.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -5068,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.6.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.1/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -5082,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.6.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.1/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -5096,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.6.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.1/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -5110,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.6.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.1/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -5124,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.6.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.1/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -5138,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.6.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.1/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -5156,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.6.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.1/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -5170,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.6.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.1/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -5184,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.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -5198,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.6.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.1/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -5214,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.6.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#squash_option Project#squash_option}
---
@@ -5228,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.6.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.1/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -5244,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.6.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#tags Project#tags}
---
@@ -5260,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.6.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#template_name Project#template_name}
---
@@ -5276,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.6.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.1/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -5290,7 +5290,7 @@ public ProjectTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#timeouts Project#timeouts}
---
@@ -5304,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.6.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#topics Project#topics}
---
@@ -5320,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.6.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.1/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -5334,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.6.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -5348,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.6.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.1/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -5362,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.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -5408,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.6.0/docs/resources/project#cadence Project#cadence}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#cadence Project#cadence}
---
@@ -5422,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.6.0/docs/resources/project#enabled Project#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#enabled Project#enabled}
---
@@ -5436,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.6.0/docs/resources/project#keep_n Project#keep_n}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#keep_n Project#keep_n}
---
@@ -5450,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.6.0/docs/resources/project#name_regex Project#name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name_regex Project#name_regex}
---
@@ -5464,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.6.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.1/docs/resources/project#name_regex_delete Project#name_regex_delete}
---
@@ -5478,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.6.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.1/docs/resources/project#name_regex_keep Project#name_regex_keep}
---
@@ -5492,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.6.0/docs/resources/project#older_than Project#older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#older_than Project#older_than}
---
@@ -5550,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.6.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.1/docs/resources/project#author_email_regex Project#author_email_regex}
---
@@ -5564,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.6.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.1/docs/resources/project#branch_name_regex Project#branch_name_regex}
---
@@ -5578,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.6.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.1/docs/resources/project#commit_committer_check Project#commit_committer_check}
---
@@ -5592,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.6.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.1/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
---
@@ -5606,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.6.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.1/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
---
@@ -5620,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.6.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.1/docs/resources/project#commit_message_regex Project#commit_message_regex}
---
@@ -5634,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.6.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.1/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
---
@@ -5648,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.6.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.1/docs/resources/project#file_name_regex Project#file_name_regex}
---
@@ -5662,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.6.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.1/docs/resources/project#max_file_size Project#max_file_size}
---
@@ -5676,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.6.0/docs/resources/project#member_check Project#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#member_check Project#member_check}
---
@@ -5690,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.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#prevent_secrets Project#prevent_secrets}
---
@@ -5704,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.6.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.1/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
---
@@ -5718,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.6.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.1/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
---
@@ -5739,8 +5739,8 @@ new ProjectTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| 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}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#create Project#create}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#delete Project#delete}. |
---
@@ -5752,7 +5752,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#create Project#create}.
---
@@ -5764,7 +5764,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#delete Project#delete}.
---
diff --git a/docs/project.go.md b/docs/project.go.md
index 2a2287815..5da99e890 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.6.0/docs/resources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project gitlab_project}.
#### Initializers
@@ -1192,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.6.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.1/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -3806,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.6.0/docs/resources/project#id Project#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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`. |
@@ -3952,7 +3952,7 @@ Name *string
The name of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name Project#name}
---
@@ -3966,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.6.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.1/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -3980,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.6.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.1/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -3994,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.6.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.1/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -4013,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.6.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.1/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -4027,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.6.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#archived Project#archived}
---
@@ -4043,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.6.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.1/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -4057,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.6.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.1/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -4071,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.6.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.1/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -4085,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.6.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.1/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -4099,7 +4099,7 @@ AutoDevopsEnabled interface{}
Enable Auto DevOps for this project.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -4113,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.6.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar Project#avatar}
---
@@ -4129,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.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -4143,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.6.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.1/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -4157,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.6.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.1/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -4171,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.6.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.1/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -4185,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.6.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -4199,7 +4199,7 @@ CiConfigPath *string
Custom Path to CI config file.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -4213,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.6.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.1/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -4227,7 +4227,7 @@ 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.6.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.1/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
---
@@ -4243,7 +4243,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -4259,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.6.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.1/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -4273,7 +4273,7 @@ CiSeparatedCaches interface{}
Use separate caches for protected branches.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -4287,7 +4287,7 @@ ContainerExpirationPolicy ProjectContainerExpirationPolicy
container_expiration_policy block.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -4301,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.6.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.1/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -4315,7 +4315,7 @@ ContainerRegistryEnabled interface{}
Enable container registry for the project.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -4329,7 +4329,7 @@ DefaultBranch *string
The default branch for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#default_branch Project#default_branch}
---
@@ -4343,7 +4343,7 @@ Description *string
A description of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#description Project#description}
---
@@ -4357,7 +4357,7 @@ EmailsEnabled interface{}
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -4371,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.6.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.1/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -4385,7 +4385,7 @@ ExternalAuthorizationClassificationLabel *string
The classification label for the project.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -4399,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.6.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.1/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -4415,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.6.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.1/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -4429,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.6.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.1/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -4443,7 +4443,7 @@ GroupRunnersEnabled interface{}
Enable group runners for this project.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -4459,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.6.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.1/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -4471,7 +4471,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -4490,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.6.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#import_url Project#import_url}
---
@@ -4506,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.6.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.1/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -4522,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.6.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.1/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -4536,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.6.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.1/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -4550,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.6.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.1/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -4564,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.6.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.1/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -4578,7 +4578,7 @@ IssuesEnabled interface{}
Enable issue tracking for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -4592,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.6.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_template Project#issues_template}
---
@@ -4606,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.6.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.1/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -4620,7 +4620,7 @@ LfsEnabled interface{}
Enable LFS for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -4634,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.6.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.1/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -4648,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.6.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_method Project#merge_method}
---
@@ -4662,7 +4662,7 @@ MergePipelinesEnabled interface{}
Enable or disable merge pipelines.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -4676,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.6.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.1/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -4690,7 +4690,7 @@ MergeRequestsEnabled interface{}
Enable merge requests for the project.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -4704,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.6.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.1/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -4718,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.6.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.1/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -4732,7 +4732,7 @@ Mirror interface{}
Enable project pull mirror.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#mirror Project#mirror}
---
@@ -4746,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.6.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.1/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -4760,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.6.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.1/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -4774,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.6.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.1/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -4788,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.6.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.1/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -4802,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.6.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.1/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -4816,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.6.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.1/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -4830,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.6.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -4844,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.6.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.1/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -4858,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.6.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.1/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -4872,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.6.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.1/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -4886,7 +4886,7 @@ PackagesEnabled interface{}
Enable packages repository for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -4900,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.6.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.1/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -4914,7 +4914,7 @@ Path *string
The path of the repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#path Project#path}
---
@@ -4928,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.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -4942,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.6.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.1/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -4956,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.6.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.1/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -4970,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.6.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_builds Project#public_builds}
---
@@ -4984,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.6.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -4998,7 +4998,7 @@ PushRules ProjectPushRules
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#push_rules Project#push_rules}
---
@@ -5012,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.6.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.1/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -5026,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.6.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.1/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -5040,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.6.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.1/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -5054,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.6.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -5068,7 +5068,7 @@ RequestAccessEnabled interface{}
Allow users to request member access.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -5082,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.6.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.1/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -5096,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.6.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.1/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -5110,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.6.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.1/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -5124,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.6.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.1/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -5138,7 +5138,7 @@ SharedRunnersEnabled interface{}
Enable shared runners for this project.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -5156,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.6.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.1/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -5170,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.6.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.1/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -5184,7 +5184,7 @@ SnippetsEnabled interface{}
Enable snippets for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -5198,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.6.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.1/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -5214,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.6.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#squash_option Project#squash_option}
---
@@ -5228,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.6.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.1/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -5244,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.6.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#tags Project#tags}
---
@@ -5260,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.6.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#template_name Project#template_name}
---
@@ -5276,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.6.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.1/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -5290,7 +5290,7 @@ Timeouts ProjectTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#timeouts Project#timeouts}
---
@@ -5304,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.6.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#topics Project#topics}
---
@@ -5320,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.6.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.1/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -5334,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.6.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -5348,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.6.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.1/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -5362,7 +5362,7 @@ WikiEnabled interface{}
Enable wiki for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -5408,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.6.0/docs/resources/project#cadence Project#cadence}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#cadence Project#cadence}
---
@@ -5422,7 +5422,7 @@ Enabled interface{}
If true, the policy is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#enabled Project#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#enabled Project#enabled}
---
@@ -5436,7 +5436,7 @@ KeepN *f64
The number of images to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_n Project#keep_n}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#keep_n Project#keep_n}
---
@@ -5450,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.6.0/docs/resources/project#name_regex Project#name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name_regex Project#name_regex}
---
@@ -5464,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.6.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.1/docs/resources/project#name_regex_delete Project#name_regex_delete}
---
@@ -5478,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.6.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.1/docs/resources/project#name_regex_keep Project#name_regex_keep}
---
@@ -5492,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.6.0/docs/resources/project#older_than Project#older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#older_than Project#older_than}
---
@@ -5550,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.6.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.1/docs/resources/project#author_email_regex Project#author_email_regex}
---
@@ -5564,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.6.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.1/docs/resources/project#branch_name_regex Project#branch_name_regex}
---
@@ -5578,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.6.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.1/docs/resources/project#commit_committer_check Project#commit_committer_check}
---
@@ -5592,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.6.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.1/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
---
@@ -5606,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.6.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.1/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
---
@@ -5620,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.6.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.1/docs/resources/project#commit_message_regex Project#commit_message_regex}
---
@@ -5634,7 +5634,7 @@ DenyDeleteTag interface{}
Deny deleting a 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
---
@@ -5648,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.6.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.1/docs/resources/project#file_name_regex Project#file_name_regex}
---
@@ -5662,7 +5662,7 @@ MaxFileSize *f64
Maximum file size (MB).
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#max_file_size Project#max_file_size}
---
@@ -5676,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.6.0/docs/resources/project#member_check Project#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#member_check Project#member_check}
---
@@ -5690,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.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#prevent_secrets Project#prevent_secrets}
---
@@ -5704,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.6.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.1/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
---
@@ -5718,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.6.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.1/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
---
@@ -5739,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.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}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#create Project#create}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#delete Project#delete}. |
---
@@ -5752,7 +5752,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#create Project#create}.
---
@@ -5764,7 +5764,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#delete Project#delete}.
---
diff --git a/docs/project.java.md b/docs/project.java.md
index 80dbe01d4..b5ba5b029 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.6.0/docs/resources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project gitlab_project}.
#### Initializers
@@ -212,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.6.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.1/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`. |
@@ -344,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.6.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name Project#name}
---
@@ -354,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.6.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.1/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -364,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.6.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.1/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -374,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.6.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.1/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -389,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.6.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.1/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -399,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.6.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#archived Project#archived}
---
@@ -411,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.6.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.1/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -421,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.6.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.1/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -431,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.6.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.1/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -441,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.6.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.1/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -451,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.6.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.1/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -461,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.6.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar Project#avatar}
---
@@ -473,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.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -483,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.6.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.1/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -493,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.6.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.1/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -503,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.6.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.1/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -513,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.6.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -523,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.6.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.1/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -533,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.6.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.1/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -543,7 +543,7 @@ 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.6.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.1/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
---
@@ -555,7 +555,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -567,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.6.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.1/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -577,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.6.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.1/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -587,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.6.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.1/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -597,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.6.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.1/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -607,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.6.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.1/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -617,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.6.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#default_branch Project#default_branch}
---
@@ -627,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.6.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#description Project#description}
---
@@ -637,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.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -647,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.6.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.1/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -657,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.6.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.1/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -667,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.6.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.1/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -679,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.6.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.1/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -689,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.6.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.1/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -699,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.6.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.1/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -711,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.6.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.1/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -719,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.6.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -734,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.6.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#import_url Project#import_url}
---
@@ -746,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.6.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.1/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -758,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.6.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.1/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -768,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.6.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.1/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -778,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.6.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.1/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -788,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.6.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.1/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -798,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.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -808,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.6.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_template Project#issues_template}
---
@@ -818,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.6.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.1/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -828,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.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -838,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.6.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.1/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -848,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.6.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_method Project#merge_method}
---
@@ -858,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.6.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.1/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -868,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.6.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.1/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -878,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.6.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.1/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -888,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.6.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.1/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -898,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.6.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.1/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -908,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.6.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#mirror Project#mirror}
---
@@ -918,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.6.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.1/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -928,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.6.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.1/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -938,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.6.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.1/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -948,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.6.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.1/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -958,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.6.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.1/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -968,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.6.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.1/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -978,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.6.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -988,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.6.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.1/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -998,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.6.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.1/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -1008,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.6.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.1/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -1018,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.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -1028,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.6.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.1/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -1038,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.6.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#path Project#path}
---
@@ -1048,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.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -1058,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.6.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.1/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -1068,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.6.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.1/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -1078,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.6.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_builds Project#public_builds}
---
@@ -1088,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.6.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -1098,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.6.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#push_rules Project#push_rules}
---
@@ -1108,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.6.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.1/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -1118,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.6.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.1/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -1128,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.6.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.1/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -1138,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.6.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -1148,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.6.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.1/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -1158,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.6.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.1/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -1168,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.6.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.1/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -1178,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.6.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.1/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -1188,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.6.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.1/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -1198,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.6.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.1/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -1212,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.6.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.1/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -1222,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.6.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.1/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -1232,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.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -1242,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.6.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.1/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -1254,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.6.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#squash_option Project#squash_option}
---
@@ -1264,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.6.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.1/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -1276,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.6.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#tags Project#tags}
---
@@ -1288,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.6.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#template_name Project#template_name}
---
@@ -1300,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.6.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.1/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -1310,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.6.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#timeouts Project#timeouts}
---
@@ -1320,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.6.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#topics Project#topics}
---
@@ -1332,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.6.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.1/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -1342,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.6.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -1352,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.6.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.1/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -1362,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.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -2514,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.6.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.1/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -5172,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.6.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.1/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`. |
@@ -5318,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.6.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name Project#name}
---
@@ -5332,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.6.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.1/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -5346,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.6.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.1/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -5360,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.6.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.1/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -5379,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.6.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.1/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -5393,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.6.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#archived Project#archived}
---
@@ -5409,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.6.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.1/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -5423,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.6.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.1/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -5437,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.6.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.1/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -5451,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.6.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.1/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -5465,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.6.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.1/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -5479,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.6.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar Project#avatar}
---
@@ -5495,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.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -5509,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.6.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.1/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -5523,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.6.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.1/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -5537,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.6.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.1/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -5551,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.6.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -5565,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.6.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.1/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -5579,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.6.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.1/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -5593,7 +5593,7 @@ 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.6.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.1/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
---
@@ -5609,7 +5609,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -5625,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.6.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.1/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -5639,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.6.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.1/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -5653,7 +5653,7 @@ public ProjectContainerExpirationPolicy getContainerExpirationPolicy();
container_expiration_policy block.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -5667,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.6.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.1/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -5681,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.6.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.1/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -5695,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.6.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#default_branch Project#default_branch}
---
@@ -5709,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.6.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#description Project#description}
---
@@ -5723,7 +5723,7 @@ public java.lang.Object getEmailsEnabled();
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -5737,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.6.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.1/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -5751,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.6.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.1/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -5765,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.6.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.1/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -5781,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.6.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.1/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -5795,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.6.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.1/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -5809,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.6.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.1/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -5825,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.6.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.1/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -5837,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.6.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -5856,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.6.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#import_url Project#import_url}
---
@@ -5872,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.6.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.1/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -5888,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.6.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.1/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -5902,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.6.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.1/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -5916,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.6.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.1/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -5930,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.6.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.1/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -5944,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.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -5958,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.6.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_template Project#issues_template}
---
@@ -5972,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.6.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.1/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -5986,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.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -6000,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.6.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.1/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -6014,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.6.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_method Project#merge_method}
---
@@ -6028,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.6.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.1/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -6042,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.6.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.1/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -6056,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.6.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.1/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -6070,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.6.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.1/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -6084,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.6.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.1/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -6098,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.6.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#mirror Project#mirror}
---
@@ -6112,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.6.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.1/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -6126,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.6.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.1/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -6140,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.6.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.1/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -6154,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.6.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.1/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -6168,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.6.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.1/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -6182,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.6.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.1/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -6196,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.6.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -6210,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.6.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.1/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -6224,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.6.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.1/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -6238,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.6.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.1/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -6252,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.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -6266,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.6.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.1/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -6280,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.6.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#path Project#path}
---
@@ -6294,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.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -6308,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.6.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.1/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -6322,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.6.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.1/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -6336,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.6.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_builds Project#public_builds}
---
@@ -6350,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.6.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -6364,7 +6364,7 @@ public ProjectPushRules getPushRules();
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#push_rules Project#push_rules}
---
@@ -6378,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.6.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.1/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -6392,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.6.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.1/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -6406,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.6.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.1/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -6420,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.6.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -6434,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.6.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.1/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -6448,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.6.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.1/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -6462,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.6.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.1/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -6476,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.6.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.1/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -6490,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.6.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.1/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -6504,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.6.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.1/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -6522,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.6.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.1/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -6536,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.6.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.1/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -6550,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.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -6564,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.6.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.1/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -6580,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.6.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#squash_option Project#squash_option}
---
@@ -6594,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.6.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.1/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -6610,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.6.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#tags Project#tags}
---
@@ -6626,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.6.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#template_name Project#template_name}
---
@@ -6642,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.6.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.1/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -6656,7 +6656,7 @@ public ProjectTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#timeouts Project#timeouts}
---
@@ -6670,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.6.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#topics Project#topics}
---
@@ -6686,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.6.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.1/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -6700,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.6.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -6714,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.6.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.1/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -6728,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.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -6775,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.6.0/docs/resources/project#cadence Project#cadence}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#cadence Project#cadence}
---
@@ -6789,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.6.0/docs/resources/project#enabled Project#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#enabled Project#enabled}
---
@@ -6803,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.6.0/docs/resources/project#keep_n Project#keep_n}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#keep_n Project#keep_n}
---
@@ -6817,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.6.0/docs/resources/project#name_regex Project#name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name_regex Project#name_regex}
---
@@ -6831,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.6.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.1/docs/resources/project#name_regex_delete Project#name_regex_delete}
---
@@ -6845,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.6.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.1/docs/resources/project#name_regex_keep Project#name_regex_keep}
---
@@ -6859,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.6.0/docs/resources/project#older_than Project#older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#older_than Project#older_than}
---
@@ -6924,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.6.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.1/docs/resources/project#author_email_regex Project#author_email_regex}
---
@@ -6938,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.6.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.1/docs/resources/project#branch_name_regex Project#branch_name_regex}
---
@@ -6952,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.6.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.1/docs/resources/project#commit_committer_check Project#commit_committer_check}
---
@@ -6966,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.6.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.1/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
---
@@ -6980,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.6.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.1/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
---
@@ -6994,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.6.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.1/docs/resources/project#commit_message_regex Project#commit_message_regex}
---
@@ -7008,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.6.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.1/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
---
@@ -7022,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.6.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.1/docs/resources/project#file_name_regex Project#file_name_regex}
---
@@ -7036,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.6.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.1/docs/resources/project#max_file_size Project#max_file_size}
---
@@ -7050,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.6.0/docs/resources/project#member_check Project#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#member_check Project#member_check}
---
@@ -7064,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.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#prevent_secrets Project#prevent_secrets}
---
@@ -7078,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.6.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.1/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
---
@@ -7092,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.6.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.1/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
---
@@ -7113,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.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}. |
+| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#create Project#create}. |
+| delete
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#delete Project#delete}. |
---
@@ -7126,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.6.0/docs/resources/project#create Project#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#create Project#create}.
---
@@ -7138,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.6.0/docs/resources/project#delete Project#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#delete Project#delete}.
---
diff --git a/docs/project.python.md b/docs/project.python.md
index 228662943..7f9690a13 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.6.0/docs/resources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project gitlab_project}.
#### Initializers
@@ -170,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.6.0/docs/resources/project#id Project#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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`. |
@@ -302,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.6.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name Project#name}
---
@@ -312,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.6.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.1/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -322,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.6.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.1/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -332,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.6.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.1/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -347,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.6.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.1/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -357,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.6.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#archived Project#archived}
---
@@ -369,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.6.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.1/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -379,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.6.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.1/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -389,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.6.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.1/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -399,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.6.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.1/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -409,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.6.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.1/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -419,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.6.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar Project#avatar}
---
@@ -431,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.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -441,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.6.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.1/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -451,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.6.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.1/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -461,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.6.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.1/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -471,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.6.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -481,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.6.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.1/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -491,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.6.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.1/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -501,7 +501,7 @@ 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.6.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.1/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
---
@@ -513,7 +513,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -525,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.6.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.1/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -535,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.6.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.1/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -545,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.6.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.1/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -555,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.6.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.1/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -565,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.6.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.1/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -575,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.6.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#default_branch Project#default_branch}
---
@@ -585,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.6.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#description Project#description}
---
@@ -595,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.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -605,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.6.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.1/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -615,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.6.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.1/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -625,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.6.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.1/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -637,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.6.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.1/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -647,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.6.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.1/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -657,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.6.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.1/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -669,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.6.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.1/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -677,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.6.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -692,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.6.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#import_url Project#import_url}
---
@@ -704,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.6.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.1/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -716,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.6.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.1/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -726,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.6.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.1/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -736,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.6.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.1/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -746,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.6.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.1/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -756,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.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -766,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.6.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_template Project#issues_template}
---
@@ -776,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.6.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.1/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -786,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.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -796,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.6.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.1/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -806,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.6.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_method Project#merge_method}
---
@@ -816,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.6.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.1/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -826,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.6.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.1/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -836,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.6.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.1/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -846,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.6.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.1/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -856,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.6.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.1/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -866,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.6.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#mirror Project#mirror}
---
@@ -876,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.6.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.1/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -886,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.6.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.1/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -896,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.6.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.1/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -906,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.6.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.1/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -916,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.6.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.1/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -926,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.6.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.1/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -936,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.6.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -946,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.6.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.1/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -956,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.6.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.1/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -966,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.6.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.1/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -976,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.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -986,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.6.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.1/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -996,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.6.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#path Project#path}
---
@@ -1006,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.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -1016,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.6.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.1/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -1026,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.6.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.1/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -1036,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.6.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_builds Project#public_builds}
---
@@ -1046,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.6.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -1056,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.6.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#push_rules Project#push_rules}
---
@@ -1066,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.6.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.1/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -1076,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.6.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.1/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -1086,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.6.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.1/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -1096,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.6.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -1106,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.6.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.1/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -1116,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.6.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.1/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -1126,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.6.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.1/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -1136,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.6.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.1/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -1146,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.6.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.1/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -1156,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.6.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.1/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -1170,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.6.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.1/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -1180,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.6.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.1/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -1190,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.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -1200,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.6.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.1/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -1212,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.6.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#squash_option Project#squash_option}
---
@@ -1222,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.6.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.1/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -1234,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.6.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#tags Project#tags}
---
@@ -1246,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.6.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#template_name Project#template_name}
---
@@ -1258,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.6.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.1/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -1268,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.6.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#timeouts Project#timeouts}
---
@@ -1278,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.6.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#topics Project#topics}
---
@@ -1290,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.6.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.1/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -1300,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.6.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -1310,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.6.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.1/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -1320,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.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -1800,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.6.0/docs/resources/project#cadence Project#cadence}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#cadence Project#cadence}
---
@@ -1810,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.6.0/docs/resources/project#enabled Project#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#enabled Project#enabled}
---
@@ -1820,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.6.0/docs/resources/project#keep_n Project#keep_n}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#keep_n Project#keep_n}
---
@@ -1830,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.6.0/docs/resources/project#name_regex Project#name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name_regex Project#name_regex}
---
@@ -1840,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.6.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.1/docs/resources/project#name_regex_delete Project#name_regex_delete}
---
@@ -1850,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.6.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.1/docs/resources/project#name_regex_keep Project#name_regex_keep}
---
@@ -1860,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.6.0/docs/resources/project#older_than Project#older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#older_than Project#older_than}
---
@@ -1890,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.6.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.1/docs/resources/project#author_email_regex Project#author_email_regex}
---
@@ -1900,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.6.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.1/docs/resources/project#branch_name_regex Project#branch_name_regex}
---
@@ -1910,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.6.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.1/docs/resources/project#commit_committer_check Project#commit_committer_check}
---
@@ -1920,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.6.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.1/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
---
@@ -1930,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.6.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.1/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
---
@@ -1940,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.6.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.1/docs/resources/project#commit_message_regex Project#commit_message_regex}
---
@@ -1950,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.6.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.1/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
---
@@ -1960,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.6.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.1/docs/resources/project#file_name_regex Project#file_name_regex}
---
@@ -1970,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.6.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.1/docs/resources/project#max_file_size Project#max_file_size}
---
@@ -1980,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.6.0/docs/resources/project#member_check Project#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#member_check Project#member_check}
---
@@ -1990,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.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#prevent_secrets Project#prevent_secrets}
---
@@ -2000,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.6.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.1/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
---
@@ -2010,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.6.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.1/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
---
@@ -2027,7 +2027,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#create Project#create}.
---
@@ -2035,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.6.0/docs/resources/project#delete Project#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#delete Project#delete}.
---
@@ -2741,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.6.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.1/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -5355,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.6.0/docs/resources/project#id Project#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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`. |
@@ -5501,7 +5501,7 @@ name: str
The name of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name Project#name}
---
@@ -5515,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.6.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.1/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -5529,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.6.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.1/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -5543,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.6.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.1/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -5562,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.6.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.1/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -5576,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.6.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#archived Project#archived}
---
@@ -5592,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.6.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.1/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -5606,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.6.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.1/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -5620,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.6.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.1/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -5634,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.6.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.1/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -5648,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.6.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.1/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -5662,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.6.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar Project#avatar}
---
@@ -5678,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.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -5692,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.6.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.1/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -5706,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.6.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.1/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -5720,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.6.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.1/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -5734,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.6.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -5748,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.6.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.1/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -5762,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.6.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.1/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -5776,7 +5776,7 @@ 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.6.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.1/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
---
@@ -5792,7 +5792,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -5808,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.6.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.1/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -5822,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.6.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.1/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -5836,7 +5836,7 @@ container_expiration_policy: ProjectContainerExpirationPolicy
container_expiration_policy block.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -5850,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.6.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.1/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -5864,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.6.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.1/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -5878,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.6.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#default_branch Project#default_branch}
---
@@ -5892,7 +5892,7 @@ description: str
A description of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#description Project#description}
---
@@ -5906,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.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -5920,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.6.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.1/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -5934,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.6.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.1/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -5948,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.6.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.1/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -5964,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.6.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.1/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -5978,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.6.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.1/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -5992,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.6.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.1/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -6008,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.6.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.1/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -6020,7 +6020,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -6039,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.6.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#import_url Project#import_url}
---
@@ -6055,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.6.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.1/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -6071,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.6.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.1/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -6085,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.6.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.1/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -6099,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.6.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.1/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -6113,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.6.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.1/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -6127,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.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -6141,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.6.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_template Project#issues_template}
---
@@ -6155,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.6.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.1/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -6169,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.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -6183,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.6.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.1/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -6197,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.6.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_method Project#merge_method}
---
@@ -6211,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.6.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.1/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -6225,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.6.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.1/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -6239,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.6.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.1/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -6253,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.6.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.1/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -6267,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.6.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.1/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -6281,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.6.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#mirror Project#mirror}
---
@@ -6295,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.6.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.1/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -6309,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.6.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.1/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -6323,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.6.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.1/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -6337,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.6.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.1/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -6351,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.6.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.1/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -6365,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.6.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.1/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -6379,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.6.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -6393,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.6.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.1/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -6407,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.6.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.1/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -6421,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.6.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.1/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -6435,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.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -6449,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.6.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.1/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -6463,7 +6463,7 @@ path: str
The path of the repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#path Project#path}
---
@@ -6477,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.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -6491,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.6.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.1/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -6505,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.6.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.1/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -6519,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.6.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_builds Project#public_builds}
---
@@ -6533,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.6.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -6547,7 +6547,7 @@ push_rules: ProjectPushRules
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#push_rules Project#push_rules}
---
@@ -6561,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.6.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.1/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -6575,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.6.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.1/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -6589,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.6.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.1/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -6603,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.6.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -6617,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.6.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.1/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -6631,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.6.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.1/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -6645,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.6.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.1/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -6659,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.6.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.1/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -6673,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.6.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.1/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -6687,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.6.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.1/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -6705,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.6.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.1/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -6719,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.6.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.1/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -6733,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.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -6747,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.6.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.1/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -6763,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.6.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#squash_option Project#squash_option}
---
@@ -6777,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.6.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.1/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -6793,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.6.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#tags Project#tags}
---
@@ -6809,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.6.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#template_name Project#template_name}
---
@@ -6825,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.6.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.1/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -6839,7 +6839,7 @@ timeouts: ProjectTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#timeouts Project#timeouts}
---
@@ -6853,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.6.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#topics Project#topics}
---
@@ -6869,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.6.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.1/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -6883,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.6.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -6897,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.6.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.1/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -6911,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.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -6957,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.6.0/docs/resources/project#cadence Project#cadence}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#cadence Project#cadence}
---
@@ -6971,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.6.0/docs/resources/project#enabled Project#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#enabled Project#enabled}
---
@@ -6985,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.6.0/docs/resources/project#keep_n Project#keep_n}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#keep_n Project#keep_n}
---
@@ -6999,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.6.0/docs/resources/project#name_regex Project#name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name_regex Project#name_regex}
---
@@ -7013,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.6.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.1/docs/resources/project#name_regex_delete Project#name_regex_delete}
---
@@ -7027,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.6.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.1/docs/resources/project#name_regex_keep Project#name_regex_keep}
---
@@ -7041,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.6.0/docs/resources/project#older_than Project#older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#older_than Project#older_than}
---
@@ -7099,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.6.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.1/docs/resources/project#author_email_regex Project#author_email_regex}
---
@@ -7113,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.6.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.1/docs/resources/project#branch_name_regex Project#branch_name_regex}
---
@@ -7127,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.6.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.1/docs/resources/project#commit_committer_check Project#commit_committer_check}
---
@@ -7141,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.6.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.1/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
---
@@ -7155,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.6.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.1/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
---
@@ -7169,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.6.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.1/docs/resources/project#commit_message_regex Project#commit_message_regex}
---
@@ -7183,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.6.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.1/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
---
@@ -7197,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.6.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.1/docs/resources/project#file_name_regex Project#file_name_regex}
---
@@ -7211,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.6.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.1/docs/resources/project#max_file_size Project#max_file_size}
---
@@ -7225,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.6.0/docs/resources/project#member_check Project#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#member_check Project#member_check}
---
@@ -7239,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.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#prevent_secrets Project#prevent_secrets}
---
@@ -7253,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.6.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.1/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
---
@@ -7267,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.6.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.1/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
---
@@ -7288,8 +7288,8 @@ project.ProjectTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| 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}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#create Project#create}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#delete Project#delete}. |
---
@@ -7301,7 +7301,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#create Project#create}.
---
@@ -7313,7 +7313,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#delete Project#delete}.
---
diff --git a/docs/project.typescript.md b/docs/project.typescript.md
index e58b80d7b..534a35797 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.6.0/docs/resources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project gitlab_project}.
#### Initializers
@@ -1192,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.6.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.1/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -3699,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.6.0/docs/resources/project#id Project#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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`. |
@@ -3845,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.6.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name Project#name}
---
@@ -3859,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.6.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.1/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -3873,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.6.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.1/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -3887,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.6.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.1/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -3907,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.6.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.1/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -3921,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.6.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#archived Project#archived}
---
@@ -3937,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.6.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.1/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -3951,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.6.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.1/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -3965,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.6.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.1/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -3979,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.6.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.1/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -3993,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.6.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.1/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -4007,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.6.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar Project#avatar}
---
@@ -4023,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.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -4037,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.6.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.1/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -4051,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.6.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.1/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -4065,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.6.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.1/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -4079,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.6.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -4093,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.6.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.1/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -4107,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.6.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.1/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -4121,7 +4121,7 @@ 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.6.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.1/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
---
@@ -4137,7 +4137,7 @@ 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -4153,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.6.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.1/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -4167,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.6.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.1/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -4181,7 +4181,7 @@ public readonly containerExpirationPolicy: ProjectContainerExpirationPolicy;
container_expiration_policy block.
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -4195,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.6.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.1/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -4209,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.6.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.1/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -4223,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.6.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#default_branch Project#default_branch}
---
@@ -4237,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.6.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#description Project#description}
---
@@ -4251,7 +4251,7 @@ public readonly emailsEnabled: boolean | IResolvable;
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -4265,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.6.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.1/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -4279,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.6.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.1/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -4293,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.6.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.1/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -4309,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.6.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.1/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -4323,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.6.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.1/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -4337,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.6.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.1/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -4353,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.6.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.1/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -4365,7 +4365,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -4384,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.6.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#import_url Project#import_url}
---
@@ -4400,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.6.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.1/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -4416,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.6.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.1/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -4430,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.6.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.1/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -4444,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.6.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.1/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -4458,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.6.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.1/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -4472,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.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -4486,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.6.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_template Project#issues_template}
---
@@ -4500,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.6.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.1/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -4514,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.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -4528,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.6.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.1/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -4542,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.6.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_method Project#merge_method}
---
@@ -4556,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.6.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.1/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -4570,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.6.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.1/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -4584,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.6.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.1/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -4598,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.6.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.1/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -4612,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.6.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.1/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -4626,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.6.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#mirror Project#mirror}
---
@@ -4640,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.6.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.1/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -4654,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.6.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.1/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -4668,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.6.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.1/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -4682,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.6.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.1/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -4696,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.6.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.1/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -4710,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.6.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.1/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -4724,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.6.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -4738,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.6.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.1/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -4752,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.6.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.1/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -4766,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.6.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.1/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -4780,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.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -4794,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.6.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.1/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -4808,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.6.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#path Project#path}
---
@@ -4822,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.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -4836,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.6.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.1/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -4850,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.6.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.1/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -4864,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.6.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_builds Project#public_builds}
---
@@ -4878,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.6.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -4892,7 +4892,7 @@ public readonly pushRules: ProjectPushRules;
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#push_rules Project#push_rules}
---
@@ -4906,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.6.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.1/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -4920,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.6.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.1/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -4934,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.6.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.1/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -4948,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.6.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -4962,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.6.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.1/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -4976,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.6.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.1/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -4990,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.6.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.1/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -5004,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.6.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.1/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -5018,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.6.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.1/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -5032,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.6.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.1/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -5051,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.6.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.1/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -5065,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.6.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.1/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -5079,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.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -5093,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.6.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.1/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -5109,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.6.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#squash_option Project#squash_option}
---
@@ -5123,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.6.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.1/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -5139,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.6.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#tags Project#tags}
---
@@ -5155,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.6.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#template_name Project#template_name}
---
@@ -5171,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.6.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.1/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -5185,7 +5185,7 @@ public readonly timeouts: ProjectTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#timeouts Project#timeouts}
---
@@ -5199,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.6.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#topics Project#topics}
---
@@ -5215,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.6.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.1/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -5229,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.6.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -5243,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.6.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.1/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -5257,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.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -5295,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.6.0/docs/resources/project#cadence Project#cadence}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#cadence Project#cadence}
---
@@ -5309,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.6.0/docs/resources/project#enabled Project#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#enabled Project#enabled}
---
@@ -5323,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.6.0/docs/resources/project#keep_n Project#keep_n}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#keep_n Project#keep_n}
---
@@ -5337,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.6.0/docs/resources/project#name_regex Project#name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name_regex Project#name_regex}
---
@@ -5351,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.6.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.1/docs/resources/project#name_regex_delete Project#name_regex_delete}
---
@@ -5365,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.6.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.1/docs/resources/project#name_regex_keep Project#name_regex_keep}
---
@@ -5379,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.6.0/docs/resources/project#older_than Project#older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#older_than Project#older_than}
---
@@ -5423,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.6.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.1/docs/resources/project#author_email_regex Project#author_email_regex}
---
@@ -5437,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.6.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.1/docs/resources/project#branch_name_regex Project#branch_name_regex}
---
@@ -5451,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.6.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.1/docs/resources/project#commit_committer_check Project#commit_committer_check}
---
@@ -5465,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.6.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.1/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
---
@@ -5479,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.6.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.1/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
---
@@ -5493,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.6.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.1/docs/resources/project#commit_message_regex Project#commit_message_regex}
---
@@ -5507,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.6.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.1/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
---
@@ -5521,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.6.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.1/docs/resources/project#file_name_regex Project#file_name_regex}
---
@@ -5535,7 +5535,7 @@ public readonly maxFileSize: number;
Maximum file size (MB).
-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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#max_file_size Project#max_file_size}
---
@@ -5549,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.6.0/docs/resources/project#member_check Project#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#member_check Project#member_check}
---
@@ -5563,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.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#prevent_secrets Project#prevent_secrets}
---
@@ -5577,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.6.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.1/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
---
@@ -5591,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.6.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.1/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
---
@@ -5609,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.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}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#create Project#create}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#delete Project#delete}. |
---
@@ -5622,7 +5622,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#create Project#create}.
---
@@ -5634,7 +5634,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#delete Project#delete}.
---
diff --git a/docs/projectAccessToken.csharp.md b/docs/projectAccessToken.csharp.md
index 9f6e36cfd..f09bcf203 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.6.0/docs/resources/project_access_token gitlab_project_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 5fa221c6f..1d75b230f 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.6.0/docs/resources/project_access_token gitlab_project_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 965c78716..cf6e22fee 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.6.0/docs/resources/project_access_token gitlab_project_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 193ebb660..aea813197 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.6.0/docs/resources/project_access_token gitlab_project_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 f3d5bb878..0330e165e 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.6.0/docs/resources/project_access_token gitlab_project_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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 2554264c4..c5adc4fd4 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.6.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
---
diff --git a/docs/projectApprovalRule.go.md b/docs/projectApprovalRule.go.md
index 9a8415607..9392a2aae 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.6.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
---
diff --git a/docs/projectApprovalRule.java.md b/docs/projectApprovalRule.java.md
index 49607eed6..9cfa5c8c3 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.6.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
---
diff --git a/docs/projectApprovalRule.python.md b/docs/projectApprovalRule.python.md
index dd6574b75..18115cd6c 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.6.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
---
diff --git a/docs/projectApprovalRule.typescript.md b/docs/projectApprovalRule.typescript.md
index 44bb64ca4..b856de96c 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.6.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
---
diff --git a/docs/projectBadge.csharp.md b/docs/projectBadge.csharp.md
index 6be8c79ba..38d292ad8 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.6.0/docs/resources/project_badge gitlab_project_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_badge#id ProjectBadge#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge#name ProjectBadge#name}
---
diff --git a/docs/projectBadge.go.md b/docs/projectBadge.go.md
index 54faebc05..3be969273 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.6.0/docs/resources/project_badge gitlab_project_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_badge#id ProjectBadge#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge#name ProjectBadge#name}
---
diff --git a/docs/projectBadge.java.md b/docs/projectBadge.java.md
index bf9ae4aef..31d84e644 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.6.0/docs/resources/project_badge gitlab_project_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge#name ProjectBadge#name}
---
diff --git a/docs/projectBadge.python.md b/docs/projectBadge.python.md
index 8c633384c..9486adbd9 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.6.0/docs/resources/project_badge gitlab_project_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#id ProjectBadge#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_badge#id ProjectBadge#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge#name ProjectBadge#name}
---
diff --git a/docs/projectBadge.typescript.md b/docs/projectBadge.typescript.md
index bb3bb0cf7..22466eece 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.6.0/docs/resources/project_badge gitlab_project_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_badge#id ProjectBadge#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge#name ProjectBadge#name}
---
diff --git a/docs/projectCluster.csharp.md b/docs/projectCluster.csharp.md
index 60fec6152..612cf4964 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.6.0/docs/resources/project_cluster gitlab_project_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_cluster#id ProjectCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
---
diff --git a/docs/projectCluster.go.md b/docs/projectCluster.go.md
index b11012769..291bc9d81 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.6.0/docs/resources/project_cluster gitlab_project_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_cluster#id ProjectCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
---
diff --git a/docs/projectCluster.java.md b/docs/projectCluster.java.md
index 51c7742ca..6ed5859f6 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.6.0/docs/resources/project_cluster gitlab_project_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
---
diff --git a/docs/projectCluster.python.md b/docs/projectCluster.python.md
index 99d3e8268..e165bc84a 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.6.0/docs/resources/project_cluster gitlab_project_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#id ProjectCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_cluster#id ProjectCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
---
diff --git a/docs/projectCluster.typescript.md b/docs/projectCluster.typescript.md
index 769be2a57..4c23c48bb 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.6.0/docs/resources/project_cluster gitlab_project_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_cluster#id ProjectCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
---
diff --git a/docs/projectComplianceFramework.csharp.md b/docs/projectComplianceFramework.csharp.md
index ca917856c..cd4857e0c 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.6.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
---
diff --git a/docs/projectComplianceFramework.go.md b/docs/projectComplianceFramework.go.md
index 85829ce87..15a10b6e4 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.6.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
---
diff --git a/docs/projectComplianceFramework.java.md b/docs/projectComplianceFramework.java.md
index b7f8f14a9..bd483614c 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.6.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
---
diff --git a/docs/projectComplianceFramework.python.md b/docs/projectComplianceFramework.python.md
index d87c6184f..207ae3282 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.6.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
---
diff --git a/docs/projectComplianceFramework.typescript.md b/docs/projectComplianceFramework.typescript.md
index 1aa910908..43d70f8b2 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.6.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.6.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.1/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.6.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.1/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.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
---
diff --git a/docs/projectComplianceFrameworks.csharp.md b/docs/projectComplianceFrameworks.csharp.md
index 859d10d8b..435f64052 100644
--- a/docs/projectComplianceFrameworks.csharp.md
+++ b/docs/projectComplianceFrameworks.csharp.md
@@ -4,7 +4,7 @@
### ProjectComplianceFrameworks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ProjectComplianceFramework
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#import import section} in the documentation of this resource for the id to use
---
@@ -833,7 +833,7 @@ public string[] ComplianceFrameworkIds { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#compliance_framework_ids ProjectComplianceFrameworks#compliance_framework_ids}
---
@@ -847,7 +847,7 @@ public string Project { get; set; }
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#project ProjectComplianceFrameworks#project}
---
diff --git a/docs/projectComplianceFrameworks.go.md b/docs/projectComplianceFrameworks.go.md
index aea2b582f..0b7eee2aa 100644
--- a/docs/projectComplianceFrameworks.go.md
+++ b/docs/projectComplianceFrameworks.go.md
@@ -4,7 +4,7 @@
### ProjectComplianceFrameworks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ProjectComplianceFramework
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#import import section} in the documentation of this resource for the id to use
---
@@ -833,7 +833,7 @@ ComplianceFrameworkIds *[]*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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#compliance_framework_ids ProjectComplianceFrameworks#compliance_framework_ids}
---
@@ -847,7 +847,7 @@ Project *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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#project ProjectComplianceFrameworks#project}
---
diff --git a/docs/projectComplianceFrameworks.java.md b/docs/projectComplianceFrameworks.java.md
index 141dd34db..3c396e431 100644
--- a/docs/projectComplianceFrameworks.java.md
+++ b/docs/projectComplianceFrameworks.java.md
@@ -4,7 +4,7 @@
### ProjectComplianceFrameworks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#compliance_framework_ids ProjectComplianceFrameworks#compliance_framework_ids}
---
@@ -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 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#project ProjectComplianceFrameworks#project}
---
@@ -547,7 +547,7 @@ The construct id used in the generated config for the ProjectComplianceFramework
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#import import section} in the documentation of this resource for the id to use
---
@@ -917,7 +917,7 @@ public java.util.List getComplianceFrameworkIds();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#compliance_framework_ids ProjectComplianceFrameworks#compliance_framework_ids}
---
@@ -931,7 +931,7 @@ public java.lang.String getProject();
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#project ProjectComplianceFrameworks#project}
---
diff --git a/docs/projectComplianceFrameworks.python.md b/docs/projectComplianceFrameworks.python.md
index 34b9b693c..8c9624733 100644
--- a/docs/projectComplianceFrameworks.python.md
+++ b/docs/projectComplianceFrameworks.python.md
@@ -4,7 +4,7 @@
### ProjectComplianceFrameworks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#compliance_framework_ids ProjectComplianceFrameworks#compliance_framework_ids}
---
@@ -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 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#project ProjectComplianceFrameworks#project}
---
@@ -591,7 +591,7 @@ The construct id used in the generated config for the ProjectComplianceFramework
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#import import section} in the documentation of this resource for the id to use
---
@@ -957,7 +957,7 @@ compliance_framework_ids: typing.List[str]
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#compliance_framework_ids ProjectComplianceFrameworks#compliance_framework_ids}
---
@@ -971,7 +971,7 @@ project: str
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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#project ProjectComplianceFrameworks#project}
---
diff --git a/docs/projectComplianceFrameworks.typescript.md b/docs/projectComplianceFrameworks.typescript.md
index 6000bfa40..b801ab6cd 100644
--- a/docs/projectComplianceFrameworks.typescript.md
+++ b/docs/projectComplianceFrameworks.typescript.md
@@ -4,7 +4,7 @@
### ProjectComplianceFrameworks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ProjectComplianceFramework
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
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#import import section} in the documentation of this resource for the id to use
---
@@ -823,7 +823,7 @@ public readonly complianceFrameworkIds: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#compliance_framework_ids ProjectComplianceFrameworks#compliance_framework_ids}
---
@@ -837,7 +837,7 @@ public readonly project: 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}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#project ProjectComplianceFrameworks#project}
---
diff --git a/docs/projectCustomAttribute.csharp.md b/docs/projectCustomAttribute.csharp.md
index e5b5800de..a85df9e7f 100644
--- a/docs/projectCustomAttribute.csharp.md
+++ b/docs/projectCustomAttribute.csharp.md
@@ -4,7 +4,7 @@
### ProjectCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute gitlab_project_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute gitlab_project_custom_attribute}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectCustomAttribute to
The id of the existing ProjectCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -793,7 +793,7 @@ new ProjectCustomAttributeConfig {
| Key
| string
| Key for the Custom Attribute. |
| Project
| double
| The id of the project. |
| Value
| string
| Value for the Custom Attribute. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
---
@@ -877,7 +877,7 @@ public string Key { get; set; }
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
---
@@ -891,7 +891,7 @@ public double Project { get; set; }
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
---
@@ -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.6.0/docs/resources/project_custom_attribute#value ProjectCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#value ProjectCustomAttribute#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.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectCustomAttribute.go.md b/docs/projectCustomAttribute.go.md
index 6b7dbbec3..41ff5503e 100644
--- a/docs/projectCustomAttribute.go.md
+++ b/docs/projectCustomAttribute.go.md
@@ -4,7 +4,7 @@
### ProjectCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute gitlab_project_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute gitlab_project_custom_attribute}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectCustomAttribute to
The id of the existing ProjectCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_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/projectcustomattrib
| Key
| *string
| Key for the Custom Attribute. |
| Project
| *f64
| The id of the project. |
| Value
| *string
| Value for the Custom Attribute. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
---
@@ -877,7 +877,7 @@ Key *string
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
---
@@ -891,7 +891,7 @@ Project *f64
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
---
@@ -905,7 +905,7 @@ Value *string
Value for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#value ProjectCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#value ProjectCustomAttribute#value}
---
@@ -917,7 +917,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectCustomAttribute.java.md b/docs/projectCustomAttribute.java.md
index fcbc7b3a2..7d7233785 100644
--- a/docs/projectCustomAttribute.java.md
+++ b/docs/projectCustomAttribute.java.md
@@ -4,7 +4,7 @@
### ProjectCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute gitlab_project_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute gitlab_project_custom_attribute}.
#### Initializers
@@ -44,7 +44,7 @@ ProjectCustomAttribute.Builder.create(Construct scope, java.lang.String id)
| key
| java.lang.String
| Key for the Custom Attribute. |
| project
| java.lang.Number
| The id of the project. |
| 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.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
---
@@ -124,7 +124,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.6.0/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
---
@@ -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.6.0/docs/resources/project_custom_attribute#value ProjectCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#value ProjectCustomAttribute#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.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 ProjectCustomAttribute to
The id of the existing ProjectCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -902,7 +902,7 @@ ProjectCustomAttributeConfig.builder()
| key
| java.lang.String
| Key for the Custom Attribute. |
| project
| java.lang.Number
| The id of the project. |
| 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.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
---
@@ -986,7 +986,7 @@ public java.lang.String getKey();
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
---
@@ -1000,7 +1000,7 @@ public java.lang.Number getProject();
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
---
@@ -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.6.0/docs/resources/project_custom_attribute#value ProjectCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#value ProjectCustomAttribute#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.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectCustomAttribute.python.md b/docs/projectCustomAttribute.python.md
index 2d01877c4..48a00322a 100644
--- a/docs/projectCustomAttribute.python.md
+++ b/docs/projectCustomAttribute.python.md
@@ -4,7 +4,7 @@
### ProjectCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute gitlab_project_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute gitlab_project_custom_attribute}.
#### Initializers
@@ -42,7 +42,7 @@ projectCustomAttribute.ProjectCustomAttribute(
| key
| str
| Key for the Custom Attribute. |
| project
| typing.Union[int, float]
| The id of the project. |
| value
| str
| Value for the Custom Attribute. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
---
@@ -122,7 +122,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.6.0/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
---
@@ -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.6.0/docs/resources/project_custom_attribute#value ProjectCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#value ProjectCustomAttribute#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.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 ProjectCustomAttribute to
The id of the existing ProjectCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -942,7 +942,7 @@ projectCustomAttribute.ProjectCustomAttributeConfig(
| key
| str
| Key for the Custom Attribute. |
| project
| typing.Union[int, float]
| The id of the project. |
| value
| str
| Value for the Custom Attribute. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
---
@@ -1026,7 +1026,7 @@ key: str
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
---
@@ -1040,7 +1040,7 @@ project: typing.Union[int, float]
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
---
@@ -1054,7 +1054,7 @@ value: str
Value for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#value ProjectCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#value ProjectCustomAttribute#value}
---
@@ -1066,7 +1066,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectCustomAttribute.typescript.md b/docs/projectCustomAttribute.typescript.md
index 7d280c32a..e54cf0abb 100644
--- a/docs/projectCustomAttribute.typescript.md
+++ b/docs/projectCustomAttribute.typescript.md
@@ -4,7 +4,7 @@
### ProjectCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute gitlab_project_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute gitlab_project_custom_attribute}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectCustomAttribute to
The id of the existing ProjectCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ const projectCustomAttributeConfig: projectCustomAttribute.ProjectCustomAttribut
| key
| string
| Key for the Custom Attribute. |
| project
| number
| The id of the project. |
| value
| string
| Value for the Custom Attribute. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}. |
---
@@ -865,7 +865,7 @@ public readonly key: string;
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
---
@@ -879,7 +879,7 @@ public readonly project: number;
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
---
@@ -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.6.0/docs/resources/project_custom_attribute#value ProjectCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#value ProjectCustomAttribute#value}
---
@@ -905,7 +905,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectEnvironment.csharp.md b/docs/projectEnvironment.csharp.md
index 6b5f01e61..08de17aa6 100644
--- a/docs/projectEnvironment.csharp.md
+++ b/docs/projectEnvironment.csharp.md
@@ -4,7 +4,7 @@
### ProjectEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment gitlab_project_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment gitlab_project_environment}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the ProjectEnvironment to impo
The id of the existing ProjectEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_environment#import import section} in the documentation of this resource for the id to use
---
@@ -996,7 +996,7 @@ new ProjectEnvironmentConfig {
| ClusterAgentId
| double
| The cluster agent to associate with this environment. |
| ExternalUrl
| string
| Place to link to for this environment. |
| FluxResourcePath
| string
| The Flux resource path to associate with this environment. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}. |
| KubernetesNamespace
| string
| The Kubernetes namespace to associate with this environment. |
| StopBeforeDestroy
| object
| Determines whether the environment is attempted to be stopped before the environment is deleted. |
| Tier
| string
| The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`. |
@@ -1083,7 +1083,7 @@ public string Name { get; set; }
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#name ProjectEnvironment#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#name ProjectEnvironment#name}
---
@@ -1097,7 +1097,7 @@ public string Project { get; set; }
The ID or full path of the project to environment is created for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#project ProjectEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#project ProjectEnvironment#project}
---
@@ -1111,7 +1111,7 @@ public double ClusterAgentId { get; set; }
The cluster agent to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
---
@@ -1125,7 +1125,7 @@ public string ExternalUrl { get; set; }
Place to link to for this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
---
@@ -1139,7 +1139,7 @@ public string FluxResourcePath { get; set; }
The Flux resource path to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
---
@@ -1151,7 +1151,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1168,7 +1168,7 @@ public string KubernetesNamespace { get; set; }
The Kubernetes namespace to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
---
@@ -1182,7 +1182,7 @@ public object StopBeforeDestroy { get; set; }
Determines whether the environment is attempted to be stopped before the environment is deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
---
@@ -1196,7 +1196,7 @@ public string Tier { get; set; }
The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#tier ProjectEnvironment#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#tier ProjectEnvironment#tier}
---
diff --git a/docs/projectEnvironment.go.md b/docs/projectEnvironment.go.md
index 55b3b92bd..c75af0a5f 100644
--- a/docs/projectEnvironment.go.md
+++ b/docs/projectEnvironment.go.md
@@ -4,7 +4,7 @@
### ProjectEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment gitlab_project_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment gitlab_project_environment}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the ProjectEnvironment to impo
The id of the existing ProjectEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_environment#import import section} in the documentation of this resource for the id to use
---
@@ -996,7 +996,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectenvironment"
| ClusterAgentId
| *f64
| The cluster agent to associate with this environment. |
| ExternalUrl
| *string
| Place to link to for this environment. |
| FluxResourcePath
| *string
| The Flux resource path to associate with this environment. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}. |
| KubernetesNamespace
| *string
| The Kubernetes namespace to associate with this environment. |
| StopBeforeDestroy
| interface{}
| Determines whether the environment is attempted to be stopped before the environment is deleted. |
| Tier
| *string
| The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`. |
@@ -1083,7 +1083,7 @@ Name *string
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#name ProjectEnvironment#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#name ProjectEnvironment#name}
---
@@ -1097,7 +1097,7 @@ Project *string
The ID or full path of the project to environment is created for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#project ProjectEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#project ProjectEnvironment#project}
---
@@ -1111,7 +1111,7 @@ ClusterAgentId *f64
The cluster agent to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
---
@@ -1125,7 +1125,7 @@ ExternalUrl *string
Place to link to for this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
---
@@ -1139,7 +1139,7 @@ FluxResourcePath *string
The Flux resource path to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
---
@@ -1151,7 +1151,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1168,7 +1168,7 @@ KubernetesNamespace *string
The Kubernetes namespace to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
---
@@ -1182,7 +1182,7 @@ StopBeforeDestroy interface{}
Determines whether the environment is attempted to be stopped before the environment is deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
---
@@ -1196,7 +1196,7 @@ Tier *string
The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#tier ProjectEnvironment#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#tier ProjectEnvironment#tier}
---
diff --git a/docs/projectEnvironment.java.md b/docs/projectEnvironment.java.md
index 20efe0bf3..93c2a3861 100644
--- a/docs/projectEnvironment.java.md
+++ b/docs/projectEnvironment.java.md
@@ -4,7 +4,7 @@
### ProjectEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment gitlab_project_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment gitlab_project_environment}.
#### Initializers
@@ -52,7 +52,7 @@ ProjectEnvironment.Builder.create(Construct scope, java.lang.String id)
| clusterAgentId
| java.lang.Number
| The cluster agent to associate with this environment. |
| externalUrl
| java.lang.String
| Place to link to for this environment. |
| fluxResourcePath
| java.lang.String
| The Flux resource path to associate with this environment. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}. |
| kubernetesNamespace
| java.lang.String
| The Kubernetes namespace to associate with this environment. |
| stopBeforeDestroy
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines whether the environment is attempted to be stopped before the environment is deleted. |
| tier
| java.lang.String
| The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`. |
@@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#name ProjectEnvironment#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#name ProjectEnvironment#name}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project to environment is created for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#project ProjectEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#project ProjectEnvironment#project}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The cluster agent to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
---
@@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Place to link to for this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
---
@@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Flux resource path to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
---
@@ -173,7 +173,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.6.0/docs/resources/project_environment#id ProjectEnvironment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -186,7 +186,7 @@ If you experience problems setting this value it might not be settable. Please t
The Kubernetes namespace to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
---
@@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines whether the environment is attempted to be stopped before the environment is deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
---
@@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#tier ProjectEnvironment#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#tier ProjectEnvironment#tier}
---
@@ -682,7 +682,7 @@ The construct id used in the generated config for the ProjectEnvironment to impo
The id of the existing ProjectEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_environment#import import section} in the documentation of this resource for the id to use
---
@@ -1167,7 +1167,7 @@ ProjectEnvironmentConfig.builder()
| clusterAgentId
| java.lang.Number
| The cluster agent to associate with this environment. |
| externalUrl
| java.lang.String
| Place to link to for this environment. |
| fluxResourcePath
| java.lang.String
| The Flux resource path to associate with this environment. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}. |
| kubernetesNamespace
| java.lang.String
| The Kubernetes namespace to associate with this environment. |
| stopBeforeDestroy
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines whether the environment is attempted to be stopped before the environment is deleted. |
| tier
| java.lang.String
| The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`. |
@@ -1254,7 +1254,7 @@ public java.lang.String getName();
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#name ProjectEnvironment#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#name ProjectEnvironment#name}
---
@@ -1268,7 +1268,7 @@ public java.lang.String getProject();
The ID or full path of the project to environment is created for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#project ProjectEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#project ProjectEnvironment#project}
---
@@ -1282,7 +1282,7 @@ public java.lang.Number getClusterAgentId();
The cluster agent to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
---
@@ -1296,7 +1296,7 @@ public java.lang.String getExternalUrl();
Place to link to for this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
---
@@ -1310,7 +1310,7 @@ public java.lang.String getFluxResourcePath();
The Flux resource path to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
---
@@ -1322,7 +1322,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1339,7 +1339,7 @@ public java.lang.String getKubernetesNamespace();
The Kubernetes namespace to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
---
@@ -1353,7 +1353,7 @@ public java.lang.Object getStopBeforeDestroy();
Determines whether the environment is attempted to be stopped before the environment is deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
---
@@ -1367,7 +1367,7 @@ public java.lang.String getTier();
The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#tier ProjectEnvironment#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#tier ProjectEnvironment#tier}
---
diff --git a/docs/projectEnvironment.python.md b/docs/projectEnvironment.python.md
index a3eea2cee..745b401ac 100644
--- a/docs/projectEnvironment.python.md
+++ b/docs/projectEnvironment.python.md
@@ -4,7 +4,7 @@
### ProjectEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment gitlab_project_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment gitlab_project_environment}.
#### Initializers
@@ -49,7 +49,7 @@ projectEnvironment.ProjectEnvironment(
| cluster_agent_id
| typing.Union[int, float]
| The cluster agent to associate with this environment. |
| external_url
| str
| Place to link to for this environment. |
| flux_resource_path
| str
| The Flux resource path to associate with this environment. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}. |
| kubernetes_namespace
| str
| The Kubernetes namespace to associate with this environment. |
| stop_before_destroy
| typing.Union[bool, cdktf.IResolvable]
| Determines whether the environment is attempted to be stopped before the environment is deleted. |
| tier
| str
| The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`. |
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#name ProjectEnvironment#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#name ProjectEnvironment#name}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project to environment is created for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#project ProjectEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#project ProjectEnvironment#project}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The cluster agent to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Place to link to for this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Flux resource path to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
---
@@ -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.6.0/docs/resources/project_environment#id ProjectEnvironment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
The Kubernetes namespace to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
---
@@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines whether the environment is attempted to be stopped before the environment is deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
---
@@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#tier ProjectEnvironment#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#tier ProjectEnvironment#tier}
---
@@ -725,7 +725,7 @@ The construct id used in the generated config for the ProjectEnvironment to impo
The id of the existing ProjectEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_environment#import import section} in the documentation of this resource for the id to use
---
@@ -1205,7 +1205,7 @@ projectEnvironment.ProjectEnvironmentConfig(
| cluster_agent_id
| typing.Union[int, float]
| The cluster agent to associate with this environment. |
| external_url
| str
| Place to link to for this environment. |
| flux_resource_path
| str
| The Flux resource path to associate with this environment. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}. |
| kubernetes_namespace
| str
| The Kubernetes namespace to associate with this environment. |
| stop_before_destroy
| typing.Union[bool, cdktf.IResolvable]
| Determines whether the environment is attempted to be stopped before the environment is deleted. |
| tier
| str
| The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`. |
@@ -1292,7 +1292,7 @@ name: str
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#name ProjectEnvironment#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#name ProjectEnvironment#name}
---
@@ -1306,7 +1306,7 @@ project: str
The ID or full path of the project to environment is created for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#project ProjectEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#project ProjectEnvironment#project}
---
@@ -1320,7 +1320,7 @@ cluster_agent_id: typing.Union[int, float]
The cluster agent to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
---
@@ -1334,7 +1334,7 @@ external_url: str
Place to link to for this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
---
@@ -1348,7 +1348,7 @@ flux_resource_path: str
The Flux resource path to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
---
@@ -1360,7 +1360,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1377,7 +1377,7 @@ kubernetes_namespace: str
The Kubernetes namespace to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
---
@@ -1391,7 +1391,7 @@ stop_before_destroy: typing.Union[bool, IResolvable]
Determines whether the environment is attempted to be stopped before the environment is deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
---
@@ -1405,7 +1405,7 @@ tier: str
The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#tier ProjectEnvironment#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#tier ProjectEnvironment#tier}
---
diff --git a/docs/projectEnvironment.typescript.md b/docs/projectEnvironment.typescript.md
index a2b5df38a..9a02edfaf 100644
--- a/docs/projectEnvironment.typescript.md
+++ b/docs/projectEnvironment.typescript.md
@@ -4,7 +4,7 @@
### ProjectEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment gitlab_project_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment gitlab_project_environment}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the ProjectEnvironment to impo
The id of the existing ProjectEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_environment#import import section} in the documentation of this resource for the id to use
---
@@ -979,7 +979,7 @@ const projectEnvironmentConfig: projectEnvironment.ProjectEnvironmentConfig = {
| clusterAgentId
| number
| The cluster agent to associate with this environment. |
| externalUrl
| string
| Place to link to for this environment. |
| fluxResourcePath
| string
| The Flux resource path to associate with this environment. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}. |
| kubernetesNamespace
| string
| The Kubernetes namespace to associate with this environment. |
| stopBeforeDestroy
| boolean \| cdktf.IResolvable
| Determines whether the environment is attempted to be stopped before the environment is deleted. |
| tier
| string
| The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`. |
@@ -1066,7 +1066,7 @@ public readonly name: string;
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#name ProjectEnvironment#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#name ProjectEnvironment#name}
---
@@ -1080,7 +1080,7 @@ public readonly project: string;
The ID or full path of the project to environment is created for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#project ProjectEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#project ProjectEnvironment#project}
---
@@ -1094,7 +1094,7 @@ public readonly clusterAgentId: number;
The cluster agent to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
---
@@ -1108,7 +1108,7 @@ public readonly externalUrl: string;
Place to link to for this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
---
@@ -1122,7 +1122,7 @@ public readonly fluxResourcePath: string;
The Flux resource path to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
---
@@ -1134,7 +1134,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1151,7 +1151,7 @@ public readonly kubernetesNamespace: string;
The Kubernetes namespace to associate with this environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
---
@@ -1165,7 +1165,7 @@ public readonly stopBeforeDestroy: boolean | IResolvable;
Determines whether the environment is attempted to be stopped before the environment is deleted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
---
@@ -1179,7 +1179,7 @@ public readonly tier: string;
The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#tier ProjectEnvironment#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#tier ProjectEnvironment#tier}
---
diff --git a/docs/projectFreezePeriod.csharp.md b/docs/projectFreezePeriod.csharp.md
index 00c52f965..3902d7372 100644
--- a/docs/projectFreezePeriod.csharp.md
+++ b/docs/projectFreezePeriod.csharp.md
@@ -4,7 +4,7 @@
### ProjectFreezePeriod
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period gitlab_project_freeze_period}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period gitlab_project_freeze_period}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectFreezePeriod to imp
The id of the existing ProjectFreezePeriod that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#import import section} in the documentation of this resource for the id to use
---
@@ -824,7 +824,7 @@ new ProjectFreezePeriodConfig {
| FreezeStart
| string
| Start of the Freeze Period in cron format (e.g. `0 1 * * *`). |
| Project
| string
| The ID or URL-encoded path of the project to add the schedule to. |
| CronTimezone
| string
| The timezone. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
---
@@ -908,7 +908,7 @@ public string FreezeEnd { get; set; }
End of the Freeze Period in cron format (e.g. `0 2 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
---
@@ -922,7 +922,7 @@ public string FreezeStart { get; set; }
Start of the Freeze Period in cron format (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
---
@@ -936,7 +936,7 @@ public string Project { get; set; }
The ID or URL-encoded path of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
---
@@ -950,7 +950,7 @@ public string CronTimezone { get; set; }
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
---
@@ -962,7 +962,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectFreezePeriod.go.md b/docs/projectFreezePeriod.go.md
index 308e72063..00689e56e 100644
--- a/docs/projectFreezePeriod.go.md
+++ b/docs/projectFreezePeriod.go.md
@@ -4,7 +4,7 @@
### ProjectFreezePeriod
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period gitlab_project_freeze_period}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period gitlab_project_freeze_period}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectFreezePeriod to imp
The id of the existing ProjectFreezePeriod that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#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/projectfreezeperiod
| FreezeStart
| *string
| Start of the Freeze Period in cron format (e.g. `0 1 * * *`). |
| Project
| *string
| The ID or URL-encoded path of the project to add the schedule to. |
| CronTimezone
| *string
| The timezone. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
---
@@ -908,7 +908,7 @@ FreezeEnd *string
End of the Freeze Period in cron format (e.g. `0 2 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
---
@@ -922,7 +922,7 @@ FreezeStart *string
Start of the Freeze Period in cron format (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
---
@@ -936,7 +936,7 @@ Project *string
The ID or URL-encoded path of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
---
@@ -950,7 +950,7 @@ CronTimezone *string
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
---
@@ -962,7 +962,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectFreezePeriod.java.md b/docs/projectFreezePeriod.java.md
index ef60fe921..ad7362724 100644
--- a/docs/projectFreezePeriod.java.md
+++ b/docs/projectFreezePeriod.java.md
@@ -4,7 +4,7 @@
### ProjectFreezePeriod
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period gitlab_project_freeze_period}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period gitlab_project_freeze_period}.
#### Initializers
@@ -46,7 +46,7 @@ ProjectFreezePeriod.Builder.create(Construct scope, java.lang.String id)
| freezeStart
| java.lang.String
| Start of the Freeze Period in cron format (e.g. `0 1 * * *`). |
| project
| java.lang.String
| The ID or URL-encoded path of the project to add the schedule to. |
| cronTimezone
| java.lang.String
| The timezone. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
End of the Freeze Period in cron format (e.g. `0 2 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Start of the Freeze Period in cron format (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or URL-encoded path of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
---
@@ -146,7 +146,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.6.0/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
---
@@ -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.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 ProjectFreezePeriod to imp
The id of the existing ProjectFreezePeriod that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#import import section} in the documentation of this resource for the id to use
---
@@ -945,7 +945,7 @@ ProjectFreezePeriodConfig.builder()
| freezeStart
| java.lang.String
| Start of the Freeze Period in cron format (e.g. `0 1 * * *`). |
| project
| java.lang.String
| The ID or URL-encoded path of the project to add the schedule to. |
| cronTimezone
| java.lang.String
| The timezone. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
---
@@ -1029,7 +1029,7 @@ public java.lang.String getFreezeEnd();
End of the Freeze Period in cron format (e.g. `0 2 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
---
@@ -1043,7 +1043,7 @@ public java.lang.String getFreezeStart();
Start of the Freeze Period in cron format (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
---
@@ -1057,7 +1057,7 @@ public java.lang.String getProject();
The ID or URL-encoded path of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
---
@@ -1071,7 +1071,7 @@ public java.lang.String getCronTimezone();
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
---
@@ -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.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectFreezePeriod.python.md b/docs/projectFreezePeriod.python.md
index a7cffb995..baaaae71c 100644
--- a/docs/projectFreezePeriod.python.md
+++ b/docs/projectFreezePeriod.python.md
@@ -4,7 +4,7 @@
### ProjectFreezePeriod
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period gitlab_project_freeze_period}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period gitlab_project_freeze_period}.
#### Initializers
@@ -44,7 +44,7 @@ projectFreezePeriod.ProjectFreezePeriod(
| freeze_start
| str
| Start of the Freeze Period in cron format (e.g. `0 1 * * *`). |
| project
| str
| The ID or URL-encoded path of the project to add the schedule to. |
| cron_timezone
| str
| The timezone. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
End of the Freeze Period in cron format (e.g. `0 2 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Start of the Freeze Period in cron format (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or URL-encoded path of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
---
@@ -144,7 +144,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.6.0/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
---
@@ -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.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 ProjectFreezePeriod to imp
The id of the existing ProjectFreezePeriod that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#import import section} in the documentation of this resource for the id to use
---
@@ -985,7 +985,7 @@ projectFreezePeriod.ProjectFreezePeriodConfig(
| freeze_start
| str
| Start of the Freeze Period in cron format (e.g. `0 1 * * *`). |
| project
| str
| The ID or URL-encoded path of the project to add the schedule to. |
| cron_timezone
| str
| The timezone. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
---
@@ -1069,7 +1069,7 @@ freeze_end: str
End of the Freeze Period in cron format (e.g. `0 2 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
---
@@ -1083,7 +1083,7 @@ freeze_start: str
Start of the Freeze Period in cron format (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
---
@@ -1097,7 +1097,7 @@ project: str
The ID or URL-encoded path of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
---
@@ -1111,7 +1111,7 @@ cron_timezone: str
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
---
@@ -1123,7 +1123,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectFreezePeriod.typescript.md b/docs/projectFreezePeriod.typescript.md
index 9698b786b..99c33b2ef 100644
--- a/docs/projectFreezePeriod.typescript.md
+++ b/docs/projectFreezePeriod.typescript.md
@@ -4,7 +4,7 @@
### ProjectFreezePeriod
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period gitlab_project_freeze_period}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period gitlab_project_freeze_period}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectFreezePeriod to imp
The id of the existing ProjectFreezePeriod that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#import import section} in the documentation of this resource for the id to use
---
@@ -811,7 +811,7 @@ const projectFreezePeriodConfig: projectFreezePeriod.ProjectFreezePeriodConfig =
| freezeStart
| string
| Start of the Freeze Period in cron format (e.g. `0 1 * * *`). |
| project
| string
| The ID or URL-encoded path of the project to add the schedule to. |
| cronTimezone
| string
| The timezone. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}. |
---
@@ -895,7 +895,7 @@ public readonly freezeEnd: string;
End of the Freeze Period in cron format (e.g. `0 2 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
---
@@ -909,7 +909,7 @@ public readonly freezeStart: string;
Start of the Freeze Period in cron format (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
---
@@ -923,7 +923,7 @@ public readonly project: string;
The ID or URL-encoded path of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
---
@@ -937,7 +937,7 @@ public readonly cronTimezone: string;
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
---
@@ -949,7 +949,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectHook.csharp.md b/docs/projectHook.csharp.md
index 35c606e1d..ba392f8e5 100644
--- a/docs/projectHook.csharp.md
+++ b/docs/projectHook.csharp.md
@@ -4,7 +4,7 @@
### ProjectHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook gitlab_project_hook}.
#### Initializers
@@ -599,7 +599,7 @@ The construct id used in the generated config for the ProjectHook to import.
The id of the existing ProjectHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_hook#import import section} in the documentation of this resource for the id to use
---
@@ -1395,7 +1395,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.6.0/docs/resources/project_hook#project ProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#project ProjectHook#project}
---
@@ -1409,7 +1409,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.6.0/docs/resources/project_hook#url ProjectHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#url ProjectHook#url}
---
@@ -1423,7 +1423,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.6.0/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
---
@@ -1437,7 +1437,7 @@ 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.6.0/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
---
@@ -1451,7 +1451,7 @@ public object CustomHeaders { get; set; }
Custom headers for the project webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
---
@@ -1465,7 +1465,7 @@ public string CustomWebhookTemplate { get; set; }
Custom webhook template.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
---
@@ -1479,7 +1479,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.6.0/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
---
@@ -1493,7 +1493,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.6.0/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
---
@@ -1507,7 +1507,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.6.0/docs/resources/project_hook#issues_events ProjectHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#issues_events ProjectHook#issues_events}
---
@@ -1521,7 +1521,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.6.0/docs/resources/project_hook#job_events ProjectHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#job_events ProjectHook#job_events}
---
@@ -1535,7 +1535,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.6.0/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
---
@@ -1549,7 +1549,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.6.0/docs/resources/project_hook#note_events ProjectHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#note_events ProjectHook#note_events}
---
@@ -1563,7 +1563,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.6.0/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
---
@@ -1577,7 +1577,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.6.0/docs/resources/project_hook#push_events ProjectHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events ProjectHook#push_events}
---
@@ -1591,7 +1591,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.6.0/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
---
@@ -1605,7 +1605,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.6.0/docs/resources/project_hook#releases_events ProjectHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#releases_events ProjectHook#releases_events}
---
@@ -1619,7 +1619,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.6.0/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
---
@@ -1633,7 +1633,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.6.0/docs/resources/project_hook#token ProjectHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#token ProjectHook#token}
---
@@ -1647,7 +1647,7 @@ 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.6.0/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
---
@@ -1683,7 +1683,7 @@ public string Key { get; set; }
Key of the custom header.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#key ProjectHook#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#key ProjectHook#key}
---
@@ -1697,7 +1697,7 @@ public string Value { get; set; }
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/project_hook#value ProjectHook#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#value ProjectHook#value}
---
diff --git a/docs/projectHook.go.md b/docs/projectHook.go.md
index 07dc033a6..934f46cdd 100644
--- a/docs/projectHook.go.md
+++ b/docs/projectHook.go.md
@@ -4,7 +4,7 @@
### ProjectHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook gitlab_project_hook}.
#### Initializers
@@ -599,7 +599,7 @@ The construct id used in the generated config for the ProjectHook to import.
The id of the existing ProjectHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_hook#import import section} in the documentation of this resource for the id to use
---
@@ -1395,7 +1395,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.6.0/docs/resources/project_hook#project ProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#project ProjectHook#project}
---
@@ -1409,7 +1409,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.6.0/docs/resources/project_hook#url ProjectHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#url ProjectHook#url}
---
@@ -1423,7 +1423,7 @@ ConfidentialIssuesEvents interface{}
Invoke the hook for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
---
@@ -1437,7 +1437,7 @@ ConfidentialNoteEvents interface{}
Invoke the hook for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
---
@@ -1451,7 +1451,7 @@ CustomHeaders interface{}
Custom headers for the project webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
---
@@ -1465,7 +1465,7 @@ CustomWebhookTemplate *string
Custom webhook template.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
---
@@ -1479,7 +1479,7 @@ DeploymentEvents interface{}
Invoke the hook for deployment events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
---
@@ -1493,7 +1493,7 @@ EnableSslVerification interface{}
Enable SSL verification when invoking the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
---
@@ -1507,7 +1507,7 @@ IssuesEvents interface{}
Invoke the hook for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#issues_events ProjectHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#issues_events ProjectHook#issues_events}
---
@@ -1521,7 +1521,7 @@ JobEvents interface{}
Invoke the hook for job events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#job_events ProjectHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#job_events ProjectHook#job_events}
---
@@ -1535,7 +1535,7 @@ MergeRequestsEvents interface{}
Invoke the hook for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
---
@@ -1549,7 +1549,7 @@ NoteEvents interface{}
Invoke the hook for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#note_events ProjectHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#note_events ProjectHook#note_events}
---
@@ -1563,7 +1563,7 @@ PipelineEvents interface{}
Invoke the hook for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
---
@@ -1577,7 +1577,7 @@ PushEvents interface{}
Invoke the hook for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#push_events ProjectHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events ProjectHook#push_events}
---
@@ -1591,7 +1591,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.6.0/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
---
@@ -1605,7 +1605,7 @@ ReleasesEvents interface{}
Invoke the hook for release events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#releases_events ProjectHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#releases_events ProjectHook#releases_events}
---
@@ -1619,7 +1619,7 @@ TagPushEvents interface{}
Invoke the hook for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
---
@@ -1633,7 +1633,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.6.0/docs/resources/project_hook#token ProjectHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#token ProjectHook#token}
---
@@ -1647,7 +1647,7 @@ WikiPageEvents interface{}
Invoke the hook for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
---
@@ -1683,7 +1683,7 @@ Key *string
Key of the custom header.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#key ProjectHook#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#key ProjectHook#key}
---
@@ -1697,7 +1697,7 @@ Value *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/project_hook#value ProjectHook#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#value ProjectHook#value}
---
diff --git a/docs/projectHook.java.md b/docs/projectHook.java.md
index 5128983d8..229143d41 100644
--- a/docs/projectHook.java.md
+++ b/docs/projectHook.java.md
@@ -4,7 +4,7 @@
### ProjectHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook gitlab_project_hook}.
#### Initializers
@@ -158,7 +158,7 @@ Must be unique amongst siblings in the same scope
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.6.0/docs/resources/project_hook#project ProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#project ProjectHook#project}
---
@@ -168,7 +168,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.6.0/docs/resources/project_hook#url ProjectHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#url ProjectHook#url}
---
@@ -178,7 +178,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.6.0/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
---
@@ -188,7 +188,7 @@ 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.6.0/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
---
@@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Custom headers for the project webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
---
@@ -208,7 +208,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.6.0/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
---
@@ -218,7 +218,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.6.0/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
---
@@ -228,7 +228,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.6.0/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
---
@@ -238,7 +238,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.6.0/docs/resources/project_hook#issues_events ProjectHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#issues_events ProjectHook#issues_events}
---
@@ -248,7 +248,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.6.0/docs/resources/project_hook#job_events ProjectHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#job_events ProjectHook#job_events}
---
@@ -258,7 +258,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.6.0/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
---
@@ -268,7 +268,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.6.0/docs/resources/project_hook#note_events ProjectHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#note_events ProjectHook#note_events}
---
@@ -278,7 +278,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.6.0/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
---
@@ -288,7 +288,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.6.0/docs/resources/project_hook#push_events ProjectHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events ProjectHook#push_events}
---
@@ -298,7 +298,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.6.0/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
---
@@ -308,7 +308,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.6.0/docs/resources/project_hook#releases_events ProjectHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#releases_events ProjectHook#releases_events}
---
@@ -318,7 +318,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.6.0/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
---
@@ -328,7 +328,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.6.0/docs/resources/project_hook#token ProjectHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#token ProjectHook#token}
---
@@ -338,7 +338,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.6.0/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
---
@@ -897,7 +897,7 @@ The construct id used in the generated config for the ProjectHook to import.
The id of the existing ProjectHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_hook#import import section} in the documentation of this resource for the id to use
---
@@ -1711,7 +1711,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.6.0/docs/resources/project_hook#project ProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#project ProjectHook#project}
---
@@ -1725,7 +1725,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.6.0/docs/resources/project_hook#url ProjectHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#url ProjectHook#url}
---
@@ -1739,7 +1739,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.6.0/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
---
@@ -1753,7 +1753,7 @@ 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.6.0/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
---
@@ -1767,7 +1767,7 @@ public java.lang.Object getCustomHeaders();
Custom headers for the project webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
---
@@ -1781,7 +1781,7 @@ public java.lang.String getCustomWebhookTemplate();
Custom webhook template.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
---
@@ -1795,7 +1795,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.6.0/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
---
@@ -1809,7 +1809,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.6.0/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
---
@@ -1823,7 +1823,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.6.0/docs/resources/project_hook#issues_events ProjectHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#issues_events ProjectHook#issues_events}
---
@@ -1837,7 +1837,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.6.0/docs/resources/project_hook#job_events ProjectHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#job_events ProjectHook#job_events}
---
@@ -1851,7 +1851,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.6.0/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
---
@@ -1865,7 +1865,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.6.0/docs/resources/project_hook#note_events ProjectHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#note_events ProjectHook#note_events}
---
@@ -1879,7 +1879,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.6.0/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
---
@@ -1893,7 +1893,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.6.0/docs/resources/project_hook#push_events ProjectHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events ProjectHook#push_events}
---
@@ -1907,7 +1907,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.6.0/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
---
@@ -1921,7 +1921,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.6.0/docs/resources/project_hook#releases_events ProjectHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#releases_events ProjectHook#releases_events}
---
@@ -1935,7 +1935,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.6.0/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
---
@@ -1949,7 +1949,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.6.0/docs/resources/project_hook#token ProjectHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#token ProjectHook#token}
---
@@ -1963,7 +1963,7 @@ 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.6.0/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
---
@@ -1999,7 +1999,7 @@ public java.lang.String getKey();
Key of the custom header.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#key ProjectHook#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#key ProjectHook#key}
---
@@ -2013,7 +2013,7 @@ public java.lang.String getValue();
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/project_hook#value ProjectHook#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#value ProjectHook#value}
---
diff --git a/docs/projectHook.python.md b/docs/projectHook.python.md
index 34ee91870..72f10dbe6 100644
--- a/docs/projectHook.python.md
+++ b/docs/projectHook.python.md
@@ -4,7 +4,7 @@
### ProjectHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook gitlab_project_hook}.
#### Initializers
@@ -142,7 +142,7 @@ Must be unique amongst siblings in the same scope
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.6.0/docs/resources/project_hook#project ProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#project ProjectHook#project}
---
@@ -152,7 +152,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.6.0/docs/resources/project_hook#url ProjectHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#url ProjectHook#url}
---
@@ -162,7 +162,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.6.0/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
---
@@ -172,7 +172,7 @@ 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.6.0/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Custom headers for the project webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
---
@@ -192,7 +192,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.6.0/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
---
@@ -202,7 +202,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.6.0/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
---
@@ -212,7 +212,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.6.0/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
---
@@ -222,7 +222,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.6.0/docs/resources/project_hook#issues_events ProjectHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#issues_events ProjectHook#issues_events}
---
@@ -232,7 +232,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.6.0/docs/resources/project_hook#job_events ProjectHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#job_events ProjectHook#job_events}
---
@@ -242,7 +242,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.6.0/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
---
@@ -252,7 +252,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.6.0/docs/resources/project_hook#note_events ProjectHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#note_events ProjectHook#note_events}
---
@@ -262,7 +262,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.6.0/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
---
@@ -272,7 +272,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.6.0/docs/resources/project_hook#push_events ProjectHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events ProjectHook#push_events}
---
@@ -282,7 +282,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.6.0/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
---
@@ -292,7 +292,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.6.0/docs/resources/project_hook#releases_events ProjectHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#releases_events ProjectHook#releases_events}
---
@@ -302,7 +302,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.6.0/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
---
@@ -312,7 +312,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.6.0/docs/resources/project_hook#token ProjectHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#token ProjectHook#token}
---
@@ -322,7 +322,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.6.0/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
---
@@ -929,7 +929,7 @@ The construct id used in the generated config for the ProjectHook to import.
The id of the existing ProjectHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_hook#import import section} in the documentation of this resource for the id to use
---
@@ -1725,7 +1725,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.6.0/docs/resources/project_hook#project ProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#project ProjectHook#project}
---
@@ -1739,7 +1739,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.6.0/docs/resources/project_hook#url ProjectHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#url ProjectHook#url}
---
@@ -1753,7 +1753,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.6.0/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
---
@@ -1767,7 +1767,7 @@ 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.6.0/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
---
@@ -1781,7 +1781,7 @@ custom_headers: typing.Union[IResolvable, typing.List[ProjectHookCustomHeaders]]
Custom headers for the project webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
---
@@ -1795,7 +1795,7 @@ custom_webhook_template: str
Custom webhook template.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
---
@@ -1809,7 +1809,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.6.0/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
---
@@ -1823,7 +1823,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.6.0/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
---
@@ -1837,7 +1837,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.6.0/docs/resources/project_hook#issues_events ProjectHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#issues_events ProjectHook#issues_events}
---
@@ -1851,7 +1851,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.6.0/docs/resources/project_hook#job_events ProjectHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#job_events ProjectHook#job_events}
---
@@ -1865,7 +1865,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.6.0/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
---
@@ -1879,7 +1879,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.6.0/docs/resources/project_hook#note_events ProjectHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#note_events ProjectHook#note_events}
---
@@ -1893,7 +1893,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.6.0/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
---
@@ -1907,7 +1907,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.6.0/docs/resources/project_hook#push_events ProjectHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events ProjectHook#push_events}
---
@@ -1921,7 +1921,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.6.0/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
---
@@ -1935,7 +1935,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.6.0/docs/resources/project_hook#releases_events ProjectHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#releases_events ProjectHook#releases_events}
---
@@ -1949,7 +1949,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.6.0/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
---
@@ -1963,7 +1963,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.6.0/docs/resources/project_hook#token ProjectHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#token ProjectHook#token}
---
@@ -1977,7 +1977,7 @@ 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.6.0/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
---
@@ -2013,7 +2013,7 @@ key: str
Key of the custom header.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#key ProjectHook#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#key ProjectHook#key}
---
@@ -2027,7 +2027,7 @@ value: 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/project_hook#value ProjectHook#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#value ProjectHook#value}
---
diff --git a/docs/projectHook.typescript.md b/docs/projectHook.typescript.md
index 35c2f04f8..575672392 100644
--- a/docs/projectHook.typescript.md
+++ b/docs/projectHook.typescript.md
@@ -4,7 +4,7 @@
### ProjectHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook gitlab_project_hook}.
#### Initializers
@@ -599,7 +599,7 @@ The construct id used in the generated config for the ProjectHook to import.
The id of the existing ProjectHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_hook#import import section} in the documentation of this resource for the id to use
---
@@ -1368,7 +1368,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.6.0/docs/resources/project_hook#project ProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#project ProjectHook#project}
---
@@ -1382,7 +1382,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.6.0/docs/resources/project_hook#url ProjectHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#url ProjectHook#url}
---
@@ -1396,7 +1396,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.6.0/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
---
@@ -1410,7 +1410,7 @@ 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.6.0/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
---
@@ -1424,7 +1424,7 @@ public readonly customHeaders: IResolvable | ProjectHookCustomHeaders[];
Custom headers for the project webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
---
@@ -1438,7 +1438,7 @@ public readonly customWebhookTemplate: string;
Custom webhook template.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
---
@@ -1452,7 +1452,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.6.0/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
---
@@ -1466,7 +1466,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.6.0/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
---
@@ -1480,7 +1480,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.6.0/docs/resources/project_hook#issues_events ProjectHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#issues_events ProjectHook#issues_events}
---
@@ -1494,7 +1494,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.6.0/docs/resources/project_hook#job_events ProjectHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#job_events ProjectHook#job_events}
---
@@ -1508,7 +1508,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.6.0/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
---
@@ -1522,7 +1522,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.6.0/docs/resources/project_hook#note_events ProjectHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#note_events ProjectHook#note_events}
---
@@ -1536,7 +1536,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.6.0/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
---
@@ -1550,7 +1550,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.6.0/docs/resources/project_hook#push_events ProjectHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events ProjectHook#push_events}
---
@@ -1564,7 +1564,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.6.0/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
---
@@ -1578,7 +1578,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.6.0/docs/resources/project_hook#releases_events ProjectHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#releases_events ProjectHook#releases_events}
---
@@ -1592,7 +1592,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.6.0/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
---
@@ -1606,7 +1606,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.6.0/docs/resources/project_hook#token ProjectHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#token ProjectHook#token}
---
@@ -1620,7 +1620,7 @@ 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.6.0/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
---
@@ -1653,7 +1653,7 @@ public readonly key: string;
Key of the custom header.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#key ProjectHook#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#key ProjectHook#key}
---
@@ -1667,7 +1667,7 @@ public readonly value: 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/project_hook#value ProjectHook#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#value ProjectHook#value}
---
diff --git a/docs/projectIssue.csharp.md b/docs/projectIssue.csharp.md
index 0d1167214..a0739b1cf 100644
--- a/docs/projectIssue.csharp.md
+++ b/docs/projectIssue.csharp.md
@@ -4,7 +4,7 @@
### ProjectIssue
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue gitlab_project_issue}.
#### Initializers
@@ -593,7 +593,7 @@ The construct id used in the generated config for the ProjectIssue to import.
The id of the existing ProjectIssue that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_issue#import import section} in the documentation of this resource for the id to use
---
@@ -1519,7 +1519,7 @@ new ProjectIssueConfig {
| DiscussionToResolve
| string
| The ID of a discussion to resolve. |
| DueDate
| string
| The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| EpicIssueId
| double
| The ID of the epic issue. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}. |
| Iid
| double
| The internal ID of the project's issue. |
| IssueType
| string
| The type of issue. Valid values are: `issue`, `incident`, `test_case`. |
| Labels
| string[]
| The labels of an issue. |
@@ -1611,7 +1611,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.6.0/docs/resources/project_issue#project ProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#project ProjectIssue#project}
---
@@ -1625,7 +1625,7 @@ public string Title { get; set; }
The title of the issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#title ProjectIssue#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#title ProjectIssue#title}
---
@@ -1639,7 +1639,7 @@ public double[] AssigneeIds { get; set; }
The IDs of the users to assign the issue to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
---
@@ -1653,7 +1653,7 @@ public object Confidential { get; set; }
Set an issue to be confidential.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#confidential ProjectIssue#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#confidential ProjectIssue#confidential}
---
@@ -1669,7 +1669,7 @@ When the issue was created.
Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z. Requires administrator or project/group owner rights.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#created_at ProjectIssue#created_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#created_at ProjectIssue#created_at}
---
@@ -1683,7 +1683,7 @@ public object DeleteOnDestroy { get; set; }
Whether the issue is deleted instead of closed during destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
---
@@ -1697,7 +1697,7 @@ public string Description { get; set; }
The description of an issue. Limited to 1,048,576 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#description ProjectIssue#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#description ProjectIssue#description}
---
@@ -1711,7 +1711,7 @@ public object DiscussionLocked { get; set; }
Whether the issue is locked for discussions or not.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
---
@@ -1727,7 +1727,7 @@ The ID of a discussion to resolve.
This fills out the issue with a default description and mark the discussion as resolved. Use in combination with merge_request_to_resolve_discussions_of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
---
@@ -1741,7 +1741,7 @@ public string DueDate { get; set; }
The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#due_date ProjectIssue#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#due_date ProjectIssue#due_date}
---
@@ -1755,7 +1755,7 @@ public double EpicIssueId { get; set; }
The ID of the epic issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
---
@@ -1767,7 +1767,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1784,7 +1784,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.6.0/docs/resources/project_issue#iid ProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#iid ProjectIssue#iid}
---
@@ -1798,7 +1798,7 @@ public string IssueType { get; set; }
The type of issue. Valid values are: `issue`, `incident`, `test_case`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
---
@@ -1812,7 +1812,7 @@ public string[] Labels { get; set; }
The labels of an issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#labels ProjectIssue#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#labels ProjectIssue#labels}
---
@@ -1828,7 +1828,7 @@ The IID of a merge request in which to resolve all issues.
This fills out the issue with a default description and mark all discussions as resolved. When passing a description or title, these values take precedence over the default values.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
---
@@ -1844,7 +1844,7 @@ The global ID of a milestone to assign issue.
To find the milestone_id associated with a milestone, view an issue with the milestone assigned and use the API to retrieve the issue's details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
---
@@ -1858,7 +1858,7 @@ public string State { get; set; }
The state of the issue. Valid values are: `opened`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#state ProjectIssue#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#state ProjectIssue#state}
---
@@ -1872,7 +1872,7 @@ public string UpdatedAt { get; set; }
When the issue was updated. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
---
@@ -1886,7 +1886,7 @@ public double Weight { get; set; }
The weight of the issue. Valid values are greater than or equal to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#weight ProjectIssue#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#weight ProjectIssue#weight}
---
diff --git a/docs/projectIssue.go.md b/docs/projectIssue.go.md
index 8e157ef02..7bb6fb631 100644
--- a/docs/projectIssue.go.md
+++ b/docs/projectIssue.go.md
@@ -4,7 +4,7 @@
### ProjectIssue
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue gitlab_project_issue}.
#### Initializers
@@ -593,7 +593,7 @@ The construct id used in the generated config for the ProjectIssue to import.
The id of the existing ProjectIssue that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_issue#import import section} in the documentation of this resource for the id to use
---
@@ -1519,7 +1519,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectissue"
| DiscussionToResolve
| *string
| The ID of a discussion to resolve. |
| DueDate
| *string
| The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| EpicIssueId
| *f64
| The ID of the epic issue. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}. |
| Iid
| *f64
| The internal ID of the project's issue. |
| IssueType
| *string
| The type of issue. Valid values are: `issue`, `incident`, `test_case`. |
| Labels
| *[]*string
| The labels of an issue. |
@@ -1611,7 +1611,7 @@ Project *string
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#project ProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#project ProjectIssue#project}
---
@@ -1625,7 +1625,7 @@ Title *string
The title of the issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#title ProjectIssue#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#title ProjectIssue#title}
---
@@ -1639,7 +1639,7 @@ AssigneeIds *[]*f64
The IDs of the users to assign the issue to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
---
@@ -1653,7 +1653,7 @@ Confidential interface{}
Set an issue to be confidential.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#confidential ProjectIssue#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#confidential ProjectIssue#confidential}
---
@@ -1669,7 +1669,7 @@ When the issue was created.
Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z. Requires administrator or project/group owner rights.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#created_at ProjectIssue#created_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#created_at ProjectIssue#created_at}
---
@@ -1683,7 +1683,7 @@ DeleteOnDestroy interface{}
Whether the issue is deleted instead of closed during destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
---
@@ -1697,7 +1697,7 @@ Description *string
The description of an issue. Limited to 1,048,576 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#description ProjectIssue#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#description ProjectIssue#description}
---
@@ -1711,7 +1711,7 @@ DiscussionLocked interface{}
Whether the issue is locked for discussions or not.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
---
@@ -1727,7 +1727,7 @@ The ID of a discussion to resolve.
This fills out the issue with a default description and mark the discussion as resolved. Use in combination with merge_request_to_resolve_discussions_of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
---
@@ -1741,7 +1741,7 @@ DueDate *string
The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#due_date ProjectIssue#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#due_date ProjectIssue#due_date}
---
@@ -1755,7 +1755,7 @@ EpicIssueId *f64
The ID of the epic issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
---
@@ -1767,7 +1767,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1784,7 +1784,7 @@ Iid *f64
The internal ID of the project's issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#iid ProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#iid ProjectIssue#iid}
---
@@ -1798,7 +1798,7 @@ IssueType *string
The type of issue. Valid values are: `issue`, `incident`, `test_case`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
---
@@ -1812,7 +1812,7 @@ Labels *[]*string
The labels of an issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#labels ProjectIssue#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#labels ProjectIssue#labels}
---
@@ -1828,7 +1828,7 @@ The IID of a merge request in which to resolve all issues.
This fills out the issue with a default description and mark all discussions as resolved. When passing a description or title, these values take precedence over the default values.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
---
@@ -1844,7 +1844,7 @@ The global ID of a milestone to assign issue.
To find the milestone_id associated with a milestone, view an issue with the milestone assigned and use the API to retrieve the issue's details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
---
@@ -1858,7 +1858,7 @@ State *string
The state of the issue. Valid values are: `opened`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#state ProjectIssue#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#state ProjectIssue#state}
---
@@ -1872,7 +1872,7 @@ UpdatedAt *string
When the issue was updated. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
---
@@ -1886,7 +1886,7 @@ Weight *f64
The weight of the issue. Valid values are greater than or equal to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#weight ProjectIssue#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#weight ProjectIssue#weight}
---
diff --git a/docs/projectIssue.java.md b/docs/projectIssue.java.md
index c2baa1464..9e61f6a3a 100644
--- a/docs/projectIssue.java.md
+++ b/docs/projectIssue.java.md
@@ -4,7 +4,7 @@
### ProjectIssue
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue gitlab_project_issue}.
#### Initializers
@@ -71,7 +71,7 @@ ProjectIssue.Builder.create(Construct scope, java.lang.String id)
| discussionToResolve
| java.lang.String
| The ID of a discussion to resolve. |
| dueDate
| java.lang.String
| The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| epicIssueId
| java.lang.Number
| The ID of the epic issue. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}. |
| iid
| java.lang.Number
| The internal ID of the project's issue. |
| issueType
| java.lang.String
| The type of issue. Valid values are: `issue`, `incident`, `test_case`. |
| labels
| java.util.List
| The labels of an issue. |
@@ -149,7 +149,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.6.0/docs/resources/project_issue#project ProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#project ProjectIssue#project}
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The title of the issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#title ProjectIssue#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#title ProjectIssue#title}
---
@@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The IDs of the users to assign the issue to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
---
@@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set an issue to be confidential.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#confidential ProjectIssue#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#confidential ProjectIssue#confidential}
---
@@ -191,7 +191,7 @@ When the issue was created.
Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z. Requires administrator or project/group owner rights.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#created_at ProjectIssue#created_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#created_at ProjectIssue#created_at}
---
@@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether the issue is deleted instead of closed during destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
---
@@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of an issue. Limited to 1,048,576 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#description ProjectIssue#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#description ProjectIssue#description}
---
@@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether the issue is locked for discussions or not.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
---
@@ -233,7 +233,7 @@ The ID of a discussion to resolve.
This fills out the issue with a default description and mark the discussion as resolved. Use in combination with merge_request_to_resolve_discussions_of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
---
@@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#due_date ProjectIssue#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#due_date ProjectIssue#due_date}
---
@@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the epic issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
---
@@ -261,7 +261,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.6.0/docs/resources/project_issue#id ProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -274,7 +274,7 @@ If you experience problems setting this value it might not be settable. Please t
The internal ID of the project's issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#iid ProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#iid ProjectIssue#iid}
---
@@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The type of issue. Valid values are: `issue`, `incident`, `test_case`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
---
@@ -294,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The labels of an issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#labels ProjectIssue#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#labels ProjectIssue#labels}
---
@@ -306,7 +306,7 @@ The IID of a merge request in which to resolve all issues.
This fills out the issue with a default description and mark all discussions as resolved. When passing a description or title, these values take precedence over the default values.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
---
@@ -318,7 +318,7 @@ The global ID of a milestone to assign issue.
To find the milestone_id associated with a milestone, view an issue with the milestone assigned and use the API to retrieve the issue's details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
---
@@ -328,7 +328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The state of the issue. Valid values are: `opened`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#state ProjectIssue#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#state ProjectIssue#state}
---
@@ -338,7 +338,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When the issue was updated. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
---
@@ -348,7 +348,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The weight of the issue. Valid values are greater than or equal to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#weight ProjectIssue#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#weight ProjectIssue#weight}
---
@@ -901,7 +901,7 @@ The construct id used in the generated config for the ProjectIssue to import.
The id of the existing ProjectIssue that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_issue#import import section} in the documentation of this resource for the id to use
---
@@ -1834,7 +1834,7 @@ ProjectIssueConfig.builder()
| discussionToResolve
| java.lang.String
| The ID of a discussion to resolve. |
| dueDate
| java.lang.String
| The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| epicIssueId
| java.lang.Number
| The ID of the epic issue. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}. |
| iid
| java.lang.Number
| The internal ID of the project's issue. |
| issueType
| java.lang.String
| The type of issue. Valid values are: `issue`, `incident`, `test_case`. |
| labels
| java.util.List
| The labels of an issue. |
@@ -1926,7 +1926,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.6.0/docs/resources/project_issue#project ProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#project ProjectIssue#project}
---
@@ -1940,7 +1940,7 @@ public java.lang.String getTitle();
The title of the issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#title ProjectIssue#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#title ProjectIssue#title}
---
@@ -1954,7 +1954,7 @@ public java.util.List getAssigneeIds();
The IDs of the users to assign the issue to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
---
@@ -1968,7 +1968,7 @@ public java.lang.Object getConfidential();
Set an issue to be confidential.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#confidential ProjectIssue#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#confidential ProjectIssue#confidential}
---
@@ -1984,7 +1984,7 @@ When the issue was created.
Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z. Requires administrator or project/group owner rights.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#created_at ProjectIssue#created_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#created_at ProjectIssue#created_at}
---
@@ -1998,7 +1998,7 @@ public java.lang.Object getDeleteOnDestroy();
Whether the issue is deleted instead of closed during destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
---
@@ -2012,7 +2012,7 @@ public java.lang.String getDescription();
The description of an issue. Limited to 1,048,576 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#description ProjectIssue#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#description ProjectIssue#description}
---
@@ -2026,7 +2026,7 @@ public java.lang.Object getDiscussionLocked();
Whether the issue is locked for discussions or not.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
---
@@ -2042,7 +2042,7 @@ The ID of a discussion to resolve.
This fills out the issue with a default description and mark the discussion as resolved. Use in combination with merge_request_to_resolve_discussions_of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
---
@@ -2056,7 +2056,7 @@ public java.lang.String getDueDate();
The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#due_date ProjectIssue#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#due_date ProjectIssue#due_date}
---
@@ -2070,7 +2070,7 @@ public java.lang.Number getEpicIssueId();
The ID of the epic issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
---
@@ -2082,7 +2082,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2099,7 +2099,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.6.0/docs/resources/project_issue#iid ProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#iid ProjectIssue#iid}
---
@@ -2113,7 +2113,7 @@ public java.lang.String getIssueType();
The type of issue. Valid values are: `issue`, `incident`, `test_case`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
---
@@ -2127,7 +2127,7 @@ public java.util.List getLabels();
The labels of an issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#labels ProjectIssue#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#labels ProjectIssue#labels}
---
@@ -2143,7 +2143,7 @@ The IID of a merge request in which to resolve all issues.
This fills out the issue with a default description and mark all discussions as resolved. When passing a description or title, these values take precedence over the default values.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
---
@@ -2159,7 +2159,7 @@ The global ID of a milestone to assign issue.
To find the milestone_id associated with a milestone, view an issue with the milestone assigned and use the API to retrieve the issue's details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
---
@@ -2173,7 +2173,7 @@ public java.lang.String getState();
The state of the issue. Valid values are: `opened`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#state ProjectIssue#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#state ProjectIssue#state}
---
@@ -2187,7 +2187,7 @@ public java.lang.String getUpdatedAt();
When the issue was updated. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
---
@@ -2201,7 +2201,7 @@ public java.lang.Number getWeight();
The weight of the issue. Valid values are greater than or equal to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#weight ProjectIssue#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#weight ProjectIssue#weight}
---
diff --git a/docs/projectIssue.python.md b/docs/projectIssue.python.md
index c240b1387..d3534f306 100644
--- a/docs/projectIssue.python.md
+++ b/docs/projectIssue.python.md
@@ -4,7 +4,7 @@
### ProjectIssue
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue gitlab_project_issue}.
#### Initializers
@@ -66,7 +66,7 @@ projectIssue.ProjectIssue(
| discussion_to_resolve
| str
| The ID of a discussion to resolve. |
| due_date
| str
| The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| epic_issue_id
| typing.Union[int, float]
| The ID of the epic issue. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}. |
| iid
| typing.Union[int, float]
| The internal ID of the project's issue. |
| issue_type
| str
| The type of issue. Valid values are: `issue`, `incident`, `test_case`. |
| labels
| typing.List[str]
| The labels of an issue. |
@@ -144,7 +144,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.6.0/docs/resources/project_issue#project ProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#project ProjectIssue#project}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The title of the issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#title ProjectIssue#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#title ProjectIssue#title}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The IDs of the users to assign the issue to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set an issue to be confidential.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#confidential ProjectIssue#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#confidential ProjectIssue#confidential}
---
@@ -186,7 +186,7 @@ When the issue was created.
Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z. Requires administrator or project/group owner rights.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#created_at ProjectIssue#created_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#created_at ProjectIssue#created_at}
---
@@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether the issue is deleted instead of closed during destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
---
@@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of an issue. Limited to 1,048,576 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#description ProjectIssue#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#description ProjectIssue#description}
---
@@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether the issue is locked for discussions or not.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
---
@@ -228,7 +228,7 @@ The ID of a discussion to resolve.
This fills out the issue with a default description and mark the discussion as resolved. Use in combination with merge_request_to_resolve_discussions_of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
---
@@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#due_date ProjectIssue#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#due_date ProjectIssue#due_date}
---
@@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the epic issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
---
@@ -256,7 +256,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.6.0/docs/resources/project_issue#id ProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -269,7 +269,7 @@ If you experience problems setting this value it might not be settable. Please t
The internal ID of the project's issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#iid ProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#iid ProjectIssue#iid}
---
@@ -279,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The type of issue. Valid values are: `issue`, `incident`, `test_case`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
---
@@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The labels of an issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#labels ProjectIssue#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#labels ProjectIssue#labels}
---
@@ -301,7 +301,7 @@ The IID of a merge request in which to resolve all issues.
This fills out the issue with a default description and mark all discussions as resolved. When passing a description or title, these values take precedence over the default values.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
---
@@ -313,7 +313,7 @@ The global ID of a milestone to assign issue.
To find the milestone_id associated with a milestone, view an issue with the milestone assigned and use the API to retrieve the issue's details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
---
@@ -323,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The state of the issue. Valid values are: `opened`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#state ProjectIssue#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#state ProjectIssue#state}
---
@@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When the issue was updated. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
---
@@ -343,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The weight of the issue. Valid values are greater than or equal to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#weight ProjectIssue#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#weight ProjectIssue#weight}
---
@@ -942,7 +942,7 @@ The construct id used in the generated config for the ProjectIssue to import.
The id of the existing ProjectIssue that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_issue#import import section} in the documentation of this resource for the id to use
---
@@ -1868,7 +1868,7 @@ projectIssue.ProjectIssueConfig(
| discussion_to_resolve
| str
| The ID of a discussion to resolve. |
| due_date
| str
| The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| epic_issue_id
| typing.Union[int, float]
| The ID of the epic issue. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}. |
| iid
| typing.Union[int, float]
| The internal ID of the project's issue. |
| issue_type
| str
| The type of issue. Valid values are: `issue`, `incident`, `test_case`. |
| labels
| typing.List[str]
| The labels of an issue. |
@@ -1960,7 +1960,7 @@ project: str
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#project ProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#project ProjectIssue#project}
---
@@ -1974,7 +1974,7 @@ title: str
The title of the issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#title ProjectIssue#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#title ProjectIssue#title}
---
@@ -1988,7 +1988,7 @@ assignee_ids: typing.List[typing.Union[int, float]]
The IDs of the users to assign the issue to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
---
@@ -2002,7 +2002,7 @@ confidential: typing.Union[bool, IResolvable]
Set an issue to be confidential.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#confidential ProjectIssue#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#confidential ProjectIssue#confidential}
---
@@ -2018,7 +2018,7 @@ When the issue was created.
Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z. Requires administrator or project/group owner rights.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#created_at ProjectIssue#created_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#created_at ProjectIssue#created_at}
---
@@ -2032,7 +2032,7 @@ delete_on_destroy: typing.Union[bool, IResolvable]
Whether the issue is deleted instead of closed during destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
---
@@ -2046,7 +2046,7 @@ description: str
The description of an issue. Limited to 1,048,576 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#description ProjectIssue#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#description ProjectIssue#description}
---
@@ -2060,7 +2060,7 @@ discussion_locked: typing.Union[bool, IResolvable]
Whether the issue is locked for discussions or not.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
---
@@ -2076,7 +2076,7 @@ The ID of a discussion to resolve.
This fills out the issue with a default description and mark the discussion as resolved. Use in combination with merge_request_to_resolve_discussions_of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
---
@@ -2090,7 +2090,7 @@ due_date: str
The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#due_date ProjectIssue#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#due_date ProjectIssue#due_date}
---
@@ -2104,7 +2104,7 @@ epic_issue_id: typing.Union[int, float]
The ID of the epic issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
---
@@ -2116,7 +2116,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2133,7 +2133,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.6.0/docs/resources/project_issue#iid ProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#iid ProjectIssue#iid}
---
@@ -2147,7 +2147,7 @@ issue_type: str
The type of issue. Valid values are: `issue`, `incident`, `test_case`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
---
@@ -2161,7 +2161,7 @@ labels: typing.List[str]
The labels of an issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#labels ProjectIssue#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#labels ProjectIssue#labels}
---
@@ -2177,7 +2177,7 @@ The IID of a merge request in which to resolve all issues.
This fills out the issue with a default description and mark all discussions as resolved. When passing a description or title, these values take precedence over the default values.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
---
@@ -2193,7 +2193,7 @@ The global ID of a milestone to assign issue.
To find the milestone_id associated with a milestone, view an issue with the milestone assigned and use the API to retrieve the issue's details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
---
@@ -2207,7 +2207,7 @@ state: str
The state of the issue. Valid values are: `opened`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#state ProjectIssue#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#state ProjectIssue#state}
---
@@ -2221,7 +2221,7 @@ updated_at: str
When the issue was updated. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
---
@@ -2235,7 +2235,7 @@ weight: typing.Union[int, float]
The weight of the issue. Valid values are greater than or equal to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#weight ProjectIssue#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#weight ProjectIssue#weight}
---
diff --git a/docs/projectIssue.typescript.md b/docs/projectIssue.typescript.md
index 2a21c668a..e412bb26f 100644
--- a/docs/projectIssue.typescript.md
+++ b/docs/projectIssue.typescript.md
@@ -4,7 +4,7 @@
### ProjectIssue
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue gitlab_project_issue}.
#### Initializers
@@ -593,7 +593,7 @@ The construct id used in the generated config for the ProjectIssue to import.
The id of the existing ProjectIssue that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_issue#import import section} in the documentation of this resource for the id to use
---
@@ -1491,7 +1491,7 @@ const projectIssueConfig: projectIssue.ProjectIssueConfig = { ... }
| discussionToResolve
| string
| The ID of a discussion to resolve. |
| dueDate
| string
| The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| epicIssueId
| number
| The ID of the epic issue. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}. |
| iid
| number
| The internal ID of the project's issue. |
| issueType
| string
| The type of issue. Valid values are: `issue`, `incident`, `test_case`. |
| labels
| string[]
| The labels of an issue. |
@@ -1583,7 +1583,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.6.0/docs/resources/project_issue#project ProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#project ProjectIssue#project}
---
@@ -1597,7 +1597,7 @@ public readonly title: string;
The title of the issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#title ProjectIssue#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#title ProjectIssue#title}
---
@@ -1611,7 +1611,7 @@ public readonly assigneeIds: number[];
The IDs of the users to assign the issue to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
---
@@ -1625,7 +1625,7 @@ public readonly confidential: boolean | IResolvable;
Set an issue to be confidential.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#confidential ProjectIssue#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#confidential ProjectIssue#confidential}
---
@@ -1641,7 +1641,7 @@ When the issue was created.
Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z. Requires administrator or project/group owner rights.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#created_at ProjectIssue#created_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#created_at ProjectIssue#created_at}
---
@@ -1655,7 +1655,7 @@ public readonly deleteOnDestroy: boolean | IResolvable;
Whether the issue is deleted instead of closed during destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
---
@@ -1669,7 +1669,7 @@ public readonly description: string;
The description of an issue. Limited to 1,048,576 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#description ProjectIssue#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#description ProjectIssue#description}
---
@@ -1683,7 +1683,7 @@ public readonly discussionLocked: boolean | IResolvable;
Whether the issue is locked for discussions or not.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
---
@@ -1699,7 +1699,7 @@ The ID of a discussion to resolve.
This fills out the issue with a default description and mark the discussion as resolved. Use in combination with merge_request_to_resolve_discussions_of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
---
@@ -1713,7 +1713,7 @@ public readonly dueDate: string;
The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#due_date ProjectIssue#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#due_date ProjectIssue#due_date}
---
@@ -1727,7 +1727,7 @@ public readonly epicIssueId: number;
The ID of the epic issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
---
@@ -1739,7 +1739,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1756,7 +1756,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.6.0/docs/resources/project_issue#iid ProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#iid ProjectIssue#iid}
---
@@ -1770,7 +1770,7 @@ public readonly issueType: string;
The type of issue. Valid values are: `issue`, `incident`, `test_case`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
---
@@ -1784,7 +1784,7 @@ public readonly labels: string[];
The labels of an issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#labels ProjectIssue#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#labels ProjectIssue#labels}
---
@@ -1800,7 +1800,7 @@ The IID of a merge request in which to resolve all issues.
This fills out the issue with a default description and mark all discussions as resolved. When passing a description or title, these values take precedence over the default values.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
---
@@ -1816,7 +1816,7 @@ The global ID of a milestone to assign issue.
To find the milestone_id associated with a milestone, view an issue with the milestone assigned and use the API to retrieve the issue's details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
---
@@ -1830,7 +1830,7 @@ public readonly state: string;
The state of the issue. Valid values are: `opened`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#state ProjectIssue#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#state ProjectIssue#state}
---
@@ -1844,7 +1844,7 @@ public readonly updatedAt: string;
When the issue was updated. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
---
@@ -1858,7 +1858,7 @@ public readonly weight: number;
The weight of the issue. Valid values are greater than or equal to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#weight ProjectIssue#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#weight ProjectIssue#weight}
---
diff --git a/docs/projectIssueBoard.csharp.md b/docs/projectIssueBoard.csharp.md
index 687bdbf42..d4670bf09 100644
--- a/docs/projectIssueBoard.csharp.md
+++ b/docs/projectIssueBoard.csharp.md
@@ -4,7 +4,7 @@
### ProjectIssueBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board gitlab_project_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board gitlab_project_issue_board}.
#### Initializers
@@ -522,7 +522,7 @@ The construct id used in the generated config for the ProjectIssueBoard to impor
The id of the existing ProjectIssueBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_issue_board#import import section} in the documentation of this resource for the id to use
---
@@ -933,7 +933,7 @@ new ProjectIssueBoardConfig {
| Name
| string
| The name of the board. |
| Project
| string
| The ID or full path of the project maintained by the authenticated user. |
| AssigneeId
| double
| The assignee the board should be scoped to. Requires a GitLab EE license. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
| Labels
| string[]
| The list of label names which the board should be scoped to. Requires a GitLab EE license. |
| Lists
| object
| lists block. |
| MilestoneId
| double
| The milestone the board should be scoped to. Requires a GitLab EE license. |
@@ -1021,7 +1021,7 @@ public string Name { get; set; }
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#name ProjectIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#name ProjectIssueBoard#name}
---
@@ -1035,7 +1035,7 @@ public string Project { get; set; }
The 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.6.0/docs/resources/project_issue_board#project ProjectIssueBoard#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#project ProjectIssueBoard#project}
---
@@ -1049,7 +1049,7 @@ public double AssigneeId { get; set; }
The assignee the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
---
@@ -1061,7 +1061,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1078,7 +1078,7 @@ public string[] Labels { get; set; }
The list of label names which the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
---
@@ -1092,7 +1092,7 @@ public object Lists { get; set; }
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
---
@@ -1106,7 +1106,7 @@ public double MilestoneId { get; set; }
The milestone the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
---
@@ -1122,7 +1122,7 @@ The weight range from 0 to 9, to which the board should be scoped to.
Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
---
@@ -1162,7 +1162,7 @@ public double AssigneeId { get; set; }
The ID of the assignee the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
---
@@ -1176,7 +1176,7 @@ public double IterationId { get; set; }
The ID of the iteration the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
---
@@ -1190,7 +1190,7 @@ public double LabelId { get; set; }
The ID of the label the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
---
@@ -1204,7 +1204,7 @@ public double MilestoneId { get; set; }
The ID of the milestone the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
---
diff --git a/docs/projectIssueBoard.go.md b/docs/projectIssueBoard.go.md
index 9f06cb6ae..85fb3587f 100644
--- a/docs/projectIssueBoard.go.md
+++ b/docs/projectIssueBoard.go.md
@@ -4,7 +4,7 @@
### ProjectIssueBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board gitlab_project_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board gitlab_project_issue_board}.
#### Initializers
@@ -522,7 +522,7 @@ The construct id used in the generated config for the ProjectIssueBoard to impor
The id of the existing ProjectIssueBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_issue_board#import import section} in the documentation of this resource for the id to use
---
@@ -933,7 +933,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectissueboard"
| Name
| *string
| The name of the board. |
| Project
| *string
| The ID or full path of the project maintained by the authenticated user. |
| AssigneeId
| *f64
| The assignee the board should be scoped to. Requires a GitLab EE license. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
| Labels
| *[]*string
| The list of label names which the board should be scoped to. Requires a GitLab EE license. |
| Lists
| interface{}
| lists block. |
| MilestoneId
| *f64
| The milestone the board should be scoped to. Requires a GitLab EE license. |
@@ -1021,7 +1021,7 @@ Name *string
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#name ProjectIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#name ProjectIssueBoard#name}
---
@@ -1035,7 +1035,7 @@ Project *string
The 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.6.0/docs/resources/project_issue_board#project ProjectIssueBoard#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#project ProjectIssueBoard#project}
---
@@ -1049,7 +1049,7 @@ AssigneeId *f64
The assignee the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
---
@@ -1061,7 +1061,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1078,7 +1078,7 @@ Labels *[]*string
The list of label names which the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
---
@@ -1092,7 +1092,7 @@ Lists interface{}
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
---
@@ -1106,7 +1106,7 @@ MilestoneId *f64
The milestone the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
---
@@ -1122,7 +1122,7 @@ The weight range from 0 to 9, to which the board should be scoped to.
Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
---
@@ -1162,7 +1162,7 @@ AssigneeId *f64
The ID of the assignee the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
---
@@ -1176,7 +1176,7 @@ IterationId *f64
The ID of the iteration the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
---
@@ -1190,7 +1190,7 @@ LabelId *f64
The ID of the label the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
---
@@ -1204,7 +1204,7 @@ MilestoneId *f64
The ID of the milestone the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
---
diff --git a/docs/projectIssueBoard.java.md b/docs/projectIssueBoard.java.md
index de6d42ca2..77ac4d8a5 100644
--- a/docs/projectIssueBoard.java.md
+++ b/docs/projectIssueBoard.java.md
@@ -4,7 +4,7 @@
### ProjectIssueBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board gitlab_project_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board gitlab_project_issue_board}.
#### Initializers
@@ -49,7 +49,7 @@ ProjectIssueBoard.Builder.create(Construct scope, java.lang.String id)
| name
| java.lang.String
| The name of the board. |
| project
| java.lang.String
| The ID or full path of the project maintained by the authenticated user. |
| assigneeId
| java.lang.Number
| The assignee the board should be scoped to. Requires a GitLab EE license. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
| labels
| java.util.List
| The list of label names which the board should be scoped to. Requires a GitLab EE license. |
| lists
| com.hashicorp.cdktf.IResolvable OR java.util.List<ProjectIssueBoardLists>
| lists block. |
| milestoneId
| java.lang.Number
| The milestone the board should be scoped to. Requires a GitLab EE license. |
@@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#name ProjectIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#name ProjectIssueBoard#name}
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The 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.6.0/docs/resources/project_issue_board#project ProjectIssueBoard#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#project ProjectIssueBoard#project}
---
@@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The assignee the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
---
@@ -151,7 +151,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.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -164,7 +164,7 @@ If you experience problems setting this value it might not be settable. Please t
The list of label names which the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
---
@@ -174,7 +174,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.6.0/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The milestone the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
---
@@ -196,7 +196,7 @@ The weight range from 0 to 9, to which the board should be scoped to.
Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
---
@@ -678,7 +678,7 @@ The construct id used in the generated config for the ProjectIssueBoard to impor
The id of the existing ProjectIssueBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_issue_board#import import section} in the documentation of this resource for the id to use
---
@@ -1094,7 +1094,7 @@ ProjectIssueBoardConfig.builder()
| name
| java.lang.String
| The name of the board. |
| project
| java.lang.String
| The ID or full path of the project maintained by the authenticated user. |
| assigneeId
| java.lang.Number
| The assignee the board should be scoped to. Requires a GitLab EE license. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
| labels
| java.util.List
| The list of label names which the board should be scoped to. Requires a GitLab EE license. |
| lists
| com.hashicorp.cdktf.IResolvable OR java.util.List<ProjectIssueBoardLists>
| lists block. |
| milestoneId
| java.lang.Number
| The milestone the board should be scoped to. Requires a GitLab EE license. |
@@ -1182,7 +1182,7 @@ public java.lang.String getName();
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#name ProjectIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#name ProjectIssueBoard#name}
---
@@ -1196,7 +1196,7 @@ public java.lang.String getProject();
The 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.6.0/docs/resources/project_issue_board#project ProjectIssueBoard#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#project ProjectIssueBoard#project}
---
@@ -1210,7 +1210,7 @@ public java.lang.Number getAssigneeId();
The assignee the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
---
@@ -1222,7 +1222,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1239,7 +1239,7 @@ public java.util.List getLabels();
The list of label names which the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
---
@@ -1253,7 +1253,7 @@ public java.lang.Object getLists();
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
---
@@ -1267,7 +1267,7 @@ public java.lang.Number getMilestoneId();
The milestone the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
---
@@ -1283,7 +1283,7 @@ The weight range from 0 to 9, to which the board should be scoped to.
Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
---
@@ -1323,7 +1323,7 @@ public java.lang.Number getAssigneeId();
The ID of the assignee the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
---
@@ -1337,7 +1337,7 @@ public java.lang.Number getIterationId();
The ID of the iteration the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
---
@@ -1351,7 +1351,7 @@ public java.lang.Number getLabelId();
The ID of the label the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
---
@@ -1365,7 +1365,7 @@ public java.lang.Number getMilestoneId();
The ID of the milestone the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
---
diff --git a/docs/projectIssueBoard.python.md b/docs/projectIssueBoard.python.md
index 3b6971458..a24a160cd 100644
--- a/docs/projectIssueBoard.python.md
+++ b/docs/projectIssueBoard.python.md
@@ -4,7 +4,7 @@
### ProjectIssueBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board gitlab_project_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board gitlab_project_issue_board}.
#### Initializers
@@ -46,7 +46,7 @@ projectIssueBoard.ProjectIssueBoard(
| name
| str
| The name of the board. |
| project
| str
| The ID or full path of the project maintained by the authenticated user. |
| assignee_id
| typing.Union[int, float]
| The assignee the board should be scoped to. Requires a GitLab EE license. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
| labels
| typing.List[str]
| The list of label names which the board should be scoped to. Requires a GitLab EE license. |
| lists
| typing.Union[cdktf.IResolvable, typing.List[ProjectIssueBoardLists]]
| lists block. |
| milestone_id
| typing.Union[int, float]
| The milestone the board should be scoped to. Requires a GitLab EE license. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#name ProjectIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#name ProjectIssueBoard#name}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The 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.6.0/docs/resources/project_issue_board#project ProjectIssueBoard#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#project ProjectIssueBoard#project}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The assignee the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
---
@@ -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.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -161,7 +161,7 @@ If you experience problems setting this value it might not be settable. Please t
The list of label names which the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
---
@@ -171,7 +171,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.6.0/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
---
@@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The milestone the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
---
@@ -193,7 +193,7 @@ The weight range from 0 to 9, to which the board should be scoped to.
Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
---
@@ -723,7 +723,7 @@ The construct id used in the generated config for the ProjectIssueBoard to impor
The id of the existing ProjectIssueBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_issue_board#import import section} in the documentation of this resource for the id to use
---
@@ -1134,7 +1134,7 @@ projectIssueBoard.ProjectIssueBoardConfig(
| name
| str
| The name of the board. |
| project
| str
| The ID or full path of the project maintained by the authenticated user. |
| assignee_id
| typing.Union[int, float]
| The assignee the board should be scoped to. Requires a GitLab EE license. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
| labels
| typing.List[str]
| The list of label names which the board should be scoped to. Requires a GitLab EE license. |
| lists
| typing.Union[cdktf.IResolvable, typing.List[ProjectIssueBoardLists]]
| lists block. |
| milestone_id
| typing.Union[int, float]
| The milestone the board should be scoped to. Requires a GitLab EE license. |
@@ -1222,7 +1222,7 @@ name: str
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#name ProjectIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#name ProjectIssueBoard#name}
---
@@ -1236,7 +1236,7 @@ project: str
The 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.6.0/docs/resources/project_issue_board#project ProjectIssueBoard#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#project ProjectIssueBoard#project}
---
@@ -1250,7 +1250,7 @@ assignee_id: typing.Union[int, float]
The assignee the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
---
@@ -1262,7 +1262,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ labels: typing.List[str]
The list of label names which the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
---
@@ -1293,7 +1293,7 @@ lists: typing.Union[IResolvable, typing.List[ProjectIssueBoardLists]]
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
---
@@ -1307,7 +1307,7 @@ milestone_id: typing.Union[int, float]
The milestone the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
---
@@ -1323,7 +1323,7 @@ The weight range from 0 to 9, to which the board should be scoped to.
Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
---
@@ -1363,7 +1363,7 @@ assignee_id: typing.Union[int, float]
The ID of the assignee the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
---
@@ -1377,7 +1377,7 @@ iteration_id: typing.Union[int, float]
The ID of the iteration the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
---
@@ -1391,7 +1391,7 @@ label_id: typing.Union[int, float]
The ID of the label the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
---
@@ -1405,7 +1405,7 @@ milestone_id: typing.Union[int, float]
The ID of the milestone the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
---
diff --git a/docs/projectIssueBoard.typescript.md b/docs/projectIssueBoard.typescript.md
index 8d9c4eea1..9f31b4456 100644
--- a/docs/projectIssueBoard.typescript.md
+++ b/docs/projectIssueBoard.typescript.md
@@ -4,7 +4,7 @@
### ProjectIssueBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board gitlab_project_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board gitlab_project_issue_board}.
#### Initializers
@@ -522,7 +522,7 @@ The construct id used in the generated config for the ProjectIssueBoard to impor
The id of the existing ProjectIssueBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_issue_board#import import section} in the documentation of this resource for the id to use
---
@@ -917,7 +917,7 @@ const projectIssueBoardConfig: projectIssueBoard.ProjectIssueBoardConfig = { ...
| name
| string
| The name of the board. |
| project
| string
| The ID or full path of the project maintained by the authenticated user. |
| assigneeId
| number
| The assignee the board should be scoped to. Requires a GitLab EE license. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}. |
| labels
| string[]
| The list of label names which the board should be scoped to. Requires a GitLab EE license. |
| lists
| cdktf.IResolvable \| ProjectIssueBoardLists[]
| lists block. |
| milestoneId
| number
| The milestone the board should be scoped to. Requires a GitLab EE license. |
@@ -1005,7 +1005,7 @@ public readonly name: string;
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#name ProjectIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#name ProjectIssueBoard#name}
---
@@ -1019,7 +1019,7 @@ public readonly project: string;
The 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.6.0/docs/resources/project_issue_board#project ProjectIssueBoard#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#project ProjectIssueBoard#project}
---
@@ -1033,7 +1033,7 @@ public readonly assigneeId: number;
The assignee the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
---
@@ -1045,7 +1045,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1062,7 +1062,7 @@ public readonly labels: string[];
The list of label names which the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
---
@@ -1076,7 +1076,7 @@ public readonly lists: IResolvable | ProjectIssueBoardLists[];
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
---
@@ -1090,7 +1090,7 @@ public readonly milestoneId: number;
The milestone the board should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
---
@@ -1106,7 +1106,7 @@ The weight range from 0 to 9, to which the board should be scoped to.
Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
---
@@ -1141,7 +1141,7 @@ public readonly assigneeId: number;
The ID of the assignee the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
---
@@ -1155,7 +1155,7 @@ public readonly iterationId: number;
The ID of the iteration the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
---
@@ -1169,7 +1169,7 @@ public readonly labelId: number;
The ID of the label the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
---
@@ -1183,7 +1183,7 @@ public readonly milestoneId: number;
The ID of the milestone the list should be scoped to. Requires a GitLab EE license.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
---
diff --git a/docs/projectJobTokenScope.csharp.md b/docs/projectJobTokenScope.csharp.md
index ea298a52a..09b6dd058 100644
--- a/docs/projectJobTokenScope.csharp.md
+++ b/docs/projectJobTokenScope.csharp.md
@@ -4,7 +4,7 @@
### ProjectJobTokenScope
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope gitlab_project_job_token_scope}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope gitlab_project_job_token_scope}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ProjectJobTokenScope to im
The id of the existing ProjectJobTokenScope that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#import import section} in the documentation of this resource for the id to use
---
@@ -833,7 +833,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.6.0/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
---
@@ -847,7 +847,7 @@ public double TargetProjectId { get; set; }
The ID of the project that is in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
---
diff --git a/docs/projectJobTokenScope.go.md b/docs/projectJobTokenScope.go.md
index 4219cbd21..faacc0f6e 100644
--- a/docs/projectJobTokenScope.go.md
+++ b/docs/projectJobTokenScope.go.md
@@ -4,7 +4,7 @@
### ProjectJobTokenScope
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope gitlab_project_job_token_scope}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope gitlab_project_job_token_scope}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ProjectJobTokenScope to im
The id of the existing ProjectJobTokenScope that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#import import section} in the documentation of this resource for the id to use
---
@@ -833,7 +833,7 @@ Project *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/resources/project_job_token_scope#project ProjectJobTokenScope#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
---
@@ -847,7 +847,7 @@ TargetProjectId *f64
The ID of the project that is in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
---
diff --git a/docs/projectJobTokenScope.java.md b/docs/projectJobTokenScope.java.md
index c427e277e..a34ec0da3 100644
--- a/docs/projectJobTokenScope.java.md
+++ b/docs/projectJobTokenScope.java.md
@@ -4,7 +4,7 @@
### ProjectJobTokenScope
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope gitlab_project_job_token_scope}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope gitlab_project_job_token_scope}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the project that is in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
---
@@ -547,7 +547,7 @@ The construct id used in the generated config for the ProjectJobTokenScope to im
The id of the existing ProjectJobTokenScope that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#import import section} in the documentation of this resource for the id to use
---
@@ -917,7 +917,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.6.0/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
---
@@ -931,7 +931,7 @@ public java.lang.Number getTargetProjectId();
The ID of the project that is in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
---
diff --git a/docs/projectJobTokenScope.python.md b/docs/projectJobTokenScope.python.md
index c65e7f2cb..3415e56a4 100644
--- a/docs/projectJobTokenScope.python.md
+++ b/docs/projectJobTokenScope.python.md
@@ -4,7 +4,7 @@
### ProjectJobTokenScope
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope gitlab_project_job_token_scope}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope gitlab_project_job_token_scope}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the project that is in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
---
@@ -591,7 +591,7 @@ The construct id used in the generated config for the ProjectJobTokenScope to im
The id of the existing ProjectJobTokenScope that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#import import section} in the documentation of this resource for the id to use
---
@@ -957,7 +957,7 @@ project: 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/resources/project_job_token_scope#project ProjectJobTokenScope#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
---
@@ -971,7 +971,7 @@ target_project_id: typing.Union[int, float]
The ID of the project that is in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
---
diff --git a/docs/projectJobTokenScope.typescript.md b/docs/projectJobTokenScope.typescript.md
index 44977aa77..b9b128d73 100644
--- a/docs/projectJobTokenScope.typescript.md
+++ b/docs/projectJobTokenScope.typescript.md
@@ -4,7 +4,7 @@
### ProjectJobTokenScope
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope gitlab_project_job_token_scope}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope gitlab_project_job_token_scope}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ProjectJobTokenScope to im
The id of the existing ProjectJobTokenScope that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#import import section} in the documentation of this resource for the id to use
---
@@ -823,7 +823,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.6.0/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
---
@@ -837,7 +837,7 @@ public readonly targetProjectId: number;
The ID of the project that is in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
---
diff --git a/docs/projectJobTokenScopes.csharp.md b/docs/projectJobTokenScopes.csharp.md
index 3e541ead8..3bb18dcf7 100644
--- a/docs/projectJobTokenScopes.csharp.md
+++ b/docs/projectJobTokenScopes.csharp.md
@@ -4,7 +4,7 @@
### ProjectJobTokenScopes
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the ProjectJobTokenScopes to i
The id of the existing ProjectJobTokenScopes that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#import import section} in the documentation of this resource for the id to use
---
@@ -909,7 +909,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.6.0/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
---
@@ -923,7 +923,7 @@ public double ProjectId { get; set; }
The ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
---
@@ -937,7 +937,7 @@ public double[] TargetGroupIds { get; set; }
A set of group IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
---
@@ -951,7 +951,7 @@ public double[] TargetProjectIds { get; set; }
A set of project IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
---
diff --git a/docs/projectJobTokenScopes.go.md b/docs/projectJobTokenScopes.go.md
index fe6278d50..69c921a61 100644
--- a/docs/projectJobTokenScopes.go.md
+++ b/docs/projectJobTokenScopes.go.md
@@ -4,7 +4,7 @@
### ProjectJobTokenScopes
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the ProjectJobTokenScopes to i
The id of the existing ProjectJobTokenScopes that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#import import section} in the documentation of this resource for the id to use
---
@@ -909,7 +909,7 @@ Project *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/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
---
@@ -923,7 +923,7 @@ ProjectId *f64
The ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
---
@@ -937,7 +937,7 @@ TargetGroupIds *[]*f64
A set of group IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
---
@@ -951,7 +951,7 @@ TargetProjectIds *[]*f64
A set of project IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
---
diff --git a/docs/projectJobTokenScopes.java.md b/docs/projectJobTokenScopes.java.md
index 831429d39..1979da493 100644
--- a/docs/projectJobTokenScopes.java.md
+++ b/docs/projectJobTokenScopes.java.md
@@ -4,7 +4,7 @@
### ProjectJobTokenScopes
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
---
@@ -124,7 +124,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.6.0/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A set of group IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A set of project IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
---
@@ -599,7 +599,7 @@ The construct id used in the generated config for the ProjectJobTokenScopes to i
The id of the existing ProjectJobTokenScopes that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#import import section} in the documentation of this resource for the id to use
---
@@ -1017,7 +1017,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.6.0/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
---
@@ -1031,7 +1031,7 @@ public java.lang.Number getProjectId();
The ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
---
@@ -1045,7 +1045,7 @@ public java.util.List getTargetGroupIds();
A set of group IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
---
@@ -1059,7 +1059,7 @@ public java.util.List getTargetProjectIds();
A set of project IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
---
diff --git a/docs/projectJobTokenScopes.python.md b/docs/projectJobTokenScopes.python.md
index aced1b31b..a1eddcf19 100644
--- a/docs/projectJobTokenScopes.python.md
+++ b/docs/projectJobTokenScopes.python.md
@@ -4,7 +4,7 @@
### ProjectJobTokenScopes
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
---
@@ -122,7 +122,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.6.0/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A set of group IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A set of project IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
---
@@ -643,7 +643,7 @@ The construct id used in the generated config for the ProjectJobTokenScopes to i
The id of the existing ProjectJobTokenScopes that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#import import section} in the documentation of this resource for the id to use
---
@@ -1057,7 +1057,7 @@ project: 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/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
---
@@ -1071,7 +1071,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.6.0/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
---
@@ -1085,7 +1085,7 @@ target_group_ids: typing.List[typing.Union[int, float]]
A set of group IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
---
@@ -1099,7 +1099,7 @@ target_project_ids: typing.List[typing.Union[int, float]]
A set of project IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
---
diff --git a/docs/projectJobTokenScopes.typescript.md b/docs/projectJobTokenScopes.typescript.md
index 9276c605c..c810f5e06 100644
--- a/docs/projectJobTokenScopes.typescript.md
+++ b/docs/projectJobTokenScopes.typescript.md
@@ -4,7 +4,7 @@
### ProjectJobTokenScopes
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the ProjectJobTokenScopes to i
The id of the existing ProjectJobTokenScopes that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#import import section} in the documentation of this resource for the id to use
---
@@ -897,7 +897,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.6.0/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
---
@@ -911,7 +911,7 @@ public readonly projectId: number;
The ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
---
@@ -925,7 +925,7 @@ public readonly targetGroupIds: number[];
A set of group IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
---
@@ -939,7 +939,7 @@ public readonly targetProjectIds: number[];
A set of project IDs that are in the CI/CD job token inbound allowlist.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
---
diff --git a/docs/projectLabel.csharp.md b/docs/projectLabel.csharp.md
index 5642d15e2..874f9104e 100644
--- a/docs/projectLabel.csharp.md
+++ b/docs/projectLabel.csharp.md
@@ -4,7 +4,7 @@
### ProjectLabel
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label gitlab_project_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label gitlab_project_label}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectLabel to import.
The id of the existing ProjectLabel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_label#import import section} in the documentation of this resource for the id to use
---
@@ -835,7 +835,7 @@ new ProjectLabelConfig {
| 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.6.0/docs/resources/project_label#id ProjectLabel#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#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.6.0/docs/resources/project_label#color ProjectLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#color ProjectLabel#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.6.0/docs/resources/project_label#name ProjectLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#name ProjectLabel#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.6.0/docs/resources/project_label#project ProjectLabel#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#project ProjectLabel#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.6.0/docs/resources/project_label#description ProjectLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#description ProjectLabel#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.6.0/docs/resources/project_label#id ProjectLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectLabel.go.md b/docs/projectLabel.go.md
index 3a45d34f6..727fdc166 100644
--- a/docs/projectLabel.go.md
+++ b/docs/projectLabel.go.md
@@ -4,7 +4,7 @@
### ProjectLabel
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label gitlab_project_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label gitlab_project_label}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectLabel to import.
The id of the existing ProjectLabel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_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/projectlabel"
| 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.6.0/docs/resources/project_label#id ProjectLabel#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#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.6.0/docs/resources/project_label#color ProjectLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#color ProjectLabel#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.6.0/docs/resources/project_label#name ProjectLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#name ProjectLabel#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.6.0/docs/resources/project_label#project ProjectLabel#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#project ProjectLabel#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.6.0/docs/resources/project_label#description ProjectLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#description ProjectLabel#description}
---
@@ -973,7 +973,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label#id ProjectLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectLabel.java.md b/docs/projectLabel.java.md
index de4982459..a8d497637 100644
--- a/docs/projectLabel.java.md
+++ b/docs/projectLabel.java.md
@@ -4,7 +4,7 @@
### ProjectLabel
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label gitlab_project_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label gitlab_project_label}.
#### Initializers
@@ -46,7 +46,7 @@ ProjectLabel.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.6.0/docs/resources/project_label#id ProjectLabel#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#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.6.0/docs/resources/project_label#color ProjectLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#color ProjectLabel#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.6.0/docs/resources/project_label#name ProjectLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#name ProjectLabel#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.6.0/docs/resources/project_label#project ProjectLabel#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#project ProjectLabel#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.6.0/docs/resources/project_label#description ProjectLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#description ProjectLabel#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.6.0/docs/resources/project_label#id ProjectLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 ProjectLabel to import.
The id of the existing ProjectLabel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_label#import import section} in the documentation of this resource for the id to use
---
@@ -956,7 +956,7 @@ ProjectLabelConfig.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.6.0/docs/resources/project_label#id ProjectLabel#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#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.6.0/docs/resources/project_label#color ProjectLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#color ProjectLabel#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.6.0/docs/resources/project_label#name ProjectLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#name ProjectLabel#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.6.0/docs/resources/project_label#project ProjectLabel#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#project ProjectLabel#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.6.0/docs/resources/project_label#description ProjectLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#description ProjectLabel#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.6.0/docs/resources/project_label#id ProjectLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectLabel.python.md b/docs/projectLabel.python.md
index 29cca579a..25c2d4c8c 100644
--- a/docs/projectLabel.python.md
+++ b/docs/projectLabel.python.md
@@ -4,7 +4,7 @@
### ProjectLabel
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label gitlab_project_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label gitlab_project_label}.
#### Initializers
@@ -44,7 +44,7 @@ projectLabel.ProjectLabel(
| 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.6.0/docs/resources/project_label#id ProjectLabel#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#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.6.0/docs/resources/project_label#color ProjectLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#color ProjectLabel#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.6.0/docs/resources/project_label#name ProjectLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#name ProjectLabel#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.6.0/docs/resources/project_label#project ProjectLabel#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#project ProjectLabel#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.6.0/docs/resources/project_label#description ProjectLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#description ProjectLabel#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.6.0/docs/resources/project_label#id ProjectLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 ProjectLabel to import.
The id of the existing ProjectLabel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_label#import import section} in the documentation of this resource for the id to use
---
@@ -996,7 +996,7 @@ projectLabel.ProjectLabelConfig(
| 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.6.0/docs/resources/project_label#id ProjectLabel#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#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.6.0/docs/resources/project_label#color ProjectLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#color ProjectLabel#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.6.0/docs/resources/project_label#name ProjectLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#name ProjectLabel#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.6.0/docs/resources/project_label#project ProjectLabel#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#project ProjectLabel#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.6.0/docs/resources/project_label#description ProjectLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#description ProjectLabel#description}
---
@@ -1134,7 +1134,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label#id ProjectLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectLabel.typescript.md b/docs/projectLabel.typescript.md
index a6ea45e83..dd4971297 100644
--- a/docs/projectLabel.typescript.md
+++ b/docs/projectLabel.typescript.md
@@ -4,7 +4,7 @@
### ProjectLabel
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label gitlab_project_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label gitlab_project_label}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectLabel to import.
The id of the existing ProjectLabel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_label#import import section} in the documentation of this resource for the id to use
---
@@ -822,7 +822,7 @@ const projectLabelConfig: projectLabel.ProjectLabelConfig = { ... }
| 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.6.0/docs/resources/project_label#id ProjectLabel#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#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.6.0/docs/resources/project_label#color ProjectLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#color ProjectLabel#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.6.0/docs/resources/project_label#name ProjectLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#name ProjectLabel#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.6.0/docs/resources/project_label#project ProjectLabel#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#project ProjectLabel#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.6.0/docs/resources/project_label#description ProjectLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#description ProjectLabel#description}
---
@@ -960,7 +960,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label#id ProjectLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectLevelMrApprovals.csharp.md b/docs/projectLevelMrApprovals.csharp.md
index 17d689703..f605cc606 100644
--- a/docs/projectLevelMrApprovals.csharp.md
+++ b/docs/projectLevelMrApprovals.csharp.md
@@ -4,7 +4,7 @@
### ProjectLevelMrApprovals
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the ProjectLevelMrApprovals to
The id of the existing ProjectLevelMrApprovals that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#import import section} in the documentation of this resource for the id to use
---
@@ -995,7 +995,7 @@ public string Project { get; set; }
The ID or URL-encoded path of a project to change MR approval configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
---
@@ -1009,7 +1009,7 @@ public object DisableOverridingApproversPerMergeRequest { get; set; }
Set to `true` to disable overriding approvers per merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
---
@@ -1023,7 +1023,7 @@ public object MergeRequestsAuthorApproval { get; set; }
Set to `true` to allow merge requests authors to approve their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
---
@@ -1037,7 +1037,7 @@ public object MergeRequestsDisableCommittersApproval { get; set; }
Set to `true` to disable merge request committers from approving their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
---
@@ -1051,7 +1051,7 @@ public object RequirePasswordToApprove { get; set; }
Set to `true` to require authentication to approve merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
---
@@ -1067,7 +1067,7 @@ Set to `true` to remove all approvals in a merge request when new commits are pu
Default is `true`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
---
@@ -1081,7 +1081,7 @@ public object SelectiveCodeOwnerRemovals { get; set; }
Reset approvals from Code Owners if their files changed. Can be enabled only if reset_approvals_on_push is disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
---
diff --git a/docs/projectLevelMrApprovals.go.md b/docs/projectLevelMrApprovals.go.md
index b8952f828..51c6d60c0 100644
--- a/docs/projectLevelMrApprovals.go.md
+++ b/docs/projectLevelMrApprovals.go.md
@@ -4,7 +4,7 @@
### ProjectLevelMrApprovals
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the ProjectLevelMrApprovals to
The id of the existing ProjectLevelMrApprovals that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#import import section} in the documentation of this resource for the id to use
---
@@ -995,7 +995,7 @@ Project *string
The ID or URL-encoded path of a project to change MR approval configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
---
@@ -1009,7 +1009,7 @@ DisableOverridingApproversPerMergeRequest interface{}
Set to `true` to disable overriding approvers per merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
---
@@ -1023,7 +1023,7 @@ MergeRequestsAuthorApproval interface{}
Set to `true` to allow merge requests authors to approve their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
---
@@ -1037,7 +1037,7 @@ MergeRequestsDisableCommittersApproval interface{}
Set to `true` to disable merge request committers from approving their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
---
@@ -1051,7 +1051,7 @@ RequirePasswordToApprove interface{}
Set to `true` to require authentication to approve merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
---
@@ -1067,7 +1067,7 @@ Set to `true` to remove all approvals in a merge request when new commits are pu
Default is `true`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
---
@@ -1081,7 +1081,7 @@ SelectiveCodeOwnerRemovals interface{}
Reset approvals from Code Owners if their files changed. Can be enabled only if reset_approvals_on_push is disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
---
diff --git a/docs/projectLevelMrApprovals.java.md b/docs/projectLevelMrApprovals.java.md
index e82f34fd9..41837a3e8 100644
--- a/docs/projectLevelMrApprovals.java.md
+++ b/docs/projectLevelMrApprovals.java.md
@@ -4,7 +4,7 @@
### ProjectLevelMrApprovals
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals}.
#### Initializers
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of a project to change MR approval configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to `true` to disable overriding approvers per merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to `true` to allow merge requests authors to approve their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to `true` to disable merge request committers from approving their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to `true` to require authentication to approve merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
---
@@ -178,7 +178,7 @@ Set to `true` to remove all approvals in a merge request when new commits are pu
Default is `true`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
---
@@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Reset approvals from Code Owners if their files changed. Can be enabled only if reset_approvals_on_push is disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
---
@@ -657,7 +657,7 @@ The construct id used in the generated config for the ProjectLevelMrApprovals to
The id of the existing ProjectLevelMrApprovals that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#import import section} in the documentation of this resource for the id to use
---
@@ -1153,7 +1153,7 @@ public java.lang.String getProject();
The ID or URL-encoded path of a project to change MR approval configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
---
@@ -1167,7 +1167,7 @@ public java.lang.Object getDisableOverridingApproversPerMergeRequest();
Set to `true` to disable overriding approvers per merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
---
@@ -1181,7 +1181,7 @@ public java.lang.Object getMergeRequestsAuthorApproval();
Set to `true` to allow merge requests authors to approve their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
---
@@ -1195,7 +1195,7 @@ public java.lang.Object getMergeRequestsDisableCommittersApproval();
Set to `true` to disable merge request committers from approving their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
---
@@ -1209,7 +1209,7 @@ public java.lang.Object getRequirePasswordToApprove();
Set to `true` to require authentication to approve merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
---
@@ -1225,7 +1225,7 @@ Set to `true` to remove all approvals in a merge request when new commits are pu
Default is `true`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
---
@@ -1239,7 +1239,7 @@ public java.lang.Object getSelectiveCodeOwnerRemovals();
Reset approvals from Code Owners if their files changed. Can be enabled only if reset_approvals_on_push is disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
---
diff --git a/docs/projectLevelMrApprovals.python.md b/docs/projectLevelMrApprovals.python.md
index 03b5f0423..1731dd4fa 100644
--- a/docs/projectLevelMrApprovals.python.md
+++ b/docs/projectLevelMrApprovals.python.md
@@ -4,7 +4,7 @@
### ProjectLevelMrApprovals
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals}.
#### Initializers
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of a project to change MR approval configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to `true` to disable overriding approvers per merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to `true` to allow merge requests authors to approve their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to `true` to disable merge request committers from approving their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to `true` to require authentication to approve merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
---
@@ -170,7 +170,7 @@ Set to `true` to remove all approvals in a merge request when new commits are pu
Default is `true`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Reset approvals from Code Owners if their files changed. Can be enabled only if reset_approvals_on_push is disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
---
@@ -695,7 +695,7 @@ The construct id used in the generated config for the ProjectLevelMrApprovals to
The id of the existing ProjectLevelMrApprovals that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#import import section} in the documentation of this resource for the id to use
---
@@ -1181,7 +1181,7 @@ project: str
The ID or URL-encoded path of a project to change MR approval configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
---
@@ -1195,7 +1195,7 @@ disable_overriding_approvers_per_merge_request: typing.Union[bool, IResolvable]
Set to `true` to disable overriding approvers per merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
---
@@ -1209,7 +1209,7 @@ merge_requests_author_approval: typing.Union[bool, IResolvable]
Set to `true` to allow merge requests authors to approve their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
---
@@ -1223,7 +1223,7 @@ merge_requests_disable_committers_approval: typing.Union[bool, IResolvable]
Set to `true` to disable merge request committers from approving their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
---
@@ -1237,7 +1237,7 @@ require_password_to_approve: typing.Union[bool, IResolvable]
Set to `true` to require authentication to approve merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
---
@@ -1253,7 +1253,7 @@ Set to `true` to remove all approvals in a merge request when new commits are pu
Default is `true`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
---
@@ -1267,7 +1267,7 @@ selective_code_owner_removals: typing.Union[bool, IResolvable]
Reset approvals from Code Owners if their files changed. Can be enabled only if reset_approvals_on_push is disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
---
diff --git a/docs/projectLevelMrApprovals.typescript.md b/docs/projectLevelMrApprovals.typescript.md
index 4366d5f2c..e802ce89e 100644
--- a/docs/projectLevelMrApprovals.typescript.md
+++ b/docs/projectLevelMrApprovals.typescript.md
@@ -4,7 +4,7 @@
### ProjectLevelMrApprovals
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the ProjectLevelMrApprovals to
The id of the existing ProjectLevelMrApprovals that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#import import section} in the documentation of this resource for the id to use
---
@@ -980,7 +980,7 @@ public readonly project: string;
The ID or URL-encoded path of a project to change MR approval configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
---
@@ -994,7 +994,7 @@ public readonly disableOverridingApproversPerMergeRequest: boolean | IResolvable
Set to `true` to disable overriding approvers per merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
---
@@ -1008,7 +1008,7 @@ public readonly mergeRequestsAuthorApproval: boolean | IResolvable;
Set to `true` to allow merge requests authors to approve their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
---
@@ -1022,7 +1022,7 @@ public readonly mergeRequestsDisableCommittersApproval: boolean | IResolvable;
Set to `true` to disable merge request committers from approving their own merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
---
@@ -1036,7 +1036,7 @@ public readonly requirePasswordToApprove: boolean | IResolvable;
Set to `true` to require authentication to approve merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
---
@@ -1052,7 +1052,7 @@ Set to `true` to remove all approvals in a merge request when new commits are pu
Default is `true`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
---
@@ -1066,7 +1066,7 @@ public readonly selectiveCodeOwnerRemovals: boolean | IResolvable;
Reset approvals from Code Owners if their files changed. Can be enabled only if reset_approvals_on_push is disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
---
diff --git a/docs/projectLevelNotifications.csharp.md b/docs/projectLevelNotifications.csharp.md
index 6a0aeda06..c3371386a 100644
--- a/docs/projectLevelNotifications.csharp.md
+++ b/docs/projectLevelNotifications.csharp.md
@@ -4,7 +4,7 @@
### ProjectLevelNotifications
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications gitlab_project_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications gitlab_project_level_notifications}.
#### Initializers
@@ -593,7 +593,7 @@ The construct id used in the generated config for the ProjectLevelNotifications
The id of the existing ProjectLevelNotifications that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_level_notifications#import import section} in the documentation of this resource for the id to use
---
@@ -1367,7 +1367,7 @@ public string Project { get; set; }
The ID or URL-encoded path of a project where notifications will be configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
---
@@ -1381,7 +1381,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.6.0/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
---
@@ -1395,7 +1395,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.6.0/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
---
@@ -1409,7 +1409,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.6.0/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
---
@@ -1423,7 +1423,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.6.0/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
---
@@ -1437,7 +1437,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.6.0/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
---
@@ -1451,7 +1451,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.6.0/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
---
@@ -1465,7 +1465,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.6.0/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
---
@@ -1479,7 +1479,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.6.0/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -1493,7 +1493,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.6.0/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
---
@@ -1507,7 +1507,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.6.0/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
---
@@ -1521,7 +1521,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.6.0/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
---
@@ -1535,7 +1535,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.6.0/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
---
@@ -1549,7 +1549,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.6.0/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
---
@@ -1563,7 +1563,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.6.0/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
---
@@ -1577,7 +1577,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.6.0/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
---
@@ -1591,7 +1591,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.6.0/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
---
@@ -1605,7 +1605,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.6.0/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
---
@@ -1619,7 +1619,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.6.0/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
---
diff --git a/docs/projectLevelNotifications.go.md b/docs/projectLevelNotifications.go.md
index d29a3351f..03ede4f11 100644
--- a/docs/projectLevelNotifications.go.md
+++ b/docs/projectLevelNotifications.go.md
@@ -4,7 +4,7 @@
### ProjectLevelNotifications
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications gitlab_project_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications gitlab_project_level_notifications}.
#### Initializers
@@ -593,7 +593,7 @@ The construct id used in the generated config for the ProjectLevelNotifications
The id of the existing ProjectLevelNotifications that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_level_notifications#import import section} in the documentation of this resource for the id to use
---
@@ -1367,7 +1367,7 @@ Project *string
The ID or URL-encoded path of a project where notifications will be configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
---
@@ -1381,7 +1381,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.6.0/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
---
@@ -1395,7 +1395,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.6.0/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
---
@@ -1409,7 +1409,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.6.0/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
---
@@ -1423,7 +1423,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.6.0/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
---
@@ -1437,7 +1437,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.6.0/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
---
@@ -1451,7 +1451,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.6.0/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
---
@@ -1465,7 +1465,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.6.0/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
---
@@ -1479,7 +1479,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.6.0/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -1493,7 +1493,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.6.0/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
---
@@ -1507,7 +1507,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.6.0/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
---
@@ -1521,7 +1521,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.6.0/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
---
@@ -1535,7 +1535,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.6.0/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
---
@@ -1549,7 +1549,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.6.0/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
---
@@ -1563,7 +1563,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.6.0/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
---
@@ -1577,7 +1577,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.6.0/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
---
@@ -1591,7 +1591,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.6.0/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
---
@@ -1605,7 +1605,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.6.0/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
---
@@ -1619,7 +1619,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.6.0/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
---
diff --git a/docs/projectLevelNotifications.java.md b/docs/projectLevelNotifications.java.md
index a217993a8..92a550202 100644
--- a/docs/projectLevelNotifications.java.md
+++ b/docs/projectLevelNotifications.java.md
@@ -4,7 +4,7 @@
### ProjectLevelNotifications
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications gitlab_project_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications gitlab_project_level_notifications}.
#### Initializers
@@ -161,7 +161,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of a project where notifications will be configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
---
@@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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.6.0/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
---
@@ -181,7 +181,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.6.0/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
---
@@ -191,7 +191,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.6.0/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
---
@@ -201,7 +201,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.6.0/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
---
@@ -211,7 +211,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.6.0/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
---
@@ -221,7 +221,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.6.0/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
---
@@ -231,7 +231,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.6.0/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
---
@@ -241,7 +241,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.6.0/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -251,7 +251,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.6.0/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
---
@@ -261,7 +261,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.6.0/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
---
@@ -271,7 +271,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.6.0/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
---
@@ -281,7 +281,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.6.0/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
---
@@ -291,7 +291,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.6.0/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
---
@@ -301,7 +301,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.6.0/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
---
@@ -311,7 +311,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.6.0/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
---
@@ -321,7 +321,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.6.0/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
---
@@ -331,7 +331,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.6.0/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
---
@@ -341,7 +341,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.6.0/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
---
@@ -894,7 +894,7 @@ The construct id used in the generated config for the ProjectLevelNotifications
The id of the existing ProjectLevelNotifications that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_level_notifications#import import section} in the documentation of this resource for the id to use
---
@@ -1689,7 +1689,7 @@ public java.lang.String getProject();
The ID or URL-encoded path of a project where notifications will be configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
---
@@ -1703,7 +1703,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.6.0/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
---
@@ -1717,7 +1717,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.6.0/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
---
@@ -1731,7 +1731,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.6.0/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
---
@@ -1745,7 +1745,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.6.0/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
---
@@ -1759,7 +1759,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.6.0/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
---
@@ -1773,7 +1773,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.6.0/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
---
@@ -1787,7 +1787,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.6.0/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
---
@@ -1801,7 +1801,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.6.0/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -1815,7 +1815,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.6.0/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
---
@@ -1829,7 +1829,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.6.0/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
---
@@ -1843,7 +1843,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.6.0/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
---
@@ -1857,7 +1857,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.6.0/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
---
@@ -1871,7 +1871,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.6.0/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
---
@@ -1885,7 +1885,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.6.0/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
---
@@ -1899,7 +1899,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.6.0/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
---
@@ -1913,7 +1913,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.6.0/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
---
@@ -1927,7 +1927,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.6.0/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
---
@@ -1941,7 +1941,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.6.0/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
---
diff --git a/docs/projectLevelNotifications.python.md b/docs/projectLevelNotifications.python.md
index 0cea29596..785abc836 100644
--- a/docs/projectLevelNotifications.python.md
+++ b/docs/projectLevelNotifications.python.md
@@ -4,7 +4,7 @@
### ProjectLevelNotifications
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications gitlab_project_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications gitlab_project_level_notifications}.
#### Initializers
@@ -142,7 +142,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of a project where notifications will be configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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.6.0/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
---
@@ -162,7 +162,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.6.0/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
---
@@ -172,7 +172,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.6.0/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
---
@@ -182,7 +182,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.6.0/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
---
@@ -192,7 +192,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.6.0/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
---
@@ -202,7 +202,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.6.0/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
---
@@ -212,7 +212,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.6.0/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
---
@@ -222,7 +222,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.6.0/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -232,7 +232,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.6.0/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
---
@@ -242,7 +242,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.6.0/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
---
@@ -252,7 +252,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.6.0/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
---
@@ -262,7 +262,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.6.0/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
---
@@ -272,7 +272,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.6.0/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
---
@@ -282,7 +282,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.6.0/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
---
@@ -292,7 +292,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.6.0/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
---
@@ -302,7 +302,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.6.0/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
---
@@ -312,7 +312,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.6.0/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
---
@@ -322,7 +322,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.6.0/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
---
@@ -921,7 +921,7 @@ The construct id used in the generated config for the ProjectLevelNotifications
The id of the existing ProjectLevelNotifications that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_level_notifications#import import section} in the documentation of this resource for the id to use
---
@@ -1695,7 +1695,7 @@ project: str
The ID or URL-encoded path of a project where notifications will be configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
---
@@ -1709,7 +1709,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.6.0/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
---
@@ -1723,7 +1723,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.6.0/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
---
@@ -1737,7 +1737,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.6.0/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
---
@@ -1751,7 +1751,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.6.0/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
---
@@ -1765,7 +1765,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.6.0/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
---
@@ -1779,7 +1779,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.6.0/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
---
@@ -1793,7 +1793,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.6.0/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
---
@@ -1807,7 +1807,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.6.0/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -1821,7 +1821,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.6.0/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
---
@@ -1835,7 +1835,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.6.0/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
---
@@ -1849,7 +1849,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.6.0/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
---
@@ -1863,7 +1863,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.6.0/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
---
@@ -1877,7 +1877,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.6.0/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
---
@@ -1891,7 +1891,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.6.0/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
---
@@ -1905,7 +1905,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.6.0/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
---
@@ -1919,7 +1919,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.6.0/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
---
@@ -1933,7 +1933,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.6.0/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
---
@@ -1947,7 +1947,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.6.0/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
---
diff --git a/docs/projectLevelNotifications.typescript.md b/docs/projectLevelNotifications.typescript.md
index 68863fa9d..8795ba9c4 100644
--- a/docs/projectLevelNotifications.typescript.md
+++ b/docs/projectLevelNotifications.typescript.md
@@ -4,7 +4,7 @@
### ProjectLevelNotifications
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications gitlab_project_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications gitlab_project_level_notifications}.
#### Initializers
@@ -593,7 +593,7 @@ The construct id used in the generated config for the ProjectLevelNotifications
The id of the existing ProjectLevelNotifications that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_level_notifications#import import section} in the documentation of this resource for the id to use
---
@@ -1340,7 +1340,7 @@ public readonly project: string;
The ID or URL-encoded path of a project where notifications will be configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
---
@@ -1354,7 +1354,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.6.0/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
---
@@ -1368,7 +1368,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.6.0/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
---
@@ -1382,7 +1382,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.6.0/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
---
@@ -1396,7 +1396,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.6.0/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
---
@@ -1410,7 +1410,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.6.0/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
---
@@ -1424,7 +1424,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.6.0/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
---
@@ -1438,7 +1438,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.6.0/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
---
@@ -1452,7 +1452,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.6.0/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -1466,7 +1466,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.6.0/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
---
@@ -1480,7 +1480,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.6.0/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
---
@@ -1494,7 +1494,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.6.0/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
---
@@ -1508,7 +1508,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.6.0/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
---
@@ -1522,7 +1522,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.6.0/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
---
@@ -1536,7 +1536,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.6.0/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
---
@@ -1550,7 +1550,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.6.0/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
---
@@ -1564,7 +1564,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.6.0/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
---
@@ -1578,7 +1578,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.6.0/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
---
@@ -1592,7 +1592,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.6.0/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
---
diff --git a/docs/projectMembership.csharp.md b/docs/projectMembership.csharp.md
index f5594978b..989313ce1 100644
--- a/docs/projectMembership.csharp.md
+++ b/docs/projectMembership.csharp.md
@@ -4,7 +4,7 @@
### ProjectMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership gitlab_project_membership}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectMembership to impor
The id of the existing ProjectMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_membership#import import section} in the documentation of this resource for the id to use
---
@@ -824,7 +824,7 @@ new ProjectMembershipConfig {
| Project
| string
| The ID or URL-encoded path of the project. |
| UserId
| double
| The id of the user. |
| ExpiresAt
| string
| Expiration date for the project membership. Format: `YYYY-MM-DD`. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#id ProjectMembership#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}. |
---
@@ -908,7 +908,7 @@ public string AccessLevel { get; set; }
The 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.6.0/docs/resources/project_membership#access_level ProjectMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#access_level ProjectMembership#access_level}
---
@@ -922,7 +922,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.6.0/docs/resources/project_membership#project ProjectMembership#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#project ProjectMembership#project}
---
@@ -936,7 +936,7 @@ public double UserId { get; set; }
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#user_id ProjectMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#user_id ProjectMembership#user_id}
---
@@ -950,7 +950,7 @@ public string ExpiresAt { get; set; }
Expiration date for the project membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#expires_at ProjectMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#expires_at ProjectMembership#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.6.0/docs/resources/project_membership#id ProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectMembership.go.md b/docs/projectMembership.go.md
index 0cdbd1a6d..3a182b15f 100644
--- a/docs/projectMembership.go.md
+++ b/docs/projectMembership.go.md
@@ -4,7 +4,7 @@
### ProjectMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership gitlab_project_membership}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectMembership to impor
The id of the existing ProjectMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_membership#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/projectmembership"
| Project
| *string
| The ID or URL-encoded path of the project. |
| UserId
| *f64
| The id of the user. |
| ExpiresAt
| *string
| Expiration date for the project membership. Format: `YYYY-MM-DD`. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#id ProjectMembership#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}. |
---
@@ -908,7 +908,7 @@ AccessLevel *string
The 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.6.0/docs/resources/project_membership#access_level ProjectMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#access_level ProjectMembership#access_level}
---
@@ -922,7 +922,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.6.0/docs/resources/project_membership#project ProjectMembership#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#project ProjectMembership#project}
---
@@ -936,7 +936,7 @@ UserId *f64
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#user_id ProjectMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#user_id ProjectMembership#user_id}
---
@@ -950,7 +950,7 @@ ExpiresAt *string
Expiration date for the project membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#expires_at ProjectMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#expires_at ProjectMembership#expires_at}
---
@@ -962,7 +962,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#id ProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectMembership.java.md b/docs/projectMembership.java.md
index 49d1816a9..9260bd2e9 100644
--- a/docs/projectMembership.java.md
+++ b/docs/projectMembership.java.md
@@ -4,7 +4,7 @@
### ProjectMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership gitlab_project_membership}.
#### Initializers
@@ -46,7 +46,7 @@ ProjectMembership.Builder.create(Construct scope, java.lang.String id)
| project
| java.lang.String
| The ID or URL-encoded path of the project. |
| userId
| java.lang.Number
| The id of the user. |
| expiresAt
| java.lang.String
| Expiration date for the project membership. Format: `YYYY-MM-DD`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#id ProjectMembership#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The 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.6.0/docs/resources/project_membership#access_level ProjectMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#access_level ProjectMembership#access_level}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#project ProjectMembership#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#project ProjectMembership#project}
---
@@ -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.6.0/docs/resources/project_membership#user_id ProjectMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#user_id ProjectMembership#user_id}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Expiration date for the project membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#expires_at ProjectMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#expires_at ProjectMembership#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.6.0/docs/resources/project_membership#id ProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 ProjectMembership to impor
The id of the existing ProjectMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_membership#import import section} in the documentation of this resource for the id to use
---
@@ -945,7 +945,7 @@ ProjectMembershipConfig.builder()
| project
| java.lang.String
| The ID or URL-encoded path of the project. |
| userId
| java.lang.Number
| The id of the user. |
| expiresAt
| java.lang.String
| Expiration date for the project membership. Format: `YYYY-MM-DD`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#id ProjectMembership#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}. |
---
@@ -1029,7 +1029,7 @@ public java.lang.String getAccessLevel();
The 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.6.0/docs/resources/project_membership#access_level ProjectMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#access_level ProjectMembership#access_level}
---
@@ -1043,7 +1043,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.6.0/docs/resources/project_membership#project ProjectMembership#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#project ProjectMembership#project}
---
@@ -1057,7 +1057,7 @@ public java.lang.Number getUserId();
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#user_id ProjectMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#user_id ProjectMembership#user_id}
---
@@ -1071,7 +1071,7 @@ public java.lang.String getExpiresAt();
Expiration date for the project membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#expires_at ProjectMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#expires_at ProjectMembership#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.6.0/docs/resources/project_membership#id ProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectMembership.python.md b/docs/projectMembership.python.md
index e689a9916..62e70089b 100644
--- a/docs/projectMembership.python.md
+++ b/docs/projectMembership.python.md
@@ -4,7 +4,7 @@
### ProjectMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership gitlab_project_membership}.
#### Initializers
@@ -44,7 +44,7 @@ projectMembership.ProjectMembership(
| project
| str
| The ID or URL-encoded path of the project. |
| user_id
| typing.Union[int, float]
| The id of the user. |
| expires_at
| str
| Expiration date for the project membership. Format: `YYYY-MM-DD`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#id ProjectMembership#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The 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.6.0/docs/resources/project_membership#access_level ProjectMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#access_level ProjectMembership#access_level}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#project ProjectMembership#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#project ProjectMembership#project}
---
@@ -134,7 +134,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.6.0/docs/resources/project_membership#user_id ProjectMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#user_id ProjectMembership#user_id}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Expiration date for the project membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#expires_at ProjectMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#expires_at ProjectMembership#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.6.0/docs/resources/project_membership#id ProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 ProjectMembership to impor
The id of the existing ProjectMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_membership#import import section} in the documentation of this resource for the id to use
---
@@ -985,7 +985,7 @@ projectMembership.ProjectMembershipConfig(
| project
| str
| The ID or URL-encoded path of the project. |
| user_id
| typing.Union[int, float]
| The id of the user. |
| expires_at
| str
| Expiration date for the project membership. Format: `YYYY-MM-DD`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#id ProjectMembership#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}. |
---
@@ -1069,7 +1069,7 @@ access_level: str
The 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.6.0/docs/resources/project_membership#access_level ProjectMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#access_level ProjectMembership#access_level}
---
@@ -1083,7 +1083,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.6.0/docs/resources/project_membership#project ProjectMembership#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#project ProjectMembership#project}
---
@@ -1097,7 +1097,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.6.0/docs/resources/project_membership#user_id ProjectMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#user_id ProjectMembership#user_id}
---
@@ -1111,7 +1111,7 @@ expires_at: str
Expiration date for the project membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#expires_at ProjectMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#expires_at ProjectMembership#expires_at}
---
@@ -1123,7 +1123,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#id ProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectMembership.typescript.md b/docs/projectMembership.typescript.md
index 6c026658e..796b0e3dd 100644
--- a/docs/projectMembership.typescript.md
+++ b/docs/projectMembership.typescript.md
@@ -4,7 +4,7 @@
### ProjectMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership gitlab_project_membership}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectMembership to impor
The id of the existing ProjectMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_membership#import import section} in the documentation of this resource for the id to use
---
@@ -811,7 +811,7 @@ const projectMembershipConfig: projectMembership.ProjectMembershipConfig = { ...
| project
| string
| The ID or URL-encoded path of the project. |
| userId
| number
| The id of the user. |
| expiresAt
| string
| Expiration date for the project membership. Format: `YYYY-MM-DD`. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#id ProjectMembership#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}. |
---
@@ -895,7 +895,7 @@ public readonly accessLevel: string;
The 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.6.0/docs/resources/project_membership#access_level ProjectMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#access_level ProjectMembership#access_level}
---
@@ -909,7 +909,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.6.0/docs/resources/project_membership#project ProjectMembership#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#project ProjectMembership#project}
---
@@ -923,7 +923,7 @@ public readonly userId: number;
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#user_id ProjectMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#user_id ProjectMembership#user_id}
---
@@ -937,7 +937,7 @@ public readonly expiresAt: string;
Expiration date for the project membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#expires_at ProjectMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#expires_at ProjectMembership#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.6.0/docs/resources/project_membership#id ProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectMilestone.csharp.md b/docs/projectMilestone.csharp.md
index b4e4b181c..f0ab8820d 100644
--- a/docs/projectMilestone.csharp.md
+++ b/docs/projectMilestone.csharp.md
@@ -4,7 +4,7 @@
### ProjectMilestone
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone gitlab_project_milestone}.
#### Initializers
@@ -502,7 +502,7 @@ The construct id used in the generated config for the ProjectMilestone to import
The id of the existing ProjectMilestone that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_milestone#import import section} in the documentation of this resource for the id to use
---
@@ -968,7 +968,7 @@ new ProjectMilestoneConfig {
| Title
| string
| The title of a milestone. |
| Description
| string
| The description of the milestone. |
| DueDate
| string
| The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}. |
| StartDate
| string
| The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| State
| string
| The state of the milestone. Valid values are: `active`, `closed`. |
@@ -1054,7 +1054,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.6.0/docs/resources/project_milestone#project ProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#project ProjectMilestone#project}
---
@@ -1068,7 +1068,7 @@ public string Title { get; set; }
The title of a milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#title ProjectMilestone#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#title ProjectMilestone#title}
---
@@ -1082,7 +1082,7 @@ public string Description { get; set; }
The description of the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#description ProjectMilestone#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#description ProjectMilestone#description}
---
@@ -1096,7 +1096,7 @@ public string DueDate { get; set; }
The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
---
@@ -1108,7 +1108,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1125,7 +1125,7 @@ public string StartDate { get; set; }
The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
---
@@ -1139,7 +1139,7 @@ public string State { get; set; }
The state of the milestone. Valid values are: `active`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#state ProjectMilestone#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#state ProjectMilestone#state}
---
diff --git a/docs/projectMilestone.go.md b/docs/projectMilestone.go.md
index 4d78a23f1..b0ca876cd 100644
--- a/docs/projectMilestone.go.md
+++ b/docs/projectMilestone.go.md
@@ -4,7 +4,7 @@
### ProjectMilestone
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone gitlab_project_milestone}.
#### Initializers
@@ -502,7 +502,7 @@ The construct id used in the generated config for the ProjectMilestone to import
The id of the existing ProjectMilestone that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_milestone#import import section} in the documentation of this resource for the id to use
---
@@ -968,7 +968,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectmilestone"
| Title
| *string
| The title of a milestone. |
| Description
| *string
| The description of the milestone. |
| DueDate
| *string
| The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}. |
| StartDate
| *string
| The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| State
| *string
| The state of the milestone. Valid values are: `active`, `closed`. |
@@ -1054,7 +1054,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.6.0/docs/resources/project_milestone#project ProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#project ProjectMilestone#project}
---
@@ -1068,7 +1068,7 @@ Title *string
The title of a milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#title ProjectMilestone#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#title ProjectMilestone#title}
---
@@ -1082,7 +1082,7 @@ Description *string
The description of the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#description ProjectMilestone#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#description ProjectMilestone#description}
---
@@ -1096,7 +1096,7 @@ DueDate *string
The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
---
@@ -1108,7 +1108,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1125,7 +1125,7 @@ StartDate *string
The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
---
@@ -1139,7 +1139,7 @@ State *string
The state of the milestone. Valid values are: `active`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#state ProjectMilestone#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#state ProjectMilestone#state}
---
diff --git a/docs/projectMilestone.java.md b/docs/projectMilestone.java.md
index 65da4f438..a3c3085b4 100644
--- a/docs/projectMilestone.java.md
+++ b/docs/projectMilestone.java.md
@@ -4,7 +4,7 @@
### ProjectMilestone
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone gitlab_project_milestone}.
#### Initializers
@@ -48,7 +48,7 @@ ProjectMilestone.Builder.create(Construct scope, java.lang.String id)
| title
| java.lang.String
| The title of a milestone. |
| description
| java.lang.String
| The description of the milestone. |
| dueDate
| java.lang.String
| The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}. |
| startDate
| java.lang.String
| The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| state
| java.lang.String
| The state of the milestone. Valid values are: `active`, `closed`. |
@@ -120,7 +120,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.6.0/docs/resources/project_milestone#project ProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#project ProjectMilestone#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The title of a milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#title ProjectMilestone#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#title ProjectMilestone#title}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#description ProjectMilestone#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#description ProjectMilestone#description}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
---
@@ -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.6.0/docs/resources/project_milestone#id ProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
---
@@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The state of the milestone. Valid values are: `active`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#state ProjectMilestone#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#state ProjectMilestone#state}
---
@@ -643,7 +643,7 @@ The construct id used in the generated config for the ProjectMilestone to import
The id of the existing ProjectMilestone that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_milestone#import import section} in the documentation of this resource for the id to use
---
@@ -1113,7 +1113,7 @@ ProjectMilestoneConfig.builder()
| title
| java.lang.String
| The title of a milestone. |
| description
| java.lang.String
| The description of the milestone. |
| dueDate
| java.lang.String
| The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}. |
| startDate
| java.lang.String
| The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| state
| java.lang.String
| The state of the milestone. Valid values are: `active`, `closed`. |
@@ -1199,7 +1199,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.6.0/docs/resources/project_milestone#project ProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#project ProjectMilestone#project}
---
@@ -1213,7 +1213,7 @@ public java.lang.String getTitle();
The title of a milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#title ProjectMilestone#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#title ProjectMilestone#title}
---
@@ -1227,7 +1227,7 @@ public java.lang.String getDescription();
The description of the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#description ProjectMilestone#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#description ProjectMilestone#description}
---
@@ -1241,7 +1241,7 @@ public java.lang.String getDueDate();
The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
---
@@ -1253,7 +1253,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public java.lang.String getStartDate();
The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
---
@@ -1284,7 +1284,7 @@ public java.lang.String getState();
The state of the milestone. Valid values are: `active`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#state ProjectMilestone#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#state ProjectMilestone#state}
---
diff --git a/docs/projectMilestone.python.md b/docs/projectMilestone.python.md
index e62d1af62..3245facfc 100644
--- a/docs/projectMilestone.python.md
+++ b/docs/projectMilestone.python.md
@@ -4,7 +4,7 @@
### ProjectMilestone
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone gitlab_project_milestone}.
#### Initializers
@@ -46,7 +46,7 @@ projectMilestone.ProjectMilestone(
| title
| str
| The title of a milestone. |
| description
| str
| The description of the milestone. |
| due_date
| str
| The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}. |
| start_date
| str
| The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| state
| str
| The state of the milestone. Valid values are: `active`, `closed`. |
@@ -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.6.0/docs/resources/project_milestone#project ProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#project ProjectMilestone#project}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The title of a milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#title ProjectMilestone#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#title ProjectMilestone#title}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#description ProjectMilestone#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#description ProjectMilestone#description}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
---
@@ -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.6.0/docs/resources/project_milestone#id ProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
---
@@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The state of the milestone. Valid values are: `active`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#state ProjectMilestone#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#state ProjectMilestone#state}
---
@@ -687,7 +687,7 @@ The construct id used in the generated config for the ProjectMilestone to import
The id of the existing ProjectMilestone that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_milestone#import import section} in the documentation of this resource for the id to use
---
@@ -1153,7 +1153,7 @@ projectMilestone.ProjectMilestoneConfig(
| title
| str
| The title of a milestone. |
| description
| str
| The description of the milestone. |
| due_date
| str
| The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}. |
| start_date
| str
| The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| state
| str
| The state of the milestone. Valid values are: `active`, `closed`. |
@@ -1239,7 +1239,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.6.0/docs/resources/project_milestone#project ProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#project ProjectMilestone#project}
---
@@ -1253,7 +1253,7 @@ title: str
The title of a milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#title ProjectMilestone#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#title ProjectMilestone#title}
---
@@ -1267,7 +1267,7 @@ description: str
The description of the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#description ProjectMilestone#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#description ProjectMilestone#description}
---
@@ -1281,7 +1281,7 @@ due_date: str
The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
---
@@ -1293,7 +1293,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1310,7 +1310,7 @@ start_date: str
The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
---
@@ -1324,7 +1324,7 @@ state: str
The state of the milestone. Valid values are: `active`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#state ProjectMilestone#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#state ProjectMilestone#state}
---
diff --git a/docs/projectMilestone.typescript.md b/docs/projectMilestone.typescript.md
index 4c8761b64..cde7cfc29 100644
--- a/docs/projectMilestone.typescript.md
+++ b/docs/projectMilestone.typescript.md
@@ -4,7 +4,7 @@
### ProjectMilestone
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone gitlab_project_milestone}.
#### Initializers
@@ -502,7 +502,7 @@ The construct id used in the generated config for the ProjectMilestone to import
The id of the existing ProjectMilestone that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_milestone#import import section} in the documentation of this resource for the id to use
---
@@ -953,7 +953,7 @@ const projectMilestoneConfig: projectMilestone.ProjectMilestoneConfig = { ... }
| title
| string
| The title of a milestone. |
| description
| string
| The description of the milestone. |
| dueDate
| string
| The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}. |
| startDate
| string
| The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11. |
| state
| string
| The state of the milestone. Valid values are: `active`, `closed`. |
@@ -1039,7 +1039,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.6.0/docs/resources/project_milestone#project ProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#project ProjectMilestone#project}
---
@@ -1053,7 +1053,7 @@ public readonly title: string;
The title of a milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#title ProjectMilestone#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#title ProjectMilestone#title}
---
@@ -1067,7 +1067,7 @@ public readonly description: string;
The description of the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#description ProjectMilestone#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#description ProjectMilestone#description}
---
@@ -1081,7 +1081,7 @@ public readonly dueDate: string;
The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
---
@@ -1093,7 +1093,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public readonly startDate: string;
The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
---
@@ -1124,7 +1124,7 @@ public readonly state: string;
The state of the milestone. Valid values are: `active`, `closed`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#state ProjectMilestone#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#state ProjectMilestone#state}
---
diff --git a/docs/projectMirror.csharp.md b/docs/projectMirror.csharp.md
index 910554280..4c743d001 100644
--- a/docs/projectMirror.csharp.md
+++ b/docs/projectMirror.csharp.md
@@ -4,7 +4,7 @@
### ProjectMirror
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror gitlab_project_mirror}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror gitlab_project_mirror}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the ProjectMirror to import.
The id of the existing ProjectMirror that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#import import section} in the documentation of this resource for the id to use
---
@@ -871,7 +871,7 @@ new ProjectMirrorConfig {
| Project
| string
| The id of the project. |
| Url
| string
| The URL of the remote repository to be mirrored. |
| Enabled
| object
| Determines if the mirror is enabled. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}. |
| KeepDivergentRefs
| object
| Determines if divergent refs are skipped. |
| OnlyProtectedBranches
| object
| Determines if only protected branches are mirrored. |
@@ -957,7 +957,7 @@ public string Project { get; set; }
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#project ProjectMirror#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#project ProjectMirror#project}
---
@@ -971,7 +971,7 @@ public string Url { get; set; }
The URL of the remote repository to be mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#url ProjectMirror#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#url ProjectMirror#url}
---
@@ -985,7 +985,7 @@ public object Enabled { get; set; }
Determines if the mirror is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#enabled ProjectMirror#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#enabled ProjectMirror#enabled}
---
@@ -997,7 +997,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1014,7 +1014,7 @@ public object KeepDivergentRefs { get; set; }
Determines if divergent refs are skipped.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
---
@@ -1028,7 +1028,7 @@ public object OnlyProtectedBranches { get; set; }
Determines if only protected branches are mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
---
diff --git a/docs/projectMirror.go.md b/docs/projectMirror.go.md
index ea1b6d832..c5bba2399 100644
--- a/docs/projectMirror.go.md
+++ b/docs/projectMirror.go.md
@@ -4,7 +4,7 @@
### ProjectMirror
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror gitlab_project_mirror}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror gitlab_project_mirror}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the ProjectMirror to import.
The id of the existing ProjectMirror that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#import import section} in the documentation of this resource for the id to use
---
@@ -871,7 +871,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectmirror"
| Project
| *string
| The id of the project. |
| Url
| *string
| The URL of the remote repository to be mirrored. |
| Enabled
| interface{}
| Determines if the mirror is enabled. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}. |
| KeepDivergentRefs
| interface{}
| Determines if divergent refs are skipped. |
| OnlyProtectedBranches
| interface{}
| Determines if only protected branches are mirrored. |
@@ -957,7 +957,7 @@ Project *string
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#project ProjectMirror#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#project ProjectMirror#project}
---
@@ -971,7 +971,7 @@ Url *string
The URL of the remote repository to be mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#url ProjectMirror#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#url ProjectMirror#url}
---
@@ -985,7 +985,7 @@ Enabled interface{}
Determines if the mirror is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#enabled ProjectMirror#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#enabled ProjectMirror#enabled}
---
@@ -997,7 +997,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1014,7 +1014,7 @@ KeepDivergentRefs interface{}
Determines if divergent refs are skipped.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
---
@@ -1028,7 +1028,7 @@ OnlyProtectedBranches interface{}
Determines if only protected branches are mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
---
diff --git a/docs/projectMirror.java.md b/docs/projectMirror.java.md
index 01ebbbfe3..289bfb589 100644
--- a/docs/projectMirror.java.md
+++ b/docs/projectMirror.java.md
@@ -4,7 +4,7 @@
### ProjectMirror
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror gitlab_project_mirror}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror gitlab_project_mirror}.
#### Initializers
@@ -49,7 +49,7 @@ ProjectMirror.Builder.create(Construct scope, java.lang.String id)
| project
| java.lang.String
| The id of the project. |
| url
| java.lang.String
| The URL of the remote repository to be mirrored. |
| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if the mirror is enabled. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}. |
| keepDivergentRefs
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if divergent refs are skipped. |
| onlyProtectedBranches
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if only protected branches are mirrored. |
@@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#project ProjectMirror#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#project ProjectMirror#project}
---
@@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL of the remote repository to be mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#url ProjectMirror#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#url ProjectMirror#url}
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if the mirror is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#enabled ProjectMirror#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#enabled ProjectMirror#enabled}
---
@@ -149,7 +149,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.6.0/docs/resources/project_mirror#id ProjectMirror#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -162,7 +162,7 @@ If you experience problems setting this value it might not be settable. Please t
Determines if divergent refs are skipped.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if only protected branches are mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
---
@@ -627,7 +627,7 @@ The construct id used in the generated config for the ProjectMirror to import.
The id of the existing ProjectMirror that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#import import section} in the documentation of this resource for the id to use
---
@@ -1010,7 +1010,7 @@ ProjectMirrorConfig.builder()
| project
| java.lang.String
| The id of the project. |
| url
| java.lang.String
| The URL of the remote repository to be mirrored. |
| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if the mirror is enabled. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}. |
| keepDivergentRefs
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if divergent refs are skipped. |
| onlyProtectedBranches
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if only protected branches are mirrored. |
@@ -1096,7 +1096,7 @@ public java.lang.String getProject();
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#project ProjectMirror#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#project ProjectMirror#project}
---
@@ -1110,7 +1110,7 @@ public java.lang.String getUrl();
The URL of the remote repository to be mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#url ProjectMirror#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#url ProjectMirror#url}
---
@@ -1124,7 +1124,7 @@ public java.lang.Object getEnabled();
Determines if the mirror is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#enabled ProjectMirror#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#enabled ProjectMirror#enabled}
---
@@ -1136,7 +1136,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1153,7 +1153,7 @@ public java.lang.Object getKeepDivergentRefs();
Determines if divergent refs are skipped.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
---
@@ -1167,7 +1167,7 @@ public java.lang.Object getOnlyProtectedBranches();
Determines if only protected branches are mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
---
diff --git a/docs/projectMirror.python.md b/docs/projectMirror.python.md
index accc6f60d..73f016ed1 100644
--- a/docs/projectMirror.python.md
+++ b/docs/projectMirror.python.md
@@ -4,7 +4,7 @@
### ProjectMirror
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror gitlab_project_mirror}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror gitlab_project_mirror}.
#### Initializers
@@ -44,7 +44,7 @@ projectMirror.ProjectMirror(
| project
| str
| The id of the project. |
| url
| str
| The URL of the remote repository to be mirrored. |
| enabled
| typing.Union[bool, cdktf.IResolvable]
| Determines if the mirror is enabled. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}. |
| keep_divergent_refs
| typing.Union[bool, cdktf.IResolvable]
| Determines if divergent refs are skipped. |
| only_protected_branches
| typing.Union[bool, cdktf.IResolvable]
| Determines if only protected branches are mirrored. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#project ProjectMirror#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#project ProjectMirror#project}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL of the remote repository to be mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#url ProjectMirror#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#url ProjectMirror#url}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if the mirror is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#enabled ProjectMirror#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#enabled ProjectMirror#enabled}
---
@@ -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.6.0/docs/resources/project_mirror#id ProjectMirror#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
Determines if divergent refs are skipped.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
---
@@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if only protected branches are mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
---
@@ -668,7 +668,7 @@ The construct id used in the generated config for the ProjectMirror to import.
The id of the existing ProjectMirror that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#import import section} in the documentation of this resource for the id to use
---
@@ -1044,7 +1044,7 @@ projectMirror.ProjectMirrorConfig(
| project
| str
| The id of the project. |
| url
| str
| The URL of the remote repository to be mirrored. |
| enabled
| typing.Union[bool, cdktf.IResolvable]
| Determines if the mirror is enabled. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}. |
| keep_divergent_refs
| typing.Union[bool, cdktf.IResolvable]
| Determines if divergent refs are skipped. |
| only_protected_branches
| typing.Union[bool, cdktf.IResolvable]
| Determines if only protected branches are mirrored. |
@@ -1130,7 +1130,7 @@ project: str
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#project ProjectMirror#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#project ProjectMirror#project}
---
@@ -1144,7 +1144,7 @@ url: str
The URL of the remote repository to be mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#url ProjectMirror#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#url ProjectMirror#url}
---
@@ -1158,7 +1158,7 @@ enabled: typing.Union[bool, IResolvable]
Determines if the mirror is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#enabled ProjectMirror#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#enabled ProjectMirror#enabled}
---
@@ -1170,7 +1170,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1187,7 +1187,7 @@ keep_divergent_refs: typing.Union[bool, IResolvable]
Determines if divergent refs are skipped.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
---
@@ -1201,7 +1201,7 @@ only_protected_branches: typing.Union[bool, IResolvable]
Determines if only protected branches are mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
---
diff --git a/docs/projectMirror.typescript.md b/docs/projectMirror.typescript.md
index d692cd7c0..42ac994a9 100644
--- a/docs/projectMirror.typescript.md
+++ b/docs/projectMirror.typescript.md
@@ -4,7 +4,7 @@
### ProjectMirror
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror gitlab_project_mirror}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror gitlab_project_mirror}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the ProjectMirror to import.
The id of the existing ProjectMirror that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#import import section} in the documentation of this resource for the id to use
---
@@ -857,7 +857,7 @@ const projectMirrorConfig: projectMirror.ProjectMirrorConfig = { ... }
| project
| string
| The id of the project. |
| url
| string
| The URL of the remote repository to be mirrored. |
| enabled
| boolean \| cdktf.IResolvable
| Determines if the mirror is enabled. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}. |
| keepDivergentRefs
| boolean \| cdktf.IResolvable
| Determines if divergent refs are skipped. |
| onlyProtectedBranches
| boolean \| cdktf.IResolvable
| Determines if only protected branches are mirrored. |
@@ -943,7 +943,7 @@ public readonly project: string;
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#project ProjectMirror#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#project ProjectMirror#project}
---
@@ -957,7 +957,7 @@ public readonly url: string;
The URL of the remote repository to be mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#url ProjectMirror#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#url ProjectMirror#url}
---
@@ -971,7 +971,7 @@ public readonly enabled: boolean | IResolvable;
Determines if the mirror is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#enabled ProjectMirror#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#enabled ProjectMirror#enabled}
---
@@ -983,7 +983,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1000,7 +1000,7 @@ public readonly keepDivergentRefs: boolean | IResolvable;
Determines if divergent refs are skipped.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
---
@@ -1014,7 +1014,7 @@ public readonly onlyProtectedBranches: boolean | IResolvable;
Determines if only protected branches are mirrored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
---
diff --git a/docs/projectProtectedEnvironment.csharp.md b/docs/projectProtectedEnvironment.csharp.md
index e1f998378..f1e863117 100644
--- a/docs/projectProtectedEnvironment.csharp.md
+++ b/docs/projectProtectedEnvironment.csharp.md
@@ -4,7 +4,7 @@
### ProjectProtectedEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment gitlab_project_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment gitlab_project_protected_environment}.
#### Initializers
@@ -507,7 +507,7 @@ The construct id used in the generated config for the ProjectProtectedEnvironmen
The id of the existing ProjectProtectedEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_protected_environment#import import section} in the documentation of this resource for the id to use
---
@@ -841,7 +841,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.6.0/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
---
@@ -857,7 +857,7 @@ The ID of the group allowed to approve a deployment to this protected environmen
The project must be shared with the group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
---
@@ -873,7 +873,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.6.0/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
---
@@ -887,7 +887,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.6.0/docs/resources/project_protected_environment#required_approvals ProjectProtectedEnvironment#required_approvals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#required_approvals ProjectProtectedEnvironment#required_approvals}
---
@@ -903,7 +903,7 @@ The ID of the user allowed to approve a deployment to this protected environment
The user must be a member of the project. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
---
@@ -1027,7 +1027,7 @@ public string Environment { get; set; }
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
---
@@ -1041,7 +1041,7 @@ public string Project { get; set; }
The ID or full path of the project which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
---
@@ -1057,7 +1057,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.6.0/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
---
@@ -1071,7 +1071,7 @@ public object DeployAccessLevels { get; set; }
deploy_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
---
@@ -1113,7 +1113,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.6.0/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
---
@@ -1129,7 +1129,7 @@ The ID of the group allowed to deploy to this protected environment.
The project must be shared with the group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
---
@@ -1145,7 +1145,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.6.0/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
---
@@ -1161,7 +1161,7 @@ The ID of the user allowed to deploy to this protected environment.
The user must be a member of the project. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
---
diff --git a/docs/projectProtectedEnvironment.go.md b/docs/projectProtectedEnvironment.go.md
index d5e27abda..dd13b2508 100644
--- a/docs/projectProtectedEnvironment.go.md
+++ b/docs/projectProtectedEnvironment.go.md
@@ -4,7 +4,7 @@
### ProjectProtectedEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment gitlab_project_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment gitlab_project_protected_environment}.
#### Initializers
@@ -507,7 +507,7 @@ The construct id used in the generated config for the ProjectProtectedEnvironmen
The id of the existing ProjectProtectedEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_protected_environment#import import section} in the documentation of this resource for the id to use
---
@@ -841,7 +841,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.6.0/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
---
@@ -857,7 +857,7 @@ The ID of the group allowed to approve a deployment to this protected environmen
The project must be shared with the group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
---
@@ -873,7 +873,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.6.0/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
---
@@ -887,7 +887,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.6.0/docs/resources/project_protected_environment#required_approvals ProjectProtectedEnvironment#required_approvals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#required_approvals ProjectProtectedEnvironment#required_approvals}
---
@@ -903,7 +903,7 @@ The ID of the user allowed to approve a deployment to this protected environment
The user must be a member of the project. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
---
@@ -1027,7 +1027,7 @@ Environment *string
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
---
@@ -1041,7 +1041,7 @@ Project *string
The ID or full path of the project which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
---
@@ -1057,7 +1057,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.6.0/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
---
@@ -1071,7 +1071,7 @@ DeployAccessLevels interface{}
deploy_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
---
@@ -1113,7 +1113,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.6.0/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
---
@@ -1129,7 +1129,7 @@ The ID of the group allowed to deploy to this protected environment.
The project must be shared with the group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
---
@@ -1145,7 +1145,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.6.0/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
---
@@ -1161,7 +1161,7 @@ The ID of the user allowed to deploy to this protected environment.
The user must be a member of the project. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
---
diff --git a/docs/projectProtectedEnvironment.java.md b/docs/projectProtectedEnvironment.java.md
index 8f135c75c..2e82bd82d 100644
--- a/docs/projectProtectedEnvironment.java.md
+++ b/docs/projectProtectedEnvironment.java.md
@@ -4,7 +4,7 @@
### ProjectProtectedEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment gitlab_project_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment gitlab_project_protected_environment}.
#### Initializers
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
---
@@ -138,7 +138,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.6.0/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
deploy_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
---
@@ -615,7 +615,7 @@ The construct id used in the generated config for the ProjectProtectedEnvironmen
The id of the existing ProjectProtectedEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_protected_environment#import import section} in the documentation of this resource for the id to use
---
@@ -949,7 +949,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.6.0/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
---
@@ -965,7 +965,7 @@ The ID of the group allowed to approve a deployment to this protected environmen
The project must be shared with the group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
---
@@ -981,7 +981,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.6.0/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
---
@@ -995,7 +995,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.6.0/docs/resources/project_protected_environment#required_approvals ProjectProtectedEnvironment#required_approvals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#required_approvals ProjectProtectedEnvironment#required_approvals}
---
@@ -1011,7 +1011,7 @@ The ID of the user allowed to approve a deployment to this protected environment
The user must be a member of the project. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
---
@@ -1141,7 +1141,7 @@ public java.lang.String getEnvironment();
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
---
@@ -1155,7 +1155,7 @@ public java.lang.String getProject();
The ID or full path of the project which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
---
@@ -1171,7 +1171,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.6.0/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
---
@@ -1185,7 +1185,7 @@ public java.lang.Object getDeployAccessLevels();
deploy_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
---
@@ -1227,7 +1227,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.6.0/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
---
@@ -1243,7 +1243,7 @@ The ID of the group allowed to deploy to this protected environment.
The project must be shared with the group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
---
@@ -1259,7 +1259,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.6.0/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
---
@@ -1275,7 +1275,7 @@ The ID of the user allowed to deploy to this protected environment.
The user must be a member of the project. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
---
diff --git a/docs/projectProtectedEnvironment.python.md b/docs/projectProtectedEnvironment.python.md
index 230e83245..bca63bd22 100644
--- a/docs/projectProtectedEnvironment.python.md
+++ b/docs/projectProtectedEnvironment.python.md
@@ -4,7 +4,7 @@
### ProjectProtectedEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment gitlab_project_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment gitlab_project_protected_environment}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
---
@@ -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 protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
---
@@ -134,7 +134,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.6.0/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
deploy_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
---
@@ -661,7 +661,7 @@ The construct id used in the generated config for the ProjectProtectedEnvironmen
The id of the existing ProjectProtectedEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_protected_environment#import import section} in the documentation of this resource for the id to use
---
@@ -995,7 +995,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.6.0/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
---
@@ -1011,7 +1011,7 @@ The ID of the group allowed to approve a deployment to this protected environmen
The project must be shared with the group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
---
@@ -1027,7 +1027,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.6.0/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
---
@@ -1041,7 +1041,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.6.0/docs/resources/project_protected_environment#required_approvals ProjectProtectedEnvironment#required_approvals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#required_approvals ProjectProtectedEnvironment#required_approvals}
---
@@ -1057,7 +1057,7 @@ The ID of the user allowed to approve a deployment to this protected environment
The user must be a member of the project. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
---
@@ -1181,7 +1181,7 @@ environment: str
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
---
@@ -1195,7 +1195,7 @@ project: str
The ID or full path of the project which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
---
@@ -1211,7 +1211,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.6.0/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
---
@@ -1225,7 +1225,7 @@ deploy_access_levels: typing.Union[IResolvable, typing.List[ProjectProtectedEnvi
deploy_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
---
@@ -1267,7 +1267,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.6.0/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
---
@@ -1283,7 +1283,7 @@ The ID of the group allowed to deploy to this protected environment.
The project must be shared with the group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
---
@@ -1299,7 +1299,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.6.0/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
---
@@ -1315,7 +1315,7 @@ The ID of the user allowed to deploy to this protected environment.
The user must be a member of the project. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
---
diff --git a/docs/projectProtectedEnvironment.typescript.md b/docs/projectProtectedEnvironment.typescript.md
index 90fa0df0d..3898dfde9 100644
--- a/docs/projectProtectedEnvironment.typescript.md
+++ b/docs/projectProtectedEnvironment.typescript.md
@@ -4,7 +4,7 @@
### ProjectProtectedEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment gitlab_project_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment gitlab_project_protected_environment}.
#### Initializers
@@ -507,7 +507,7 @@ The construct id used in the generated config for the ProjectProtectedEnvironmen
The id of the existing ProjectProtectedEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_protected_environment#import import section} in the documentation of this resource for the id to use
---
@@ -835,7 +835,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.6.0/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
---
@@ -851,7 +851,7 @@ The ID of the group allowed to approve a deployment to this protected environmen
The project must be shared with the group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
---
@@ -867,7 +867,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.6.0/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
---
@@ -881,7 +881,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.6.0/docs/resources/project_protected_environment#required_approvals ProjectProtectedEnvironment#required_approvals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#required_approvals ProjectProtectedEnvironment#required_approvals}
---
@@ -897,7 +897,7 @@ The ID of the user allowed to approve a deployment to this protected environment
The user must be a member of the project. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
---
@@ -1009,7 +1009,7 @@ public readonly environment: string;
The name of the environment.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
---
@@ -1023,7 +1023,7 @@ public readonly project: string;
The ID or full path of the project which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
---
@@ -1039,7 +1039,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.6.0/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
---
@@ -1053,7 +1053,7 @@ public readonly deployAccessLevels: IResolvable | ProjectProtectedEnvironmentDep
deploy_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
---
@@ -1090,7 +1090,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.6.0/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
---
@@ -1106,7 +1106,7 @@ The ID of the group allowed to deploy to this protected environment.
The project must be shared with the group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
---
@@ -1122,7 +1122,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.6.0/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
---
@@ -1138,7 +1138,7 @@ The ID of the user allowed to deploy to this protected environment.
The user must be a member of the project. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
---
diff --git a/docs/projectPushRules.csharp.md b/docs/projectPushRules.csharp.md
index c881a5e39..d0829f923 100644
--- a/docs/projectPushRules.csharp.md
+++ b/docs/projectPushRules.csharp.md
@@ -4,7 +4,7 @@
### ProjectPushRulesA
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules gitlab_project_push_rules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules gitlab_project_push_rules}.
#### Initializers
@@ -558,7 +558,7 @@ The construct id used in the generated config for the ProjectPushRulesA to impor
The id of the existing ProjectPushRulesA that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#import import section} in the documentation of this resource for the id to use
---
@@ -1212,7 +1212,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.6.0/docs/resources/project_push_rules#project ProjectPushRulesA#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#project ProjectPushRulesA#project}
---
@@ -1226,7 +1226,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.6.0/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
---
@@ -1240,7 +1240,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.6.0/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
---
@@ -1254,7 +1254,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.6.0/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
---
@@ -1268,7 +1268,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.6.0/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
---
@@ -1282,7 +1282,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.6.0/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
---
@@ -1296,7 +1296,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.6.0/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
---
@@ -1310,7 +1310,7 @@ public object DenyDeleteTag { get; set; }
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
---
@@ -1324,7 +1324,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.6.0/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
---
@@ -1338,7 +1338,7 @@ public double MaxFileSize { get; set; }
Maximum file size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
---
@@ -1352,7 +1352,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.6.0/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
---
@@ -1366,7 +1366,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.6.0/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
---
@@ -1380,7 +1380,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.6.0/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
---
@@ -1394,7 +1394,7 @@ public object RejectUnsignedCommits { get; set; }
Reject commit when it’s not signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
---
diff --git a/docs/projectPushRules.go.md b/docs/projectPushRules.go.md
index 297b127bf..0e9097a8f 100644
--- a/docs/projectPushRules.go.md
+++ b/docs/projectPushRules.go.md
@@ -4,7 +4,7 @@
### ProjectPushRulesA
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules gitlab_project_push_rules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules gitlab_project_push_rules}.
#### Initializers
@@ -558,7 +558,7 @@ The construct id used in the generated config for the ProjectPushRulesA to impor
The id of the existing ProjectPushRulesA that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#import import section} in the documentation of this resource for the id to use
---
@@ -1212,7 +1212,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.6.0/docs/resources/project_push_rules#project ProjectPushRulesA#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#project ProjectPushRulesA#project}
---
@@ -1226,7 +1226,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.6.0/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
---
@@ -1240,7 +1240,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.6.0/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
---
@@ -1254,7 +1254,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.6.0/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
---
@@ -1268,7 +1268,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.6.0/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
---
@@ -1282,7 +1282,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.6.0/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
---
@@ -1296,7 +1296,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.6.0/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
---
@@ -1310,7 +1310,7 @@ DenyDeleteTag interface{}
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
---
@@ -1324,7 +1324,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.6.0/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
---
@@ -1338,7 +1338,7 @@ MaxFileSize *f64
Maximum file size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
---
@@ -1352,7 +1352,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.6.0/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
---
@@ -1366,7 +1366,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.6.0/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
---
@@ -1380,7 +1380,7 @@ RejectNonDcoCommits interface{}
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
---
@@ -1394,7 +1394,7 @@ RejectUnsignedCommits interface{}
Reject commit when it’s not signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
---
diff --git a/docs/projectPushRules.java.md b/docs/projectPushRules.java.md
index 7e2820607..28aa42552 100644
--- a/docs/projectPushRules.java.md
+++ b/docs/projectPushRules.java.md
@@ -4,7 +4,7 @@
### ProjectPushRulesA
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules gitlab_project_push_rules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules gitlab_project_push_rules}.
#### Initializers
@@ -141,7 +141,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.6.0/docs/resources/project_push_rules#project ProjectPushRulesA#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#project ProjectPushRulesA#project}
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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.6.0/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
---
@@ -161,7 +161,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.6.0/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
---
@@ -171,7 +171,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.6.0/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
---
@@ -181,7 +181,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.6.0/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
---
@@ -191,7 +191,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.6.0/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
---
@@ -201,7 +201,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.6.0/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
---
@@ -211,7 +211,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.6.0/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
---
@@ -221,7 +221,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.6.0/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
---
@@ -231,7 +231,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.6.0/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
---
@@ -241,7 +241,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.6.0/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
---
@@ -251,7 +251,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.6.0/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
---
@@ -261,7 +261,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.6.0/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
---
@@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Reject commit when it’s not signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
---
@@ -789,7 +789,7 @@ The construct id used in the generated config for the ProjectPushRulesA to impor
The id of the existing ProjectPushRulesA that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#import import section} in the documentation of this resource for the id to use
---
@@ -1454,7 +1454,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.6.0/docs/resources/project_push_rules#project ProjectPushRulesA#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#project ProjectPushRulesA#project}
---
@@ -1468,7 +1468,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.6.0/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
---
@@ -1482,7 +1482,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.6.0/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
---
@@ -1496,7 +1496,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.6.0/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
---
@@ -1510,7 +1510,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.6.0/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
---
@@ -1524,7 +1524,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.6.0/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
---
@@ -1538,7 +1538,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.6.0/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
---
@@ -1552,7 +1552,7 @@ public java.lang.Object getDenyDeleteTag();
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
---
@@ -1566,7 +1566,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.6.0/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
---
@@ -1580,7 +1580,7 @@ public java.lang.Number getMaxFileSize();
Maximum file size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
---
@@ -1594,7 +1594,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.6.0/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
---
@@ -1608,7 +1608,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.6.0/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
---
@@ -1622,7 +1622,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.6.0/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
---
@@ -1636,7 +1636,7 @@ public java.lang.Object getRejectUnsignedCommits();
Reject commit when it’s not signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
---
diff --git a/docs/projectPushRules.python.md b/docs/projectPushRules.python.md
index 3a11c4880..faabc010a 100644
--- a/docs/projectPushRules.python.md
+++ b/docs/projectPushRules.python.md
@@ -4,7 +4,7 @@
### ProjectPushRulesA
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules gitlab_project_push_rules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules gitlab_project_push_rules}.
#### Initializers
@@ -132,7 +132,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.6.0/docs/resources/project_push_rules#project ProjectPushRulesA#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#project ProjectPushRulesA#project}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
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.6.0/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
---
@@ -152,7 +152,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.6.0/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
---
@@ -162,7 +162,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.6.0/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
---
@@ -172,7 +172,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.6.0/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
---
@@ -182,7 +182,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.6.0/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
---
@@ -192,7 +192,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.6.0/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
---
@@ -202,7 +202,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.6.0/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
---
@@ -212,7 +212,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.6.0/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
---
@@ -222,7 +222,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.6.0/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
---
@@ -232,7 +232,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.6.0/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
---
@@ -242,7 +242,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.6.0/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
---
@@ -252,7 +252,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.6.0/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
---
@@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Reject commit when it’s not signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
---
@@ -826,7 +826,7 @@ The construct id used in the generated config for the ProjectPushRulesA to impor
The id of the existing ProjectPushRulesA that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#import import section} in the documentation of this resource for the id to use
---
@@ -1480,7 +1480,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.6.0/docs/resources/project_push_rules#project ProjectPushRulesA#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#project ProjectPushRulesA#project}
---
@@ -1494,7 +1494,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.6.0/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
---
@@ -1508,7 +1508,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.6.0/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
---
@@ -1522,7 +1522,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.6.0/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
---
@@ -1536,7 +1536,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.6.0/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
---
@@ -1550,7 +1550,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.6.0/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
---
@@ -1564,7 +1564,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.6.0/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
---
@@ -1578,7 +1578,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.6.0/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
---
@@ -1592,7 +1592,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.6.0/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
---
@@ -1606,7 +1606,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.6.0/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
---
@@ -1620,7 +1620,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.6.0/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
---
@@ -1634,7 +1634,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.6.0/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
---
@@ -1648,7 +1648,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.6.0/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
---
@@ -1662,7 +1662,7 @@ reject_unsigned_commits: typing.Union[bool, IResolvable]
Reject commit when it’s not signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
---
diff --git a/docs/projectPushRules.typescript.md b/docs/projectPushRules.typescript.md
index d8e78e6c8..3a2b9ffad 100644
--- a/docs/projectPushRules.typescript.md
+++ b/docs/projectPushRules.typescript.md
@@ -4,7 +4,7 @@
### ProjectPushRulesA
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules gitlab_project_push_rules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules gitlab_project_push_rules}.
#### Initializers
@@ -558,7 +558,7 @@ The construct id used in the generated config for the ProjectPushRulesA to impor
The id of the existing ProjectPushRulesA that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#import import section} in the documentation of this resource for the id to use
---
@@ -1190,7 +1190,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.6.0/docs/resources/project_push_rules#project ProjectPushRulesA#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#project ProjectPushRulesA#project}
---
@@ -1204,7 +1204,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.6.0/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
---
@@ -1218,7 +1218,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.6.0/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
---
@@ -1232,7 +1232,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.6.0/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
---
@@ -1246,7 +1246,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.6.0/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
---
@@ -1260,7 +1260,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.6.0/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
---
@@ -1274,7 +1274,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.6.0/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
---
@@ -1288,7 +1288,7 @@ public readonly denyDeleteTag: boolean | IResolvable;
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
---
@@ -1302,7 +1302,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.6.0/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
---
@@ -1316,7 +1316,7 @@ public readonly maxFileSize: number;
Maximum file size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
---
@@ -1330,7 +1330,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.6.0/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
---
@@ -1344,7 +1344,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.6.0/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
---
@@ -1358,7 +1358,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.6.0/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
---
@@ -1372,7 +1372,7 @@ public readonly rejectUnsignedCommits: boolean | IResolvable;
Reject commit when it’s not signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
---
diff --git a/docs/projectRunnerEnablement.csharp.md b/docs/projectRunnerEnablement.csharp.md
index 784b8801e..da0067c89 100644
--- a/docs/projectRunnerEnablement.csharp.md
+++ b/docs/projectRunnerEnablement.csharp.md
@@ -4,7 +4,7 @@
### ProjectRunnerEnablement
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement gitlab_project_runner_enablement}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement gitlab_project_runner_enablement}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectRunnerEnablement to
The id of the existing ProjectRunnerEnablement that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#import import section} in the documentation of this resource for the id to use
---
@@ -769,7 +769,7 @@ new ProjectRunnerEnablementConfig {
| Provisioners
| object[]
| *No description.* |
| Project
| string
| The ID or URL-encoded path of the project owned by the authenticated user. |
| RunnerId
| double
| The ID of a runner to enable for the project. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
---
@@ -853,7 +853,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.6.0/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
---
@@ -867,7 +867,7 @@ public double RunnerId { get; set; }
The ID of a runner to enable for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
---
@@ -879,7 +879,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectRunnerEnablement.go.md b/docs/projectRunnerEnablement.go.md
index 18ee6b7bf..71938f0ae 100644
--- a/docs/projectRunnerEnablement.go.md
+++ b/docs/projectRunnerEnablement.go.md
@@ -4,7 +4,7 @@
### ProjectRunnerEnablement
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement gitlab_project_runner_enablement}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement gitlab_project_runner_enablement}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectRunnerEnablement to
The id of the existing ProjectRunnerEnablement that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#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/projectrunnerenable
| Provisioners
| *[]interface{}
| *No description.* |
| Project
| *string
| The ID or URL-encoded path of the project owned by the authenticated user. |
| RunnerId
| *f64
| The ID of a runner to enable for the project. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
---
@@ -853,7 +853,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.6.0/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
---
@@ -867,7 +867,7 @@ RunnerId *f64
The ID of a runner to enable for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
---
@@ -879,7 +879,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectRunnerEnablement.java.md b/docs/projectRunnerEnablement.java.md
index 3f7abc6fa..92951b616 100644
--- a/docs/projectRunnerEnablement.java.md
+++ b/docs/projectRunnerEnablement.java.md
@@ -4,7 +4,7 @@
### ProjectRunnerEnablement
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement gitlab_project_runner_enablement}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement gitlab_project_runner_enablement}.
#### Initializers
@@ -42,7 +42,7 @@ ProjectRunnerEnablement.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The ID or URL-encoded path of the project owned by the authenticated user. |
| runnerId
| java.lang.Number
| The ID of a runner to enable for the project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
---
@@ -112,7 +112,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.6.0/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of a runner to enable for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_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.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 ProjectRunnerEnablement to
The id of the existing ProjectRunnerEnablement that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#import import section} in the documentation of this resource for the id to use
---
@@ -866,7 +866,7 @@ ProjectRunnerEnablementConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The ID or URL-encoded path of the project owned by the authenticated user. |
| runnerId
| java.lang.Number
| The ID of a runner to enable for the project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
---
@@ -950,7 +950,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.6.0/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
---
@@ -964,7 +964,7 @@ public java.lang.Number getRunnerId();
The ID of a runner to enable for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
---
@@ -976,7 +976,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectRunnerEnablement.python.md b/docs/projectRunnerEnablement.python.md
index abdc8ff17..eb06d043d 100644
--- a/docs/projectRunnerEnablement.python.md
+++ b/docs/projectRunnerEnablement.python.md
@@ -4,7 +4,7 @@
### ProjectRunnerEnablement
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement gitlab_project_runner_enablement}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement gitlab_project_runner_enablement}.
#### Initializers
@@ -40,7 +40,7 @@ projectRunnerEnablement.ProjectRunnerEnablement(
| 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. |
| runner_id
| typing.Union[int, float]
| The ID of a runner to enable for the project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
---
@@ -110,7 +110,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.6.0/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of a runner to enable for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_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.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 ProjectRunnerEnablement to
The id of the existing ProjectRunnerEnablement that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#import import section} in the documentation of this resource for the id to use
---
@@ -906,7 +906,7 @@ projectRunnerEnablement.ProjectRunnerEnablementConfig(
| 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. |
| runner_id
| typing.Union[int, float]
| The ID of a runner to enable for the project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
---
@@ -990,7 +990,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.6.0/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
---
@@ -1004,7 +1004,7 @@ runner_id: typing.Union[int, float]
The ID of a runner to enable for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
---
@@ -1016,7 +1016,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectRunnerEnablement.typescript.md b/docs/projectRunnerEnablement.typescript.md
index 4fb081a47..8e636b60d 100644
--- a/docs/projectRunnerEnablement.typescript.md
+++ b/docs/projectRunnerEnablement.typescript.md
@@ -4,7 +4,7 @@
### ProjectRunnerEnablement
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement gitlab_project_runner_enablement}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement gitlab_project_runner_enablement}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectRunnerEnablement to
The id of the existing ProjectRunnerEnablement that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#import import section} in the documentation of this resource for the id to use
---
@@ -758,7 +758,7 @@ const projectRunnerEnablementConfig: projectRunnerEnablement.ProjectRunnerEnable
| 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. |
| runnerId
| number
| The ID of a runner to enable for the project. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}. |
---
@@ -842,7 +842,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.6.0/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
---
@@ -856,7 +856,7 @@ public readonly runnerId: number;
The ID of a runner to enable for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
---
@@ -868,7 +868,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectSecurityPolicyAttachment.csharp.md b/docs/projectSecurityPolicyAttachment.csharp.md
index a166deebd..61af2fa3a 100644
--- a/docs/projectSecurityPolicyAttachment.csharp.md
+++ b/docs/projectSecurityPolicyAttachment.csharp.md
@@ -4,7 +4,7 @@
### ProjectSecurityPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ProjectSecurityPolicyAttac
The id of the existing ProjectSecurityPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_security_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -855,7 +855,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.6.0/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
---
@@ -869,7 +869,7 @@ public string Project { get; set; }
The ID or Full Path of the project which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
---
diff --git a/docs/projectSecurityPolicyAttachment.go.md b/docs/projectSecurityPolicyAttachment.go.md
index 0956d7299..7bb9b0ec2 100644
--- a/docs/projectSecurityPolicyAttachment.go.md
+++ b/docs/projectSecurityPolicyAttachment.go.md
@@ -4,7 +4,7 @@
### ProjectSecurityPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ProjectSecurityPolicyAttac
The id of the existing ProjectSecurityPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_security_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -855,7 +855,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.6.0/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
---
@@ -869,7 +869,7 @@ Project *string
The ID or Full Path of the project which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
---
diff --git a/docs/projectSecurityPolicyAttachment.java.md b/docs/projectSecurityPolicyAttachment.java.md
index 5b04db182..fe6ac1533 100644
--- a/docs/projectSecurityPolicyAttachment.java.md
+++ b/docs/projectSecurityPolicyAttachment.java.md
@@ -4,7 +4,7 @@
### ProjectSecurityPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The ID or Full Path of the security policy project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or Full Path of the project which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
---
@@ -547,7 +547,7 @@ The construct id used in the generated config for the ProjectSecurityPolicyAttac
The id of the existing ProjectSecurityPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_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 getPolicyProject();
The ID or Full Path of the security policy project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
---
@@ -953,7 +953,7 @@ public java.lang.String getProject();
The ID or Full Path of the project which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
---
diff --git a/docs/projectSecurityPolicyAttachment.python.md b/docs/projectSecurityPolicyAttachment.python.md
index 840d2432c..fff5a0f86 100644
--- a/docs/projectSecurityPolicyAttachment.python.md
+++ b/docs/projectSecurityPolicyAttachment.python.md
@@ -4,7 +4,7 @@
### ProjectSecurityPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The ID or Full Path of the security policy project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or Full Path of the project which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
---
@@ -591,7 +591,7 @@ The construct id used in the generated config for the ProjectSecurityPolicyAttac
The id of the existing ProjectSecurityPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_security_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -979,7 +979,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.6.0/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
---
@@ -993,7 +993,7 @@ project: str
The ID or Full Path of the project which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
---
diff --git a/docs/projectSecurityPolicyAttachment.typescript.md b/docs/projectSecurityPolicyAttachment.typescript.md
index b0c320bbe..ec194235f 100644
--- a/docs/projectSecurityPolicyAttachment.typescript.md
+++ b/docs/projectSecurityPolicyAttachment.typescript.md
@@ -4,7 +4,7 @@
### ProjectSecurityPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ProjectSecurityPolicyAttac
The id of the existing ProjectSecurityPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_security_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -845,7 +845,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.6.0/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
---
@@ -859,7 +859,7 @@ public readonly project: string;
The ID or Full Path of the project which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
---
diff --git a/docs/projectShareGroup.csharp.md b/docs/projectShareGroup.csharp.md
index c92ed119b..97bcd463e 100644
--- a/docs/projectShareGroup.csharp.md
+++ b/docs/projectShareGroup.csharp.md
@@ -4,7 +4,7 @@
### ProjectShareGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group gitlab_project_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group gitlab_project_share_group}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the ProjectShareGroup to impor
The id of the existing ProjectShareGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_share_group#import import section} in the documentation of this resource for the id to use
---
@@ -831,7 +831,7 @@ new ProjectShareGroupConfig {
| Project
| string
| The ID or URL-encoded path of the project. |
| AccessLevel
| string
| The access level to grant the group for the project. |
| GroupAccess
| string
| The access level to grant the group for the project. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}. |
---
@@ -915,7 +915,7 @@ public double GroupId { get; set; }
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
---
@@ -929,7 +929,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.6.0/docs/resources/project_share_group#project ProjectShareGroup#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#project ProjectShareGroup#project}
---
@@ -945,7 +945,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
---
@@ -961,7 +961,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
---
@@ -973,7 +973,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectShareGroup.go.md b/docs/projectShareGroup.go.md
index 2ccbf1323..0cdbbf041 100644
--- a/docs/projectShareGroup.go.md
+++ b/docs/projectShareGroup.go.md
@@ -4,7 +4,7 @@
### ProjectShareGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group gitlab_project_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group gitlab_project_share_group}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the ProjectShareGroup to impor
The id of the existing ProjectShareGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_share_group#import import section} in the documentation of this resource for the id to use
---
@@ -831,7 +831,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectsharegroup"
| Project
| *string
| The ID or URL-encoded path of the project. |
| AccessLevel
| *string
| The access level to grant the group for the project. |
| GroupAccess
| *string
| The access level to grant the group for the project. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}. |
---
@@ -915,7 +915,7 @@ GroupId *f64
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
---
@@ -929,7 +929,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.6.0/docs/resources/project_share_group#project ProjectShareGroup#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#project ProjectShareGroup#project}
---
@@ -945,7 +945,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
---
@@ -961,7 +961,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
---
@@ -973,7 +973,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectShareGroup.java.md b/docs/projectShareGroup.java.md
index c309bd6cd..6aabe3363 100644
--- a/docs/projectShareGroup.java.md
+++ b/docs/projectShareGroup.java.md
@@ -4,7 +4,7 @@
### ProjectShareGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group gitlab_project_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group gitlab_project_share_group}.
#### Initializers
@@ -46,7 +46,7 @@ ProjectShareGroup.Builder.create(Construct scope, java.lang.String id)
| project
| java.lang.String
| The ID or URL-encoded path of the project. |
| accessLevel
| java.lang.String
| The access level to grant the group for the project. |
| groupAccess
| java.lang.String
| The access level to grant the group for the project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}. |
---
@@ -116,7 +116,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.6.0/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#project ProjectShareGroup#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#project ProjectShareGroup#project}
---
@@ -138,7 +138,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
---
@@ -150,7 +150,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
---
@@ -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.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -609,7 +609,7 @@ The construct id used in the generated config for the ProjectShareGroup to impor
The id of the existing ProjectShareGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_share_group#import import section} in the documentation of this resource for the id to use
---
@@ -956,7 +956,7 @@ ProjectShareGroupConfig.builder()
| project
| java.lang.String
| The ID or URL-encoded path of the project. |
| accessLevel
| java.lang.String
| The access level to grant the group for the project. |
| groupAccess
| java.lang.String
| The access level to grant the group for the project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}. |
---
@@ -1040,7 +1040,7 @@ public java.lang.Number getGroupId();
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
---
@@ -1054,7 +1054,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.6.0/docs/resources/project_share_group#project ProjectShareGroup#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#project ProjectShareGroup#project}
---
@@ -1070,7 +1070,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
---
@@ -1086,7 +1086,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
---
@@ -1098,7 +1098,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectShareGroup.python.md b/docs/projectShareGroup.python.md
index 8e1cd8108..e55e20383 100644
--- a/docs/projectShareGroup.python.md
+++ b/docs/projectShareGroup.python.md
@@ -4,7 +4,7 @@
### ProjectShareGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group gitlab_project_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group gitlab_project_share_group}.
#### Initializers
@@ -44,7 +44,7 @@ projectShareGroup.ProjectShareGroup(
| project
| str
| The ID or URL-encoded path of the project. |
| access_level
| str
| The access level to grant the group for the project. |
| group_access
| str
| The access level to grant the group for the project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#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.6.0/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_id ProjectShareGroup#group_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.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#project ProjectShareGroup#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#project ProjectShareGroup#project}
---
@@ -136,7 +136,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
---
@@ -148,7 +148,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
---
@@ -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.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -653,7 +653,7 @@ The construct id used in the generated config for the ProjectShareGroup to impor
The id of the existing ProjectShareGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_share_group#import import section} in the documentation of this resource for the id to use
---
@@ -996,7 +996,7 @@ projectShareGroup.ProjectShareGroupConfig(
| project
| str
| The ID or URL-encoded path of the project. |
| access_level
| str
| The access level to grant the group for the project. |
| group_access
| str
| The access level to grant the group for the project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}. |
---
@@ -1080,7 +1080,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.6.0/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
---
@@ -1094,7 +1094,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.6.0/docs/resources/project_share_group#project ProjectShareGroup#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#project ProjectShareGroup#project}
---
@@ -1110,7 +1110,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
---
@@ -1126,7 +1126,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
---
@@ -1138,7 +1138,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectShareGroup.typescript.md b/docs/projectShareGroup.typescript.md
index 6fb8a0091..94ddf0a7f 100644
--- a/docs/projectShareGroup.typescript.md
+++ b/docs/projectShareGroup.typescript.md
@@ -4,7 +4,7 @@
### ProjectShareGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group gitlab_project_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group gitlab_project_share_group}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the ProjectShareGroup to impor
The id of the existing ProjectShareGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_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.1/docs/resources/project_share_group#import import section} in the documentation of this resource for the id to use
---
@@ -818,7 +818,7 @@ const projectShareGroupConfig: projectShareGroup.ProjectShareGroupConfig = { ...
| project
| string
| The ID or URL-encoded path of the project. |
| accessLevel
| string
| The access level to grant the group for the project. |
| groupAccess
| string
| The access level to grant the group for the project. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}. |
---
@@ -902,7 +902,7 @@ public readonly groupId: number;
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
---
@@ -916,7 +916,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.6.0/docs/resources/project_share_group#project ProjectShareGroup#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#project ProjectShareGroup#project}
---
@@ -932,7 +932,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
---
@@ -948,7 +948,7 @@ The access level to grant the group for the project.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
---
@@ -960,7 +960,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/projectTag.csharp.md b/docs/projectTag.csharp.md
index 05f338dcb..cddafee6d 100644
--- a/docs/projectTag.csharp.md
+++ b/docs/projectTag.csharp.md
@@ -4,7 +4,7 @@
### ProjectTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag gitlab_project_tag}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectTag to import.
The id of the existing ProjectTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_tag#import import section} in the documentation of this resource for the id to use
---
@@ -880,7 +880,7 @@ new ProjectTagConfig {
| Name
| string
| The name of a tag. |
| Project
| string
| The ID or URL-encoded path of the project owned by the authenticated user. |
| Ref
| string
| Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}. |
| Message
| string
| The message of the annotated tag. |
---
@@ -965,7 +965,7 @@ public string Name { get; set; }
The name of a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#name ProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#name ProjectTag#name}
---
@@ -979,7 +979,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.6.0/docs/resources/project_tag#project ProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#project ProjectTag#project}
---
@@ -993,7 +993,7 @@ public string Ref { get; set; }
Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#ref ProjectTag#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#ref ProjectTag#ref}
---
@@ -1005,7 +1005,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public string Message { get; set; }
The message of the annotated tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#message ProjectTag#message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#message ProjectTag#message}
---
diff --git a/docs/projectTag.go.md b/docs/projectTag.go.md
index acc74a1fe..9da82a1d9 100644
--- a/docs/projectTag.go.md
+++ b/docs/projectTag.go.md
@@ -4,7 +4,7 @@
### ProjectTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag gitlab_project_tag}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectTag to import.
The id of the existing ProjectTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_tag#import import section} in the documentation of this resource for the id to use
---
@@ -880,7 +880,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projecttag"
| Name
| *string
| The name of a tag. |
| Project
| *string
| The ID or URL-encoded path of the project owned by the authenticated user. |
| Ref
| *string
| Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}. |
| Message
| *string
| The message of the annotated tag. |
---
@@ -965,7 +965,7 @@ Name *string
The name of a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#name ProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#name ProjectTag#name}
---
@@ -979,7 +979,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.6.0/docs/resources/project_tag#project ProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#project ProjectTag#project}
---
@@ -993,7 +993,7 @@ Ref *string
Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#ref ProjectTag#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#ref ProjectTag#ref}
---
@@ -1005,7 +1005,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Message *string
The message of the annotated tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#message ProjectTag#message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#message ProjectTag#message}
---
diff --git a/docs/projectTag.java.md b/docs/projectTag.java.md
index fd0114f0f..8f73938cf 100644
--- a/docs/projectTag.java.md
+++ b/docs/projectTag.java.md
@@ -4,7 +4,7 @@
### ProjectTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag gitlab_project_tag}.
#### Initializers
@@ -45,7 +45,7 @@ ProjectTag.Builder.create(Construct scope, java.lang.String id)
| 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. |
| ref
| java.lang.String
| Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}. |
| message
| java.lang.String
| The message of the annotated tag. |
---
@@ -116,7 +116,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.6.0/docs/resources/project_tag#name ProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#name ProjectTag#name}
---
@@ -126,7 +126,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.6.0/docs/resources/project_tag#project ProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#project ProjectTag#project}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#ref ProjectTag#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#ref ProjectTag#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.6.0/docs/resources/project_tag#id ProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 message of the annotated tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#message ProjectTag#message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#message ProjectTag#message}
---
@@ -598,7 +598,7 @@ The construct id used in the generated config for the ProjectTag to import.
The id of the existing ProjectTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_tag#import import section} in the documentation of this resource for the id to use
---
@@ -1000,7 +1000,7 @@ ProjectTagConfig.builder()
| 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. |
| ref
| java.lang.String
| Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}. |
| message
| java.lang.String
| The message of the annotated tag. |
---
@@ -1085,7 +1085,7 @@ public java.lang.String getName();
The name of a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#name ProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#name ProjectTag#name}
---
@@ -1099,7 +1099,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.6.0/docs/resources/project_tag#project ProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#project ProjectTag#project}
---
@@ -1113,7 +1113,7 @@ public java.lang.String getRef();
Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#ref ProjectTag#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#ref ProjectTag#ref}
---
@@ -1125,7 +1125,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1142,7 +1142,7 @@ public java.lang.String getMessage();
The message of the annotated tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#message ProjectTag#message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#message ProjectTag#message}
---
diff --git a/docs/projectTag.python.md b/docs/projectTag.python.md
index b90f68dd1..b940dfb72 100644
--- a/docs/projectTag.python.md
+++ b/docs/projectTag.python.md
@@ -4,7 +4,7 @@
### ProjectTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag gitlab_project_tag}.
#### Initializers
@@ -43,7 +43,7 @@ projectTag.ProjectTag(
| name
| str
| The name of a tag. |
| project
| str
| The ID or URL-encoded path of the project owned by the authenticated user. |
| ref
| str
| Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}. |
| message
| str
| The message of the annotated tag. |
---
@@ -114,7 +114,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.6.0/docs/resources/project_tag#name ProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#name ProjectTag#name}
---
@@ -124,7 +124,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.6.0/docs/resources/project_tag#project ProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#project ProjectTag#project}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#ref ProjectTag#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#ref ProjectTag#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.6.0/docs/resources/project_tag#id ProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 message of the annotated tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#message ProjectTag#message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#message ProjectTag#message}
---
@@ -642,7 +642,7 @@ The construct id used in the generated config for the ProjectTag to import.
The id of the existing ProjectTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_tag#import import section} in the documentation of this resource for the id to use
---
@@ -1039,7 +1039,7 @@ projectTag.ProjectTagConfig(
| name
| str
| The name of a tag. |
| project
| str
| The ID or URL-encoded path of the project owned by the authenticated user. |
| ref
| str
| Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}. |
| message
| str
| The message of the annotated tag. |
---
@@ -1124,7 +1124,7 @@ name: str
The name of a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#name ProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#name ProjectTag#name}
---
@@ -1138,7 +1138,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.6.0/docs/resources/project_tag#project ProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#project ProjectTag#project}
---
@@ -1152,7 +1152,7 @@ ref: str
Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#ref ProjectTag#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#ref ProjectTag#ref}
---
@@ -1164,7 +1164,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1181,7 +1181,7 @@ message: str
The message of the annotated tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#message ProjectTag#message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#message ProjectTag#message}
---
diff --git a/docs/projectTag.typescript.md b/docs/projectTag.typescript.md
index 7bedd93d6..646efba7e 100644
--- a/docs/projectTag.typescript.md
+++ b/docs/projectTag.typescript.md
@@ -4,7 +4,7 @@
### ProjectTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag gitlab_project_tag}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectTag to import.
The id of the existing ProjectTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_tag#import import section} in the documentation of this resource for the id to use
---
@@ -865,7 +865,7 @@ const projectTagConfig: projectTag.ProjectTagConfig = { ... }
| name
| string
| The name of a tag. |
| project
| string
| The ID or URL-encoded path of the project owned by the authenticated user. |
| ref
| string
| Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}. |
| message
| string
| The message of the annotated tag. |
---
@@ -950,7 +950,7 @@ public readonly name: string;
The name of a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#name ProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#name ProjectTag#name}
---
@@ -964,7 +964,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.6.0/docs/resources/project_tag#project ProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#project ProjectTag#project}
---
@@ -978,7 +978,7 @@ public readonly ref: string;
Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#ref ProjectTag#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#ref ProjectTag#ref}
---
@@ -990,7 +990,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1007,7 +1007,7 @@ public readonly message: string;
The message of the annotated tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#message ProjectTag#message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#message ProjectTag#message}
---
diff --git a/docs/projectVariable.csharp.md b/docs/projectVariable.csharp.md
index ae776ff4c..a624eed9d 100644
--- a/docs/projectVariable.csharp.md
+++ b/docs/projectVariable.csharp.md
@@ -4,7 +4,7 @@
### ProjectVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable gitlab_project_variable}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the ProjectVariable to import.
The id of the existing ProjectVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_variable#import import section} in the documentation of this resource for the id to use
---
@@ -975,7 +975,7 @@ new ProjectVariableConfig {
| 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.6.0/docs/resources/project_variable#id ProjectVariable#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#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 Key { get; set; }
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#key ProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#key ProjectVariable#key}
---
@@ -1077,7 +1077,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.6.0/docs/resources/project_variable#project ProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#project ProjectVariable#project}
---
@@ -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.6.0/docs/resources/project_variable#value ProjectVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#value ProjectVariable#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.6.0/docs/resources/project_variable#description ProjectVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#description ProjectVariable#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.6.0/docs/resources/project_variable#environment_scope ProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#environment_scope ProjectVariable#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.6.0/docs/resources/project_variable#id ProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/project_variable#masked ProjectVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#masked ProjectVariable#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.6.0/docs/resources/project_variable#protected ProjectVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#protected ProjectVariable#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.6.0/docs/resources/project_variable#raw ProjectVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#raw ProjectVariable#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.6.0/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
---
diff --git a/docs/projectVariable.go.md b/docs/projectVariable.go.md
index 0be586f0b..fc4423632 100644
--- a/docs/projectVariable.go.md
+++ b/docs/projectVariable.go.md
@@ -4,7 +4,7 @@
### ProjectVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable gitlab_project_variable}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the ProjectVariable to import.
The id of the existing ProjectVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_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/projectvariable"
| 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.6.0/docs/resources/project_variable#id ProjectVariable#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#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 @@ Key *string
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#key ProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#key ProjectVariable#key}
---
@@ -1077,7 +1077,7 @@ Project *string
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#project ProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#project ProjectVariable#project}
---
@@ -1091,7 +1091,7 @@ Value *string
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#value ProjectVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#value ProjectVariable#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.6.0/docs/resources/project_variable#description ProjectVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#description ProjectVariable#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.6.0/docs/resources/project_variable#environment_scope ProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#environment_scope ProjectVariable#environment_scope}
---
@@ -1133,7 +1133,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#id ProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/project_variable#masked ProjectVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#masked ProjectVariable#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.6.0/docs/resources/project_variable#protected ProjectVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#protected ProjectVariable#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.6.0/docs/resources/project_variable#raw ProjectVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#raw ProjectVariable#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.6.0/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
---
diff --git a/docs/projectVariable.java.md b/docs/projectVariable.java.md
index 4feec70e2..972e92b29 100644
--- a/docs/projectVariable.java.md
+++ b/docs/projectVariable.java.md
@@ -4,7 +4,7 @@
### ProjectVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable gitlab_project_variable}.
#### Initializers
@@ -55,7 +55,7 @@ ProjectVariable.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.6.0/docs/resources/project_variable#id ProjectVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#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 of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#key ProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#key ProjectVariable#key}
---
@@ -139,7 +139,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.6.0/docs/resources/project_variable#project ProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#project ProjectVariable#project}
---
@@ -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.6.0/docs/resources/project_variable#value ProjectVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#value ProjectVariable#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.6.0/docs/resources/project_variable#description ProjectVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#description ProjectVariable#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.6.0/docs/resources/project_variable#environment_scope ProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#environment_scope ProjectVariable#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.6.0/docs/resources/project_variable#id ProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/project_variable#masked ProjectVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#masked ProjectVariable#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.6.0/docs/resources/project_variable#protected ProjectVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#protected ProjectVariable#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.6.0/docs/resources/project_variable#raw ProjectVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#raw ProjectVariable#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.6.0/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
---
@@ -704,7 +704,7 @@ The construct id used in the generated config for the ProjectVariable to import.
The id of the existing ProjectVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_variable#import import section} in the documentation of this resource for the id to use
---
@@ -1170,7 +1170,7 @@ ProjectVariableConfig.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.6.0/docs/resources/project_variable#id ProjectVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#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 getKey();
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#key ProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#key ProjectVariable#key}
---
@@ -1272,7 +1272,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.6.0/docs/resources/project_variable#project ProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#project ProjectVariable#project}
---
@@ -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.6.0/docs/resources/project_variable#value ProjectVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#value ProjectVariable#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.6.0/docs/resources/project_variable#description ProjectVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#description ProjectVariable#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.6.0/docs/resources/project_variable#environment_scope ProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#environment_scope ProjectVariable#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.6.0/docs/resources/project_variable#id ProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/project_variable#masked ProjectVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#masked ProjectVariable#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.6.0/docs/resources/project_variable#protected ProjectVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#protected ProjectVariable#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.6.0/docs/resources/project_variable#raw ProjectVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#raw ProjectVariable#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.6.0/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
---
diff --git a/docs/projectVariable.python.md b/docs/projectVariable.python.md
index ea0bfa497..b9ebdf331 100644
--- a/docs/projectVariable.python.md
+++ b/docs/projectVariable.python.md
@@ -4,7 +4,7 @@
### ProjectVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable gitlab_project_variable}.
#### Initializers
@@ -50,7 +50,7 @@ projectVariable.ProjectVariable(
| 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.6.0/docs/resources/project_variable#id ProjectVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#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 of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#key ProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#key ProjectVariable#key}
---
@@ -134,7 +134,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.6.0/docs/resources/project_variable#project ProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#project ProjectVariable#project}
---
@@ -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.6.0/docs/resources/project_variable#value ProjectVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#value ProjectVariable#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.6.0/docs/resources/project_variable#description ProjectVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#description ProjectVariable#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.6.0/docs/resources/project_variable#environment_scope ProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#environment_scope ProjectVariable#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.6.0/docs/resources/project_variable#id ProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/project_variable#masked ProjectVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#masked ProjectVariable#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.6.0/docs/resources/project_variable#protected ProjectVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#protected ProjectVariable#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.6.0/docs/resources/project_variable#raw ProjectVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#raw ProjectVariable#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.6.0/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
---
@@ -745,7 +745,7 @@ The construct id used in the generated config for the ProjectVariable to import.
The id of the existing ProjectVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_variable#import import section} in the documentation of this resource for the id to use
---
@@ -1204,7 +1204,7 @@ projectVariable.ProjectVariableConfig(
| 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.6.0/docs/resources/project_variable#id ProjectVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#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 @@ key: str
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#key ProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#key ProjectVariable#key}
---
@@ -1306,7 +1306,7 @@ project: str
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#project ProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#project ProjectVariable#project}
---
@@ -1320,7 +1320,7 @@ value: str
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#value ProjectVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#value ProjectVariable#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.6.0/docs/resources/project_variable#description ProjectVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#description ProjectVariable#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.6.0/docs/resources/project_variable#environment_scope ProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#environment_scope ProjectVariable#environment_scope}
---
@@ -1362,7 +1362,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#id ProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/project_variable#masked ProjectVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#masked ProjectVariable#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.6.0/docs/resources/project_variable#protected ProjectVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#protected ProjectVariable#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.6.0/docs/resources/project_variable#raw ProjectVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#raw ProjectVariable#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.6.0/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
---
diff --git a/docs/projectVariable.typescript.md b/docs/projectVariable.typescript.md
index c5c161ce2..f9b12d06b 100644
--- a/docs/projectVariable.typescript.md
+++ b/docs/projectVariable.typescript.md
@@ -4,7 +4,7 @@
### ProjectVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable gitlab_project_variable}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the ProjectVariable to import.
The id of the existing ProjectVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/project_variable#import import section} in the documentation of this resource for the id to use
---
@@ -957,7 +957,7 @@ const projectVariableConfig: projectVariable.ProjectVariableConfig = { ... }
| 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.6.0/docs/resources/project_variable#id ProjectVariable#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#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 key: string;
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#key ProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#key ProjectVariable#key}
---
@@ -1059,7 +1059,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.6.0/docs/resources/project_variable#project ProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#project ProjectVariable#project}
---
@@ -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.6.0/docs/resources/project_variable#value ProjectVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#value ProjectVariable#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.6.0/docs/resources/project_variable#description ProjectVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#description ProjectVariable#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.6.0/docs/resources/project_variable#environment_scope ProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#environment_scope ProjectVariable#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.6.0/docs/resources/project_variable#id ProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/project_variable#masked ProjectVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#masked ProjectVariable#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.6.0/docs/resources/project_variable#protected ProjectVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#protected ProjectVariable#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.6.0/docs/resources/project_variable#raw ProjectVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#raw ProjectVariable#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.6.0/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
---
diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md
index 7b05c2e2a..75ed31fa4 100644
--- a/docs/provider.csharp.md
+++ b/docs/provider.csharp.md
@@ -4,7 +4,7 @@
### GitlabProvider
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs gitlab}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs gitlab}.
#### Initializers
@@ -303,7 +303,7 @@ The construct id used in the generated config for the GitlabProvider to import.
The id of the existing GitlabProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#import import section} in the documentation of this resource for the id to use
---
@@ -700,7 +700,7 @@ public string Alias { get; set; }
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#alias GitlabProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#alias GitlabProvider#alias}
---
@@ -716,7 +716,7 @@ This is the target GitLab base API endpoint.
Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. `https://my.gitlab.server/api/v4/`. It is optional to provide this value and it can also be sourced from the `GITLAB_BASE_URL` environment variable. The value must end with a slash.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#base_url GitlabProvider#base_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#base_url GitlabProvider#base_url}
---
@@ -732,7 +732,7 @@ This is a file containing the ca cert to verify the gitlab instance.
This is available for use when working with GitLab CE or Gitlab Enterprise with a locally-issued or self-signed certificate chain.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#cacert_file GitlabProvider#cacert_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#cacert_file GitlabProvider#cacert_file}
---
@@ -746,7 +746,7 @@ public string ClientCert { get; set; }
File path to client certificate when GitLab instance is behind company proxy. File must contain PEM encoded data.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_cert GitlabProvider#client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_cert GitlabProvider#client_cert}
---
@@ -762,7 +762,7 @@ File path to client key when GitLab instance is behind company proxy.
File must contain PEM encoded data. Required when `client_cert` is set.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_key GitlabProvider#client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_key GitlabProvider#client_key}
---
@@ -778,7 +778,7 @@ public object EarlyAuthCheck { get; set; }
Set this to `false` to skip this check. This may be useful if the GitLab instance does not yet exist and is created within the same terraform module. It may be sourced from the `GITLAB_EARLY_AUTH_CHECK`. This is an experimental feature and may change in the future. Please make sure to always keep backups of your state.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#early_auth_check GitlabProvider#early_auth_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#early_auth_check GitlabProvider#early_auth_check}
---
@@ -792,7 +792,7 @@ public System.Collections.Generic.IDictionary Headers { get; set
A map of headers to append to all API request to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#headers GitlabProvider#headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#headers GitlabProvider#headers}
---
@@ -806,7 +806,7 @@ public object Insecure { get; set; }
When set to true this disables SSL verification of the connection to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#insecure GitlabProvider#insecure}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#insecure GitlabProvider#insecure}
---
@@ -820,7 +820,7 @@ public double Retries { get; set; }
The number of retries to execute when receiving a 429 Rate Limit error. Each retry will exponentially back off.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#retries GitlabProvider#retries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#retries GitlabProvider#retries}
---
@@ -836,7 +836,7 @@ The OAuth2 Token, Project, Group, Personal Access Token or CI Job Token used to
The OAuth method is used in this provider for authentication (using Bearer authorization token). See https://docs.gitlab.com/ee/api/#authentication for details. It may be sourced from the `GITLAB_TOKEN` environment variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#token GitlabProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#token GitlabProvider#token}
---
diff --git a/docs/provider.go.md b/docs/provider.go.md
index bc12c42e0..a4445b1f5 100644
--- a/docs/provider.go.md
+++ b/docs/provider.go.md
@@ -4,7 +4,7 @@
### GitlabProvider
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs gitlab}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs gitlab}.
#### Initializers
@@ -303,7 +303,7 @@ The construct id used in the generated config for the GitlabProvider to import.
The id of the existing GitlabProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#import import section} in the documentation of this resource for the id to use
---
@@ -700,7 +700,7 @@ Alias *string
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#alias GitlabProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#alias GitlabProvider#alias}
---
@@ -716,7 +716,7 @@ This is the target GitLab base API endpoint.
Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. `https://my.gitlab.server/api/v4/`. It is optional to provide this value and it can also be sourced from the `GITLAB_BASE_URL` environment variable. The value must end with a slash.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#base_url GitlabProvider#base_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#base_url GitlabProvider#base_url}
---
@@ -732,7 +732,7 @@ This is a file containing the ca cert to verify the gitlab instance.
This is available for use when working with GitLab CE or Gitlab Enterprise with a locally-issued or self-signed certificate chain.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#cacert_file GitlabProvider#cacert_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#cacert_file GitlabProvider#cacert_file}
---
@@ -746,7 +746,7 @@ ClientCert *string
File path to client certificate when GitLab instance is behind company proxy. File must contain PEM encoded data.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_cert GitlabProvider#client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_cert GitlabProvider#client_cert}
---
@@ -762,7 +762,7 @@ File path to client key when GitLab instance is behind company proxy.
File must contain PEM encoded data. Required when `client_cert` is set.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_key GitlabProvider#client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_key GitlabProvider#client_key}
---
@@ -778,7 +778,7 @@ EarlyAuthCheck interface{}
Set this to `false` to skip this check. This may be useful if the GitLab instance does not yet exist and is created within the same terraform module. It may be sourced from the `GITLAB_EARLY_AUTH_CHECK`. This is an experimental feature and may change in the future. Please make sure to always keep backups of your state.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#early_auth_check GitlabProvider#early_auth_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#early_auth_check GitlabProvider#early_auth_check}
---
@@ -792,7 +792,7 @@ Headers *map[string]*string
A map of headers to append to all API request to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#headers GitlabProvider#headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#headers GitlabProvider#headers}
---
@@ -806,7 +806,7 @@ Insecure interface{}
When set to true this disables SSL verification of the connection to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#insecure GitlabProvider#insecure}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#insecure GitlabProvider#insecure}
---
@@ -820,7 +820,7 @@ Retries *f64
The number of retries to execute when receiving a 429 Rate Limit error. Each retry will exponentially back off.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#retries GitlabProvider#retries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#retries GitlabProvider#retries}
---
@@ -836,7 +836,7 @@ The OAuth2 Token, Project, Group, Personal Access Token or CI Job Token used to
The OAuth method is used in this provider for authentication (using Bearer authorization token). See https://docs.gitlab.com/ee/api/#authentication for details. It may be sourced from the `GITLAB_TOKEN` environment variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#token GitlabProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#token GitlabProvider#token}
---
diff --git a/docs/provider.java.md b/docs/provider.java.md
index 7ab2a1836..460cc5c1b 100644
--- a/docs/provider.java.md
+++ b/docs/provider.java.md
@@ -4,7 +4,7 @@
### GitlabProvider
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs gitlab}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs gitlab}.
#### Initializers
@@ -68,7 +68,7 @@ Must be unique amongst siblings in the same scope
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#alias GitlabProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#alias GitlabProvider#alias}
---
@@ -80,7 +80,7 @@ This is the target GitLab base API endpoint.
Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. `https://my.gitlab.server/api/v4/`. It is optional to provide this value and it can also be sourced from the `GITLAB_BASE_URL` environment variable. The value must end with a slash.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#base_url GitlabProvider#base_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#base_url GitlabProvider#base_url}
---
@@ -92,7 +92,7 @@ This is a file containing the ca cert to verify the gitlab instance.
This is available for use when working with GitLab CE or Gitlab Enterprise with a locally-issued or self-signed certificate chain.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#cacert_file GitlabProvider#cacert_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#cacert_file GitlabProvider#cacert_file}
---
@@ -102,7 +102,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
File path to client certificate when GitLab instance is behind company proxy. File must contain PEM encoded data.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_cert GitlabProvider#client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_cert GitlabProvider#client_cert}
---
@@ -114,7 +114,7 @@ File path to client key when GitLab instance is behind company proxy.
File must contain PEM encoded data. Required when `client_cert` is set.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_key GitlabProvider#client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_key GitlabProvider#client_key}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set this to `false` to skip this check. This may be useful if the GitLab instance does not yet exist and is created within the same terraform module. It may be sourced from the `GITLAB_EARLY_AUTH_CHECK`. This is an experimental feature and may change in the future. Please make sure to always keep backups of your state.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#early_auth_check GitlabProvider#early_auth_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#early_auth_check GitlabProvider#early_auth_check}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A map of headers to append to all API request to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#headers GitlabProvider#headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#headers GitlabProvider#headers}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When set to true this disables SSL verification of the connection to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#insecure GitlabProvider#insecure}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#insecure GitlabProvider#insecure}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The number of retries to execute when receiving a 429 Rate Limit error. Each retry will exponentially back off.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#retries GitlabProvider#retries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#retries GitlabProvider#retries}
---
@@ -168,7 +168,7 @@ The OAuth2 Token, Project, Group, Personal Access Token or CI Job Token used to
The OAuth method is used in this provider for authentication (using Bearer authorization token). See https://docs.gitlab.com/ee/api/#authentication for details. It may be sourced from the `GITLAB_TOKEN` environment variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#token GitlabProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#token GitlabProvider#token}
---
@@ -429,7 +429,7 @@ The construct id used in the generated config for the GitlabProvider to import.
The id of the existing GitlabProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#import import section} in the documentation of this resource for the id to use
---
@@ -828,7 +828,7 @@ public java.lang.String getAlias();
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#alias GitlabProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#alias GitlabProvider#alias}
---
@@ -844,7 +844,7 @@ This is the target GitLab base API endpoint.
Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. `https://my.gitlab.server/api/v4/`. It is optional to provide this value and it can also be sourced from the `GITLAB_BASE_URL` environment variable. The value must end with a slash.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#base_url GitlabProvider#base_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#base_url GitlabProvider#base_url}
---
@@ -860,7 +860,7 @@ This is a file containing the ca cert to verify the gitlab instance.
This is available for use when working with GitLab CE or Gitlab Enterprise with a locally-issued or self-signed certificate chain.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#cacert_file GitlabProvider#cacert_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#cacert_file GitlabProvider#cacert_file}
---
@@ -874,7 +874,7 @@ public java.lang.String getClientCert();
File path to client certificate when GitLab instance is behind company proxy. File must contain PEM encoded data.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_cert GitlabProvider#client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_cert GitlabProvider#client_cert}
---
@@ -890,7 +890,7 @@ File path to client key when GitLab instance is behind company proxy.
File must contain PEM encoded data. Required when `client_cert` is set.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_key GitlabProvider#client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_key GitlabProvider#client_key}
---
@@ -906,7 +906,7 @@ public java.lang.Object getEarlyAuthCheck();
Set this to `false` to skip this check. This may be useful if the GitLab instance does not yet exist and is created within the same terraform module. It may be sourced from the `GITLAB_EARLY_AUTH_CHECK`. This is an experimental feature and may change in the future. Please make sure to always keep backups of your state.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#early_auth_check GitlabProvider#early_auth_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#early_auth_check GitlabProvider#early_auth_check}
---
@@ -920,7 +920,7 @@ public java.util.Map getHeaders();
A map of headers to append to all API request to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#headers GitlabProvider#headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#headers GitlabProvider#headers}
---
@@ -934,7 +934,7 @@ public java.lang.Object getInsecure();
When set to true this disables SSL verification of the connection to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#insecure GitlabProvider#insecure}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#insecure GitlabProvider#insecure}
---
@@ -948,7 +948,7 @@ public java.lang.Number getRetries();
The number of retries to execute when receiving a 429 Rate Limit error. Each retry will exponentially back off.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#retries GitlabProvider#retries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#retries GitlabProvider#retries}
---
@@ -964,7 +964,7 @@ The OAuth2 Token, Project, Group, Personal Access Token or CI Job Token used to
The OAuth method is used in this provider for authentication (using Bearer authorization token). See https://docs.gitlab.com/ee/api/#authentication for details. It may be sourced from the `GITLAB_TOKEN` environment variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#token GitlabProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#token GitlabProvider#token}
---
diff --git a/docs/provider.python.md b/docs/provider.python.md
index 6fcaaad85..434e2d1a4 100644
--- a/docs/provider.python.md
+++ b/docs/provider.python.md
@@ -4,7 +4,7 @@
### GitlabProvider
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs gitlab}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs gitlab}.
#### Initializers
@@ -68,7 +68,7 @@ Must be unique amongst siblings in the same scope
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#alias GitlabProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#alias GitlabProvider#alias}
---
@@ -80,7 +80,7 @@ This is the target GitLab base API endpoint.
Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. `https://my.gitlab.server/api/v4/`. It is optional to provide this value and it can also be sourced from the `GITLAB_BASE_URL` environment variable. The value must end with a slash.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#base_url GitlabProvider#base_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#base_url GitlabProvider#base_url}
---
@@ -92,7 +92,7 @@ This is a file containing the ca cert to verify the gitlab instance.
This is available for use when working with GitLab CE or Gitlab Enterprise with a locally-issued or self-signed certificate chain.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#cacert_file GitlabProvider#cacert_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#cacert_file GitlabProvider#cacert_file}
---
@@ -102,7 +102,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
File path to client certificate when GitLab instance is behind company proxy. File must contain PEM encoded data.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_cert GitlabProvider#client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_cert GitlabProvider#client_cert}
---
@@ -114,7 +114,7 @@ File path to client key when GitLab instance is behind company proxy.
File must contain PEM encoded data. Required when `client_cert` is set.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_key GitlabProvider#client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_key GitlabProvider#client_key}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set this to `false` to skip this check. This may be useful if the GitLab instance does not yet exist and is created within the same terraform module. It may be sourced from the `GITLAB_EARLY_AUTH_CHECK`. This is an experimental feature and may change in the future. Please make sure to always keep backups of your state.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#early_auth_check GitlabProvider#early_auth_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#early_auth_check GitlabProvider#early_auth_check}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A map of headers to append to all API request to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#headers GitlabProvider#headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#headers GitlabProvider#headers}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When set to true this disables SSL verification of the connection to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#insecure GitlabProvider#insecure}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#insecure GitlabProvider#insecure}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The number of retries to execute when receiving a 429 Rate Limit error. Each retry will exponentially back off.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#retries GitlabProvider#retries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#retries GitlabProvider#retries}
---
@@ -168,7 +168,7 @@ The OAuth2 Token, Project, Group, Personal Access Token or CI Job Token used to
The OAuth method is used in this provider for authentication (using Bearer authorization token). See https://docs.gitlab.com/ee/api/#authentication for details. It may be sourced from the `GITLAB_TOKEN` environment variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#token GitlabProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#token GitlabProvider#token}
---
@@ -445,7 +445,7 @@ The construct id used in the generated config for the GitlabProvider to import.
The id of the existing GitlabProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#import import section} in the documentation of this resource for the id to use
---
@@ -842,7 +842,7 @@ alias: str
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#alias GitlabProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#alias GitlabProvider#alias}
---
@@ -858,7 +858,7 @@ This is the target GitLab base API endpoint.
Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. `https://my.gitlab.server/api/v4/`. It is optional to provide this value and it can also be sourced from the `GITLAB_BASE_URL` environment variable. The value must end with a slash.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#base_url GitlabProvider#base_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#base_url GitlabProvider#base_url}
---
@@ -874,7 +874,7 @@ This is a file containing the ca cert to verify the gitlab instance.
This is available for use when working with GitLab CE or Gitlab Enterprise with a locally-issued or self-signed certificate chain.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#cacert_file GitlabProvider#cacert_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#cacert_file GitlabProvider#cacert_file}
---
@@ -888,7 +888,7 @@ client_cert: str
File path to client certificate when GitLab instance is behind company proxy. File must contain PEM encoded data.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_cert GitlabProvider#client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_cert GitlabProvider#client_cert}
---
@@ -904,7 +904,7 @@ File path to client key when GitLab instance is behind company proxy.
File must contain PEM encoded data. Required when `client_cert` is set.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_key GitlabProvider#client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_key GitlabProvider#client_key}
---
@@ -920,7 +920,7 @@ early_auth_check: typing.Union[bool, IResolvable]
Set this to `false` to skip this check. This may be useful if the GitLab instance does not yet exist and is created within the same terraform module. It may be sourced from the `GITLAB_EARLY_AUTH_CHECK`. This is an experimental feature and may change in the future. Please make sure to always keep backups of your state.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#early_auth_check GitlabProvider#early_auth_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#early_auth_check GitlabProvider#early_auth_check}
---
@@ -934,7 +934,7 @@ headers: typing.Mapping[str]
A map of headers to append to all API request to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#headers GitlabProvider#headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#headers GitlabProvider#headers}
---
@@ -948,7 +948,7 @@ insecure: typing.Union[bool, IResolvable]
When set to true this disables SSL verification of the connection to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#insecure GitlabProvider#insecure}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#insecure GitlabProvider#insecure}
---
@@ -962,7 +962,7 @@ retries: typing.Union[int, float]
The number of retries to execute when receiving a 429 Rate Limit error. Each retry will exponentially back off.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#retries GitlabProvider#retries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#retries GitlabProvider#retries}
---
@@ -978,7 +978,7 @@ The OAuth2 Token, Project, Group, Personal Access Token or CI Job Token used to
The OAuth method is used in this provider for authentication (using Bearer authorization token). See https://docs.gitlab.com/ee/api/#authentication for details. It may be sourced from the `GITLAB_TOKEN` environment variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#token GitlabProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#token GitlabProvider#token}
---
diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md
index 00c0964dc..06ff893be 100644
--- a/docs/provider.typescript.md
+++ b/docs/provider.typescript.md
@@ -4,7 +4,7 @@
### GitlabProvider
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs gitlab}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs gitlab}.
#### Initializers
@@ -303,7 +303,7 @@ The construct id used in the generated config for the GitlabProvider to import.
The id of the existing GitlabProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#import import section} in the documentation of this resource for the id to use
---
@@ -689,7 +689,7 @@ public readonly alias: string;
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#alias GitlabProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#alias GitlabProvider#alias}
---
@@ -705,7 +705,7 @@ This is the target GitLab base API endpoint.
Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. `https://my.gitlab.server/api/v4/`. It is optional to provide this value and it can also be sourced from the `GITLAB_BASE_URL` environment variable. The value must end with a slash.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#base_url GitlabProvider#base_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#base_url GitlabProvider#base_url}
---
@@ -721,7 +721,7 @@ This is a file containing the ca cert to verify the gitlab instance.
This is available for use when working with GitLab CE or Gitlab Enterprise with a locally-issued or self-signed certificate chain.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#cacert_file GitlabProvider#cacert_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#cacert_file GitlabProvider#cacert_file}
---
@@ -735,7 +735,7 @@ public readonly clientCert: string;
File path to client certificate when GitLab instance is behind company proxy. File must contain PEM encoded data.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_cert GitlabProvider#client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_cert GitlabProvider#client_cert}
---
@@ -751,7 +751,7 @@ File path to client key when GitLab instance is behind company proxy.
File must contain PEM encoded data. Required when `client_cert` is set.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_key GitlabProvider#client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_key GitlabProvider#client_key}
---
@@ -767,7 +767,7 @@ public readonly earlyAuthCheck: boolean | IResolvable;
Set this to `false` to skip this check. This may be useful if the GitLab instance does not yet exist and is created within the same terraform module. It may be sourced from the `GITLAB_EARLY_AUTH_CHECK`. This is an experimental feature and may change in the future. Please make sure to always keep backups of your state.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#early_auth_check GitlabProvider#early_auth_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#early_auth_check GitlabProvider#early_auth_check}
---
@@ -781,7 +781,7 @@ public readonly headers: {[ key: string ]: string};
A map of headers to append to all API request to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#headers GitlabProvider#headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#headers GitlabProvider#headers}
---
@@ -795,7 +795,7 @@ public readonly insecure: boolean | IResolvable;
When set to true this disables SSL verification of the connection to the GitLab instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#insecure GitlabProvider#insecure}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#insecure GitlabProvider#insecure}
---
@@ -809,7 +809,7 @@ public readonly retries: number;
The number of retries to execute when receiving a 429 Rate Limit error. Each retry will exponentially back off.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#retries GitlabProvider#retries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#retries GitlabProvider#retries}
---
@@ -825,7 +825,7 @@ The OAuth2 Token, Project, Group, Personal Access Token or CI Job Token used to
The OAuth method is used in this provider for authentication (using Bearer authorization token). See https://docs.gitlab.com/ee/api/#authentication for details. It may be sourced from the `GITLAB_TOKEN` environment variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#token GitlabProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#token GitlabProvider#token}
---
diff --git a/docs/releaseLink.csharp.md b/docs/releaseLink.csharp.md
index 377e17a20..07ff7f6d0 100644
--- a/docs/releaseLink.csharp.md
+++ b/docs/releaseLink.csharp.md
@@ -4,7 +4,7 @@
### ReleaseLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link gitlab_release_link}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the ReleaseLink to import.
The id of the existing ReleaseLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/release_link#import import section} in the documentation of this resource for the id to use
---
@@ -911,7 +911,7 @@ new ReleaseLinkConfig {
| TagName
| string
| The tag associated with the Release. |
| Url
| string
| The URL of the link. Link URLs must be unique within the release. |
| Filepath
| string
| Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets). |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}. |
| LinkType
| string
| The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other. |
---
@@ -996,7 +996,7 @@ public string Name { get; set; }
The name of the link. Link names must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#name ReleaseLink#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#name ReleaseLink#name}
---
@@ -1010,7 +1010,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.6.0/docs/resources/release_link#project ReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#project ReleaseLink#project}
---
@@ -1024,7 +1024,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.6.0/docs/resources/release_link#tag_name ReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#tag_name ReleaseLink#tag_name}
---
@@ -1038,7 +1038,7 @@ public string Url { get; set; }
The URL of the link. Link URLs must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#url ReleaseLink#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#url ReleaseLink#url}
---
@@ -1052,7 +1052,7 @@ public string Filepath { get; set; }
Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#filepath ReleaseLink#filepath}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#filepath ReleaseLink#filepath}
---
@@ -1064,7 +1064,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1081,7 +1081,7 @@ public string LinkType { get; set; }
The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#link_type ReleaseLink#link_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#link_type ReleaseLink#link_type}
---
diff --git a/docs/releaseLink.go.md b/docs/releaseLink.go.md
index 2d0768658..fd8531e5d 100644
--- a/docs/releaseLink.go.md
+++ b/docs/releaseLink.go.md
@@ -4,7 +4,7 @@
### ReleaseLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link gitlab_release_link}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the ReleaseLink to import.
The id of the existing ReleaseLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/release_link#import import section} in the documentation of this resource for the id to use
---
@@ -911,7 +911,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/releaselink"
| TagName
| *string
| The tag associated with the Release. |
| Url
| *string
| The URL of the link. Link URLs must be unique within the release. |
| Filepath
| *string
| Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets). |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}. |
| LinkType
| *string
| The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other. |
---
@@ -996,7 +996,7 @@ Name *string
The name of the link. Link names must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#name ReleaseLink#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#name ReleaseLink#name}
---
@@ -1010,7 +1010,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.6.0/docs/resources/release_link#project ReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#project ReleaseLink#project}
---
@@ -1024,7 +1024,7 @@ TagName *string
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#tag_name ReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#tag_name ReleaseLink#tag_name}
---
@@ -1038,7 +1038,7 @@ Url *string
The URL of the link. Link URLs must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#url ReleaseLink#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#url ReleaseLink#url}
---
@@ -1052,7 +1052,7 @@ Filepath *string
Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#filepath ReleaseLink#filepath}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#filepath ReleaseLink#filepath}
---
@@ -1064,7 +1064,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1081,7 +1081,7 @@ LinkType *string
The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#link_type ReleaseLink#link_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#link_type ReleaseLink#link_type}
---
diff --git a/docs/releaseLink.java.md b/docs/releaseLink.java.md
index feb17853b..673c7390a 100644
--- a/docs/releaseLink.java.md
+++ b/docs/releaseLink.java.md
@@ -4,7 +4,7 @@
### ReleaseLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link gitlab_release_link}.
#### Initializers
@@ -49,7 +49,7 @@ ReleaseLink.Builder.create(Construct scope, java.lang.String id)
| tagName
| java.lang.String
| The tag associated with the Release. |
| url
| java.lang.String
| The URL of the link. Link URLs must be unique within the release. |
| filepath
| java.lang.String
| Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}. |
| linkType
| java.lang.String
| The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other. |
---
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The name of the link. Link names must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#name ReleaseLink#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#name ReleaseLink#name}
---
@@ -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).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#project ReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#project ReleaseLink#project}
---
@@ -140,7 +140,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.6.0/docs/resources/release_link#tag_name ReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#tag_name ReleaseLink#tag_name}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL of the link. Link URLs must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#url ReleaseLink#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#url ReleaseLink#url}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#filepath ReleaseLink#filepath}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#filepath ReleaseLink#filepath}
---
@@ -168,7 +168,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.6.0/docs/resources/release_link#id ReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -181,7 +181,7 @@ If you experience problems setting this value it might not be settable. Please t
The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#link_type ReleaseLink#link_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#link_type ReleaseLink#link_type}
---
@@ -629,7 +629,7 @@ The construct id used in the generated config for the ReleaseLink to import.
The id of the existing ReleaseLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/release_link#import import section} in the documentation of this resource for the id to use
---
@@ -1056,7 +1056,7 @@ ReleaseLinkConfig.builder()
| tagName
| java.lang.String
| The tag associated with the Release. |
| url
| java.lang.String
| The URL of the link. Link URLs must be unique within the release. |
| filepath
| java.lang.String
| Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}. |
| linkType
| java.lang.String
| The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other. |
---
@@ -1141,7 +1141,7 @@ public java.lang.String getName();
The name of the link. Link names must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#name ReleaseLink#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#name ReleaseLink#name}
---
@@ -1155,7 +1155,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.6.0/docs/resources/release_link#project ReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#project ReleaseLink#project}
---
@@ -1169,7 +1169,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.6.0/docs/resources/release_link#tag_name ReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#tag_name ReleaseLink#tag_name}
---
@@ -1183,7 +1183,7 @@ public java.lang.String getUrl();
The URL of the link. Link URLs must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#url ReleaseLink#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#url ReleaseLink#url}
---
@@ -1197,7 +1197,7 @@ public java.lang.String getFilepath();
Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#filepath ReleaseLink#filepath}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#filepath ReleaseLink#filepath}
---
@@ -1209,7 +1209,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1226,7 +1226,7 @@ public java.lang.String getLinkType();
The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#link_type ReleaseLink#link_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#link_type ReleaseLink#link_type}
---
diff --git a/docs/releaseLink.python.md b/docs/releaseLink.python.md
index 8416cc65a..de1e4ed87 100644
--- a/docs/releaseLink.python.md
+++ b/docs/releaseLink.python.md
@@ -4,7 +4,7 @@
### ReleaseLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link gitlab_release_link}.
#### Initializers
@@ -47,7 +47,7 @@ releaseLink.ReleaseLink(
| tag_name
| str
| The tag associated with the Release. |
| url
| str
| The URL of the link. Link URLs must be unique within the release. |
| filepath
| str
| Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}. |
| link_type
| str
| The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other. |
---
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The name of the link. Link names must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#name ReleaseLink#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#name ReleaseLink#name}
---
@@ -128,7 +128,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.6.0/docs/resources/release_link#project ReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#project ReleaseLink#project}
---
@@ -138,7 +138,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.6.0/docs/resources/release_link#tag_name ReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#tag_name ReleaseLink#tag_name}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL of the link. Link URLs must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#url ReleaseLink#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#url ReleaseLink#url}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#filepath ReleaseLink#filepath}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#filepath ReleaseLink#filepath}
---
@@ -166,7 +166,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.6.0/docs/resources/release_link#id ReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t
The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#link_type ReleaseLink#link_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#link_type ReleaseLink#link_type}
---
@@ -673,7 +673,7 @@ The construct id used in the generated config for the ReleaseLink to import.
The id of the existing ReleaseLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/release_link#import import section} in the documentation of this resource for the id to use
---
@@ -1096,7 +1096,7 @@ releaseLink.ReleaseLinkConfig(
| tag_name
| str
| The tag associated with the Release. |
| url
| str
| The URL of the link. Link URLs must be unique within the release. |
| filepath
| str
| Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}. |
| link_type
| str
| The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other. |
---
@@ -1181,7 +1181,7 @@ name: str
The name of the link. Link names must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#name ReleaseLink#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#name ReleaseLink#name}
---
@@ -1195,7 +1195,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.6.0/docs/resources/release_link#project ReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#project ReleaseLink#project}
---
@@ -1209,7 +1209,7 @@ tag_name: str
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#tag_name ReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#tag_name ReleaseLink#tag_name}
---
@@ -1223,7 +1223,7 @@ url: str
The URL of the link. Link URLs must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#url ReleaseLink#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#url ReleaseLink#url}
---
@@ -1237,7 +1237,7 @@ filepath: str
Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#filepath ReleaseLink#filepath}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#filepath ReleaseLink#filepath}
---
@@ -1249,7 +1249,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1266,7 +1266,7 @@ link_type: str
The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#link_type ReleaseLink#link_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#link_type ReleaseLink#link_type}
---
diff --git a/docs/releaseLink.typescript.md b/docs/releaseLink.typescript.md
index 3db2c049d..d93c2f347 100644
--- a/docs/releaseLink.typescript.md
+++ b/docs/releaseLink.typescript.md
@@ -4,7 +4,7 @@
### ReleaseLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link gitlab_release_link}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the ReleaseLink to import.
The id of the existing ReleaseLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/release_link#import import section} in the documentation of this resource for the id to use
---
@@ -896,7 +896,7 @@ const releaseLinkConfig: releaseLink.ReleaseLinkConfig = { ... }
| tagName
| string
| The tag associated with the Release. |
| url
| string
| The URL of the link. Link URLs must be unique within the release. |
| filepath
| string
| Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets). |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}. |
| linkType
| string
| The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other. |
---
@@ -981,7 +981,7 @@ public readonly name: string;
The name of the link. Link names must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#name ReleaseLink#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#name ReleaseLink#name}
---
@@ -995,7 +995,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.6.0/docs/resources/release_link#project ReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#project ReleaseLink#project}
---
@@ -1009,7 +1009,7 @@ public readonly tagName: string;
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#tag_name ReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#tag_name ReleaseLink#tag_name}
---
@@ -1023,7 +1023,7 @@ public readonly url: string;
The URL of the link. Link URLs must be unique within the release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#url ReleaseLink#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#url ReleaseLink#url}
---
@@ -1037,7 +1037,7 @@ public readonly filepath: string;
Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#filepath ReleaseLink#filepath}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#filepath ReleaseLink#filepath}
---
@@ -1049,7 +1049,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1066,7 +1066,7 @@ public readonly linkType: string;
The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#link_type ReleaseLink#link_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#link_type ReleaseLink#link_type}
---
diff --git a/docs/repositoryFile.csharp.md b/docs/repositoryFile.csharp.md
index 89509ed43..8f30739a8 100644
--- a/docs/repositoryFile.csharp.md
+++ b/docs/repositoryFile.csharp.md
@@ -4,7 +4,7 @@
### RepositoryFile
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file gitlab_repository_file}.
#### Initializers
@@ -564,7 +564,7 @@ The construct id used in the generated config for the RepositoryFile to import.
The id of the existing RepositoryFile that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/repository_file#import import section} in the documentation of this resource for the id to use
---
@@ -1244,7 +1244,7 @@ new RepositoryFileConfig {
| DeleteCommitMessage
| string
| Delete Commit message. |
| Encoding
| string
| The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`. |
| ExecuteFilemode
| object
| Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}. |
| OverwriteOnCreate
| object
| Enable overwriting existing files, defaults to `false`. |
| StartBranch
| string
| Name of the branch to start the new commit from. |
| Timeouts
| RepositoryFileTimeouts
| timeouts block. |
@@ -1332,7 +1332,7 @@ public string Branch { get; set; }
Name of the branch to which to commit to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#branch RepositoryFile#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#branch RepositoryFile#branch}
---
@@ -1346,7 +1346,7 @@ public string Content { get; set; }
File content.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#content RepositoryFile#content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#content RepositoryFile#content}
---
@@ -1362,7 +1362,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.6.0/docs/resources/repository_file#file_path RepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#file_path RepositoryFile#file_path}
---
@@ -1376,7 +1376,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.6.0/docs/resources/repository_file#project RepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#project RepositoryFile#project}
---
@@ -1390,7 +1390,7 @@ public string AuthorEmail { get; set; }
Email of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_email RepositoryFile#author_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_email RepositoryFile#author_email}
---
@@ -1404,7 +1404,7 @@ public string AuthorName { get; set; }
Name of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_name RepositoryFile#author_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_name RepositoryFile#author_name}
---
@@ -1418,7 +1418,7 @@ public string CommitMessage { get; set; }
Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
---
@@ -1432,7 +1432,7 @@ public string CreateCommitMessage { get; set; }
Create commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
---
@@ -1446,7 +1446,7 @@ public string DeleteCommitMessage { get; set; }
Delete Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
---
@@ -1460,7 +1460,7 @@ public string Encoding { get; set; }
The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#encoding RepositoryFile#encoding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#encoding RepositoryFile#encoding}
---
@@ -1474,7 +1474,7 @@ public object ExecuteFilemode { get; set; }
Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
---
@@ -1486,7 +1486,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1505,7 +1505,7 @@ Enable overwriting existing files, defaults to `false`.
This attribute is only used during `create` and must be use carefully. We suggest to use `imports` whenever possible and limit the use of this attribute for when the project was imported on the same `apply`. This attribute is not supported during a resource import.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
---
@@ -1519,7 +1519,7 @@ public string StartBranch { get; set; }
Name of the branch to start the new commit from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
---
@@ -1533,7 +1533,7 @@ public RepositoryFileTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
---
@@ -1547,7 +1547,7 @@ public string UpdateCommitMessage { get; set; }
Update commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
---
@@ -1569,9 +1569,9 @@ new RepositoryFileTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create RepositoryFile#create}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete RepositoryFile#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update RepositoryFile#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create RepositoryFile#create}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete RepositoryFile#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update RepositoryFile#update}. |
---
@@ -1583,7 +1583,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create RepositoryFile#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create RepositoryFile#create}.
---
@@ -1595,7 +1595,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete RepositoryFile#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete RepositoryFile#delete}.
---
@@ -1607,7 +1607,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update RepositoryFile#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update RepositoryFile#update}.
---
diff --git a/docs/repositoryFile.go.md b/docs/repositoryFile.go.md
index 4caf96fdc..5aae8fdd9 100644
--- a/docs/repositoryFile.go.md
+++ b/docs/repositoryFile.go.md
@@ -4,7 +4,7 @@
### RepositoryFile
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file gitlab_repository_file}.
#### Initializers
@@ -564,7 +564,7 @@ The construct id used in the generated config for the RepositoryFile to import.
The id of the existing RepositoryFile that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/repository_file#import import section} in the documentation of this resource for the id to use
---
@@ -1244,7 +1244,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/repositoryfile"
| DeleteCommitMessage
| *string
| Delete Commit message. |
| Encoding
| *string
| The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`. |
| ExecuteFilemode
| interface{}
| Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}. |
| OverwriteOnCreate
| interface{}
| Enable overwriting existing files, defaults to `false`. |
| StartBranch
| *string
| Name of the branch to start the new commit from. |
| Timeouts
| RepositoryFileTimeouts
| timeouts block. |
@@ -1332,7 +1332,7 @@ Branch *string
Name of the branch to which to commit to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#branch RepositoryFile#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#branch RepositoryFile#branch}
---
@@ -1346,7 +1346,7 @@ Content *string
File content.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#content RepositoryFile#content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#content RepositoryFile#content}
---
@@ -1362,7 +1362,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.6.0/docs/resources/repository_file#file_path RepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#file_path RepositoryFile#file_path}
---
@@ -1376,7 +1376,7 @@ Project *string
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#project RepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#project RepositoryFile#project}
---
@@ -1390,7 +1390,7 @@ AuthorEmail *string
Email of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_email RepositoryFile#author_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_email RepositoryFile#author_email}
---
@@ -1404,7 +1404,7 @@ AuthorName *string
Name of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_name RepositoryFile#author_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_name RepositoryFile#author_name}
---
@@ -1418,7 +1418,7 @@ CommitMessage *string
Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
---
@@ -1432,7 +1432,7 @@ CreateCommitMessage *string
Create commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
---
@@ -1446,7 +1446,7 @@ DeleteCommitMessage *string
Delete Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
---
@@ -1460,7 +1460,7 @@ Encoding *string
The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#encoding RepositoryFile#encoding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#encoding RepositoryFile#encoding}
---
@@ -1474,7 +1474,7 @@ ExecuteFilemode interface{}
Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
---
@@ -1486,7 +1486,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1505,7 +1505,7 @@ Enable overwriting existing files, defaults to `false`.
This attribute is only used during `create` and must be use carefully. We suggest to use `imports` whenever possible and limit the use of this attribute for when the project was imported on the same `apply`. This attribute is not supported during a resource import.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
---
@@ -1519,7 +1519,7 @@ StartBranch *string
Name of the branch to start the new commit from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
---
@@ -1533,7 +1533,7 @@ Timeouts RepositoryFileTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
---
@@ -1547,7 +1547,7 @@ UpdateCommitMessage *string
Update commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
---
@@ -1569,9 +1569,9 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/repositoryfile"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create RepositoryFile#create}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete RepositoryFile#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update RepositoryFile#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create RepositoryFile#create}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete RepositoryFile#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update RepositoryFile#update}. |
---
@@ -1583,7 +1583,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create RepositoryFile#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create RepositoryFile#create}.
---
@@ -1595,7 +1595,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete RepositoryFile#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete RepositoryFile#delete}.
---
@@ -1607,7 +1607,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update RepositoryFile#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update RepositoryFile#update}.
---
diff --git a/docs/repositoryFile.java.md b/docs/repositoryFile.java.md
index 048d1727b..0c5dbc030 100644
--- a/docs/repositoryFile.java.md
+++ b/docs/repositoryFile.java.md
@@ -4,7 +4,7 @@
### RepositoryFile
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file gitlab_repository_file}.
#### Initializers
@@ -66,7 +66,7 @@ RepositoryFile.Builder.create(Construct scope, java.lang.String id)
| deleteCommitMessage
| java.lang.String
| Delete Commit message. |
| encoding
| java.lang.String
| The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`. |
| executeFilemode
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}. |
| overwriteOnCreate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable overwriting existing files, defaults to `false`. |
| startBranch
| java.lang.String
| Name of the branch to start the new commit from. |
| timeouts
| RepositoryFileTimeouts
| timeouts block. |
@@ -140,7 +140,7 @@ Must be unique amongst siblings in the same scope
Name of the branch to which to commit to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#branch RepositoryFile#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#branch RepositoryFile#branch}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
File content.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#content RepositoryFile#content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#content RepositoryFile#content}
---
@@ -162,7 +162,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.6.0/docs/resources/repository_file#file_path RepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#file_path RepositoryFile#file_path}
---
@@ -172,7 +172,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.6.0/docs/resources/repository_file#project RepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#project RepositoryFile#project}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Email of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_email RepositoryFile#author_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_email RepositoryFile#author_email}
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Name of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_name RepositoryFile#author_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_name RepositoryFile#author_name}
---
@@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
---
@@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Create commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
---
@@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Delete Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
---
@@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#encoding RepositoryFile#encoding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#encoding RepositoryFile#encoding}
---
@@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
---
@@ -250,7 +250,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.6.0/docs/resources/repository_file#id RepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -265,7 +265,7 @@ Enable overwriting existing files, defaults to `false`.
This attribute is only used during `create` and must be use carefully. We suggest to use `imports` whenever possible and limit the use of this attribute for when the project was imported on the same `apply`. This attribute is not supported during a resource import.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
---
@@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Name of the branch to start the new commit from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
---
@@ -285,7 +285,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.6.0/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
---
@@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Update commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
---
@@ -819,7 +819,7 @@ The construct id used in the generated config for the RepositoryFile to import.
The id of the existing RepositoryFile that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/repository_file#import import section} in the documentation of this resource for the id to use
---
@@ -1505,7 +1505,7 @@ RepositoryFileConfig.builder()
| deleteCommitMessage
| java.lang.String
| Delete Commit message. |
| encoding
| java.lang.String
| The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`. |
| executeFilemode
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}. |
| overwriteOnCreate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable overwriting existing files, defaults to `false`. |
| startBranch
| java.lang.String
| Name of the branch to start the new commit from. |
| timeouts
| RepositoryFileTimeouts
| timeouts block. |
@@ -1593,7 +1593,7 @@ public java.lang.String getBranch();
Name of the branch to which to commit to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#branch RepositoryFile#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#branch RepositoryFile#branch}
---
@@ -1607,7 +1607,7 @@ public java.lang.String getContent();
File content.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#content RepositoryFile#content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#content RepositoryFile#content}
---
@@ -1623,7 +1623,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.6.0/docs/resources/repository_file#file_path RepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#file_path RepositoryFile#file_path}
---
@@ -1637,7 +1637,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.6.0/docs/resources/repository_file#project RepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#project RepositoryFile#project}
---
@@ -1651,7 +1651,7 @@ public java.lang.String getAuthorEmail();
Email of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_email RepositoryFile#author_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_email RepositoryFile#author_email}
---
@@ -1665,7 +1665,7 @@ public java.lang.String getAuthorName();
Name of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_name RepositoryFile#author_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_name RepositoryFile#author_name}
---
@@ -1679,7 +1679,7 @@ public java.lang.String getCommitMessage();
Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
---
@@ -1693,7 +1693,7 @@ public java.lang.String getCreateCommitMessage();
Create commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
---
@@ -1707,7 +1707,7 @@ public java.lang.String getDeleteCommitMessage();
Delete Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
---
@@ -1721,7 +1721,7 @@ public java.lang.String getEncoding();
The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#encoding RepositoryFile#encoding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#encoding RepositoryFile#encoding}
---
@@ -1735,7 +1735,7 @@ public java.lang.Object getExecuteFilemode();
Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
---
@@ -1747,7 +1747,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1766,7 +1766,7 @@ Enable overwriting existing files, defaults to `false`.
This attribute is only used during `create` and must be use carefully. We suggest to use `imports` whenever possible and limit the use of this attribute for when the project was imported on the same `apply`. This attribute is not supported during a resource import.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
---
@@ -1780,7 +1780,7 @@ public java.lang.String getStartBranch();
Name of the branch to start the new commit from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
---
@@ -1794,7 +1794,7 @@ public RepositoryFileTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
---
@@ -1808,7 +1808,7 @@ public java.lang.String getUpdateCommitMessage();
Update commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
---
@@ -1830,9 +1830,9 @@ RepositoryFileTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create RepositoryFile#create}. |
-| delete
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete RepositoryFile#delete}. |
-| update
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update RepositoryFile#update}. |
+| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create RepositoryFile#create}. |
+| delete
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete RepositoryFile#delete}. |
+| update
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update RepositoryFile#update}. |
---
@@ -1844,7 +1844,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create RepositoryFile#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create RepositoryFile#create}.
---
@@ -1856,7 +1856,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete RepositoryFile#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete RepositoryFile#delete}.
---
@@ -1868,7 +1868,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update RepositoryFile#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update RepositoryFile#update}.
---
diff --git a/docs/repositoryFile.python.md b/docs/repositoryFile.python.md
index 303918429..cb7013b27 100644
--- a/docs/repositoryFile.python.md
+++ b/docs/repositoryFile.python.md
@@ -4,7 +4,7 @@
### RepositoryFile
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file gitlab_repository_file}.
#### Initializers
@@ -62,7 +62,7 @@ repositoryFile.RepositoryFile(
| delete_commit_message
| str
| Delete Commit message. |
| encoding
| str
| The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`. |
| execute_filemode
| typing.Union[bool, cdktf.IResolvable]
| Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}. |
| overwrite_on_create
| typing.Union[bool, cdktf.IResolvable]
| Enable overwriting existing files, defaults to `false`. |
| start_branch
| str
| Name of the branch to start the new commit from. |
| timeouts
| RepositoryFileTimeouts
| timeouts block. |
@@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope
Name of the branch to which to commit to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#branch RepositoryFile#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#branch RepositoryFile#branch}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
File content.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#content RepositoryFile#content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#content RepositoryFile#content}
---
@@ -158,7 +158,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.6.0/docs/resources/repository_file#file_path RepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#file_path RepositoryFile#file_path}
---
@@ -168,7 +168,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.6.0/docs/resources/repository_file#project RepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#project RepositoryFile#project}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Email of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_email RepositoryFile#author_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_email RepositoryFile#author_email}
---
@@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Name of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_name RepositoryFile#author_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_name RepositoryFile#author_name}
---
@@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
---
@@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Create commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
---
@@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Delete Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
---
@@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#encoding RepositoryFile#encoding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#encoding RepositoryFile#encoding}
---
@@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
---
@@ -246,7 +246,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.6.0/docs/resources/repository_file#id RepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -261,7 +261,7 @@ Enable overwriting existing files, defaults to `false`.
This attribute is only used during `create` and must be use carefully. We suggest to use `imports` whenever possible and limit the use of this attribute for when the project was imported on the same `apply`. This attribute is not supported during a resource import.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
---
@@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Name of the branch to start the new commit from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
---
@@ -281,7 +281,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.6.0/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
---
@@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Update commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
---
@@ -677,7 +677,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create RepositoryFile#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create RepositoryFile#create}.
---
@@ -685,7 +685,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.6.0/docs/resources/repository_file#delete RepositoryFile#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete RepositoryFile#delete}.
---
@@ -693,7 +693,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.6.0/docs/resources/repository_file#update RepositoryFile#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update RepositoryFile#update}.
---
@@ -883,7 +883,7 @@ The construct id used in the generated config for the RepositoryFile to import.
The id of the existing RepositoryFile that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/repository_file#import import section} in the documentation of this resource for the id to use
---
@@ -1563,7 +1563,7 @@ repositoryFile.RepositoryFileConfig(
| delete_commit_message
| str
| Delete Commit message. |
| encoding
| str
| The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`. |
| execute_filemode
| typing.Union[bool, cdktf.IResolvable]
| Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}. |
| overwrite_on_create
| typing.Union[bool, cdktf.IResolvable]
| Enable overwriting existing files, defaults to `false`. |
| start_branch
| str
| Name of the branch to start the new commit from. |
| timeouts
| RepositoryFileTimeouts
| timeouts block. |
@@ -1651,7 +1651,7 @@ branch: str
Name of the branch to which to commit to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#branch RepositoryFile#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#branch RepositoryFile#branch}
---
@@ -1665,7 +1665,7 @@ content: str
File content.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#content RepositoryFile#content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#content RepositoryFile#content}
---
@@ -1681,7 +1681,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.6.0/docs/resources/repository_file#file_path RepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#file_path RepositoryFile#file_path}
---
@@ -1695,7 +1695,7 @@ project: str
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#project RepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#project RepositoryFile#project}
---
@@ -1709,7 +1709,7 @@ author_email: str
Email of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_email RepositoryFile#author_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_email RepositoryFile#author_email}
---
@@ -1723,7 +1723,7 @@ author_name: str
Name of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_name RepositoryFile#author_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_name RepositoryFile#author_name}
---
@@ -1737,7 +1737,7 @@ commit_message: str
Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
---
@@ -1751,7 +1751,7 @@ create_commit_message: str
Create commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
---
@@ -1765,7 +1765,7 @@ delete_commit_message: str
Delete Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
---
@@ -1779,7 +1779,7 @@ encoding: str
The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#encoding RepositoryFile#encoding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#encoding RepositoryFile#encoding}
---
@@ -1793,7 +1793,7 @@ execute_filemode: typing.Union[bool, IResolvable]
Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
---
@@ -1805,7 +1805,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1824,7 +1824,7 @@ Enable overwriting existing files, defaults to `false`.
This attribute is only used during `create` and must be use carefully. We suggest to use `imports` whenever possible and limit the use of this attribute for when the project was imported on the same `apply`. This attribute is not supported during a resource import.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
---
@@ -1838,7 +1838,7 @@ start_branch: str
Name of the branch to start the new commit from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
---
@@ -1852,7 +1852,7 @@ timeouts: RepositoryFileTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
---
@@ -1866,7 +1866,7 @@ update_commit_message: str
Update commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
---
@@ -1888,9 +1888,9 @@ repositoryFile.RepositoryFileTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create RepositoryFile#create}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete RepositoryFile#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update RepositoryFile#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create RepositoryFile#create}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete RepositoryFile#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update RepositoryFile#update}. |
---
@@ -1902,7 +1902,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create RepositoryFile#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create RepositoryFile#create}.
---
@@ -1914,7 +1914,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete RepositoryFile#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete RepositoryFile#delete}.
---
@@ -1926,7 +1926,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update RepositoryFile#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update RepositoryFile#update}.
---
diff --git a/docs/repositoryFile.typescript.md b/docs/repositoryFile.typescript.md
index 7e3e3708d..5fa8a2df8 100644
--- a/docs/repositoryFile.typescript.md
+++ b/docs/repositoryFile.typescript.md
@@ -4,7 +4,7 @@
### RepositoryFile
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file gitlab_repository_file}.
#### Initializers
@@ -564,7 +564,7 @@ The construct id used in the generated config for the RepositoryFile to import.
The id of the existing RepositoryFile that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/repository_file#import import section} in the documentation of this resource for the id to use
---
@@ -1220,7 +1220,7 @@ const repositoryFileConfig: repositoryFile.RepositoryFileConfig = { ... }
| deleteCommitMessage
| string
| Delete Commit message. |
| encoding
| string
| The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`. |
| executeFilemode
| boolean \| cdktf.IResolvable
| Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}. |
| overwriteOnCreate
| boolean \| cdktf.IResolvable
| Enable overwriting existing files, defaults to `false`. |
| startBranch
| string
| Name of the branch to start the new commit from. |
| timeouts
| RepositoryFileTimeouts
| timeouts block. |
@@ -1308,7 +1308,7 @@ public readonly branch: string;
Name of the branch to which to commit to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#branch RepositoryFile#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#branch RepositoryFile#branch}
---
@@ -1322,7 +1322,7 @@ public readonly content: string;
File content.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#content RepositoryFile#content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#content RepositoryFile#content}
---
@@ -1338,7 +1338,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.6.0/docs/resources/repository_file#file_path RepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#file_path RepositoryFile#file_path}
---
@@ -1352,7 +1352,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.6.0/docs/resources/repository_file#project RepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#project RepositoryFile#project}
---
@@ -1366,7 +1366,7 @@ public readonly authorEmail: string;
Email of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_email RepositoryFile#author_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_email RepositoryFile#author_email}
---
@@ -1380,7 +1380,7 @@ public readonly authorName: string;
Name of the commit author.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_name RepositoryFile#author_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_name RepositoryFile#author_name}
---
@@ -1394,7 +1394,7 @@ public readonly commitMessage: string;
Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
---
@@ -1408,7 +1408,7 @@ public readonly createCommitMessage: string;
Create commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
---
@@ -1422,7 +1422,7 @@ public readonly deleteCommitMessage: string;
Delete Commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
---
@@ -1436,7 +1436,7 @@ public readonly encoding: string;
The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#encoding RepositoryFile#encoding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#encoding RepositoryFile#encoding}
---
@@ -1450,7 +1450,7 @@ public readonly executeFilemode: boolean | IResolvable;
Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
---
@@ -1462,7 +1462,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1481,7 +1481,7 @@ Enable overwriting existing files, defaults to `false`.
This attribute is only used during `create` and must be use carefully. We suggest to use `imports` whenever possible and limit the use of this attribute for when the project was imported on the same `apply`. This attribute is not supported during a resource import.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
---
@@ -1495,7 +1495,7 @@ public readonly startBranch: string;
Name of the branch to start the new commit from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
---
@@ -1509,7 +1509,7 @@ public readonly timeouts: RepositoryFileTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
---
@@ -1523,7 +1523,7 @@ public readonly updateCommitMessage: string;
Update commit message.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
---
@@ -1541,9 +1541,9 @@ const repositoryFileTimeouts: repositoryFile.RepositoryFileTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create RepositoryFile#create}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete RepositoryFile#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update RepositoryFile#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create RepositoryFile#create}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete RepositoryFile#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update RepositoryFile#update}. |
---
@@ -1555,7 +1555,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create RepositoryFile#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create RepositoryFile#create}.
---
@@ -1567,7 +1567,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete RepositoryFile#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete RepositoryFile#delete}.
---
@@ -1579,7 +1579,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update RepositoryFile#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update RepositoryFile#update}.
---
diff --git a/docs/runner.csharp.md b/docs/runner.csharp.md
index cb48f4c16..8991ecedd 100644
--- a/docs/runner.csharp.md
+++ b/docs/runner.csharp.md
@@ -4,7 +4,7 @@
### Runner
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner gitlab_runner}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner gitlab_runner}.
#### Initializers
@@ -530,7 +530,7 @@ The construct id used in the generated config for the Runner to import.
The id of the existing Runner that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#import import section} in the documentation of this resource for the id to use
---
@@ -1009,7 +1009,7 @@ new RunnerConfig {
| RegistrationToken
| string
| The registration token used to register the runner. |
| AccessLevel
| string
| The access_level of the runner. Valid values are: `not_protected`, `ref_protected`. |
| Description
| string
| The runner's description. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}. |
| Locked
| object
| Whether the runner should be locked for current project. |
| MaintenanceNote
| string
| Free-form maintenance notes for the runner (1024 characters). |
| MaximumTimeout
| double
| Maximum timeout set when this runner handles the job. |
@@ -1099,7 +1099,7 @@ public string RegistrationToken { get; set; }
The registration token used to register the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#registration_token Runner#registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#registration_token Runner#registration_token}
---
@@ -1113,7 +1113,7 @@ public string AccessLevel { get; set; }
The access_level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#access_level Runner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#access_level Runner#access_level}
---
@@ -1127,7 +1127,7 @@ public string Description { get; set; }
The runner's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#description Runner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#description Runner#description}
---
@@ -1139,7 +1139,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1156,7 +1156,7 @@ public object Locked { get; set; }
Whether the runner should be locked for current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#locked Runner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#locked Runner#locked}
---
@@ -1170,7 +1170,7 @@ public string MaintenanceNote { get; set; }
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maintenance_note Runner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maintenance_note Runner#maintenance_note}
---
@@ -1184,7 +1184,7 @@ public double MaximumTimeout { get; set; }
Maximum timeout set when this runner handles the job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
---
@@ -1198,7 +1198,7 @@ public object Paused { get; set; }
Whether the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#paused Runner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#paused Runner#paused}
---
@@ -1212,7 +1212,7 @@ public object RunUntagged { get; set; }
Whether the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#run_untagged Runner#run_untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#run_untagged Runner#run_untagged}
---
@@ -1226,7 +1226,7 @@ public string[] TagList { get; set; }
List of runner’s tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#tag_list Runner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#tag_list Runner#tag_list}
---
diff --git a/docs/runner.go.md b/docs/runner.go.md
index 762ed7e13..8188ea6c0 100644
--- a/docs/runner.go.md
+++ b/docs/runner.go.md
@@ -4,7 +4,7 @@
### Runner
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner gitlab_runner}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner gitlab_runner}.
#### Initializers
@@ -530,7 +530,7 @@ The construct id used in the generated config for the Runner to import.
The id of the existing Runner that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#import import section} in the documentation of this resource for the id to use
---
@@ -1009,7 +1009,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/runner"
| RegistrationToken
| *string
| The registration token used to register the runner. |
| AccessLevel
| *string
| The access_level of the runner. Valid values are: `not_protected`, `ref_protected`. |
| Description
| *string
| The runner's description. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}. |
| Locked
| interface{}
| Whether the runner should be locked for current project. |
| MaintenanceNote
| *string
| Free-form maintenance notes for the runner (1024 characters). |
| MaximumTimeout
| *f64
| Maximum timeout set when this runner handles the job. |
@@ -1099,7 +1099,7 @@ RegistrationToken *string
The registration token used to register the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#registration_token Runner#registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#registration_token Runner#registration_token}
---
@@ -1113,7 +1113,7 @@ AccessLevel *string
The access_level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#access_level Runner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#access_level Runner#access_level}
---
@@ -1127,7 +1127,7 @@ Description *string
The runner's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#description Runner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#description Runner#description}
---
@@ -1139,7 +1139,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1156,7 +1156,7 @@ Locked interface{}
Whether the runner should be locked for current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#locked Runner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#locked Runner#locked}
---
@@ -1170,7 +1170,7 @@ MaintenanceNote *string
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maintenance_note Runner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maintenance_note Runner#maintenance_note}
---
@@ -1184,7 +1184,7 @@ MaximumTimeout *f64
Maximum timeout set when this runner handles the job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
---
@@ -1198,7 +1198,7 @@ Paused interface{}
Whether the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#paused Runner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#paused Runner#paused}
---
@@ -1212,7 +1212,7 @@ RunUntagged interface{}
Whether the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#run_untagged Runner#run_untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#run_untagged Runner#run_untagged}
---
@@ -1226,7 +1226,7 @@ TagList *[]*string
List of runner’s tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#tag_list Runner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#tag_list Runner#tag_list}
---
diff --git a/docs/runner.java.md b/docs/runner.java.md
index f627eadde..c1a293240 100644
--- a/docs/runner.java.md
+++ b/docs/runner.java.md
@@ -4,7 +4,7 @@
### Runner
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner gitlab_runner}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner gitlab_runner}.
#### Initializers
@@ -53,7 +53,7 @@ Runner.Builder.create(Construct scope, java.lang.String id)
| registrationToken
| java.lang.String
| The registration token used to register the runner. |
| accessLevel
| java.lang.String
| The access_level of the runner. Valid values are: `not_protected`, `ref_protected`. |
| description
| java.lang.String
| The runner's description. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}. |
| locked
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the runner should be locked for current project. |
| maintenanceNote
| java.lang.String
| Free-form maintenance notes for the runner (1024 characters). |
| maximumTimeout
| java.lang.Number
| Maximum timeout set when this runner handles the job. |
@@ -129,7 +129,7 @@ Must be unique amongst siblings in the same scope
The registration token used to register the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#registration_token Runner#registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#registration_token Runner#registration_token}
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The access_level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#access_level Runner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#access_level Runner#access_level}
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The runner's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#description Runner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#description Runner#description}
---
@@ -157,7 +157,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.6.0/docs/resources/runner#id Runner#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -170,7 +170,7 @@ If you experience problems setting this value it might not be settable. Please t
Whether the runner should be locked for current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#locked Runner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#locked Runner#locked}
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maintenance_note Runner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maintenance_note Runner#maintenance_note}
---
@@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum timeout set when this runner handles the job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
---
@@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#paused Runner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#paused Runner#paused}
---
@@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#run_untagged Runner#run_untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#run_untagged Runner#run_untagged}
---
@@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
List of runner’s tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#tag_list Runner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#tag_list Runner#tag_list}
---
@@ -710,7 +710,7 @@ The construct id used in the generated config for the Runner to import.
The id of the existing Runner that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#import import section} in the documentation of this resource for the id to use
---
@@ -1196,7 +1196,7 @@ RunnerConfig.builder()
| registrationToken
| java.lang.String
| The registration token used to register the runner. |
| accessLevel
| java.lang.String
| The access_level of the runner. Valid values are: `not_protected`, `ref_protected`. |
| description
| java.lang.String
| The runner's description. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}. |
| locked
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the runner should be locked for current project. |
| maintenanceNote
| java.lang.String
| Free-form maintenance notes for the runner (1024 characters). |
| maximumTimeout
| java.lang.Number
| Maximum timeout set when this runner handles the job. |
@@ -1286,7 +1286,7 @@ public java.lang.String getRegistrationToken();
The registration token used to register the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#registration_token Runner#registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#registration_token Runner#registration_token}
---
@@ -1300,7 +1300,7 @@ public java.lang.String getAccessLevel();
The access_level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#access_level Runner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#access_level Runner#access_level}
---
@@ -1314,7 +1314,7 @@ public java.lang.String getDescription();
The runner's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#description Runner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#description Runner#description}
---
@@ -1326,7 +1326,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1343,7 +1343,7 @@ public java.lang.Object getLocked();
Whether the runner should be locked for current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#locked Runner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#locked Runner#locked}
---
@@ -1357,7 +1357,7 @@ public java.lang.String getMaintenanceNote();
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maintenance_note Runner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maintenance_note Runner#maintenance_note}
---
@@ -1371,7 +1371,7 @@ public java.lang.Number getMaximumTimeout();
Maximum timeout set when this runner handles the job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
---
@@ -1385,7 +1385,7 @@ public java.lang.Object getPaused();
Whether the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#paused Runner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#paused Runner#paused}
---
@@ -1399,7 +1399,7 @@ public java.lang.Object getRunUntagged();
Whether the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#run_untagged Runner#run_untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#run_untagged Runner#run_untagged}
---
@@ -1413,7 +1413,7 @@ public java.util.List getTagList();
List of runner’s tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#tag_list Runner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#tag_list Runner#tag_list}
---
diff --git a/docs/runner.python.md b/docs/runner.python.md
index 62ab12228..0cc39db85 100644
--- a/docs/runner.python.md
+++ b/docs/runner.python.md
@@ -4,7 +4,7 @@
### Runner
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner gitlab_runner}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner gitlab_runner}.
#### Initializers
@@ -48,7 +48,7 @@ runner.Runner(
| registration_token
| str
| The registration token used to register the runner. |
| access_level
| str
| The access_level of the runner. Valid values are: `not_protected`, `ref_protected`. |
| description
| str
| The runner's description. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}. |
| locked
| typing.Union[bool, cdktf.IResolvable]
| Whether the runner should be locked for current project. |
| maintenance_note
| str
| Free-form maintenance notes for the runner (1024 characters). |
| maximum_timeout
| typing.Union[int, float]
| Maximum timeout set when this runner handles the job. |
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
The registration token used to register the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#registration_token Runner#registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#registration_token Runner#registration_token}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The access_level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#access_level Runner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#access_level Runner#access_level}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The runner's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#description Runner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#description Runner#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.6.0/docs/resources/runner#id Runner#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -165,7 +165,7 @@ If you experience problems setting this value it might not be settable. Please t
Whether the runner should be locked for current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#locked Runner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#locked Runner#locked}
---
@@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maintenance_note Runner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maintenance_note Runner#maintenance_note}
---
@@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum timeout set when this runner handles the job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
---
@@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#paused Runner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#paused Runner#paused}
---
@@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#run_untagged Runner#run_untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#run_untagged Runner#run_untagged}
---
@@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
List of runner’s tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#tag_list Runner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#tag_list Runner#tag_list}
---
@@ -751,7 +751,7 @@ The construct id used in the generated config for the Runner to import.
The id of the existing Runner that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#import import section} in the documentation of this resource for the id to use
---
@@ -1230,7 +1230,7 @@ runner.RunnerConfig(
| registration_token
| str
| The registration token used to register the runner. |
| access_level
| str
| The access_level of the runner. Valid values are: `not_protected`, `ref_protected`. |
| description
| str
| The runner's description. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}. |
| locked
| typing.Union[bool, cdktf.IResolvable]
| Whether the runner should be locked for current project. |
| maintenance_note
| str
| Free-form maintenance notes for the runner (1024 characters). |
| maximum_timeout
| typing.Union[int, float]
| Maximum timeout set when this runner handles the job. |
@@ -1320,7 +1320,7 @@ registration_token: str
The registration token used to register the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#registration_token Runner#registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#registration_token Runner#registration_token}
---
@@ -1334,7 +1334,7 @@ access_level: str
The access_level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#access_level Runner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#access_level Runner#access_level}
---
@@ -1348,7 +1348,7 @@ description: str
The runner's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#description Runner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#description Runner#description}
---
@@ -1360,7 +1360,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1377,7 +1377,7 @@ locked: typing.Union[bool, IResolvable]
Whether the runner should be locked for current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#locked Runner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#locked Runner#locked}
---
@@ -1391,7 +1391,7 @@ maintenance_note: str
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maintenance_note Runner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maintenance_note Runner#maintenance_note}
---
@@ -1405,7 +1405,7 @@ maximum_timeout: typing.Union[int, float]
Maximum timeout set when this runner handles the job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
---
@@ -1419,7 +1419,7 @@ paused: typing.Union[bool, IResolvable]
Whether the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#paused Runner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#paused Runner#paused}
---
@@ -1433,7 +1433,7 @@ run_untagged: typing.Union[bool, IResolvable]
Whether the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#run_untagged Runner#run_untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#run_untagged Runner#run_untagged}
---
@@ -1447,7 +1447,7 @@ tag_list: typing.List[str]
List of runner’s tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#tag_list Runner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#tag_list Runner#tag_list}
---
diff --git a/docs/runner.typescript.md b/docs/runner.typescript.md
index b2bc777df..ce678b601 100644
--- a/docs/runner.typescript.md
+++ b/docs/runner.typescript.md
@@ -4,7 +4,7 @@
### Runner
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner gitlab_runner}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner gitlab_runner}.
#### Initializers
@@ -530,7 +530,7 @@ The construct id used in the generated config for the Runner to import.
The id of the existing Runner that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#import import section} in the documentation of this resource for the id to use
---
@@ -991,7 +991,7 @@ const runnerConfig: runner.RunnerConfig = { ... }
| registrationToken
| string
| The registration token used to register the runner. |
| accessLevel
| string
| The access_level of the runner. Valid values are: `not_protected`, `ref_protected`. |
| description
| string
| The runner's description. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}. |
| locked
| boolean \| cdktf.IResolvable
| Whether the runner should be locked for current project. |
| maintenanceNote
| string
| Free-form maintenance notes for the runner (1024 characters). |
| maximumTimeout
| number
| Maximum timeout set when this runner handles the job. |
@@ -1081,7 +1081,7 @@ public readonly registrationToken: string;
The registration token used to register the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#registration_token Runner#registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#registration_token Runner#registration_token}
---
@@ -1095,7 +1095,7 @@ public readonly accessLevel: string;
The access_level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#access_level Runner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#access_level Runner#access_level}
---
@@ -1109,7 +1109,7 @@ public readonly description: string;
The runner's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#description Runner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#description Runner#description}
---
@@ -1121,7 +1121,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 readonly locked: boolean | IResolvable;
Whether the runner should be locked for current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#locked Runner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#locked Runner#locked}
---
@@ -1152,7 +1152,7 @@ public readonly maintenanceNote: string;
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maintenance_note Runner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maintenance_note Runner#maintenance_note}
---
@@ -1166,7 +1166,7 @@ public readonly maximumTimeout: number;
Maximum timeout set when this runner handles the job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
---
@@ -1180,7 +1180,7 @@ public readonly paused: boolean | IResolvable;
Whether the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#paused Runner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#paused Runner#paused}
---
@@ -1194,7 +1194,7 @@ public readonly runUntagged: boolean | IResolvable;
Whether the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#run_untagged Runner#run_untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#run_untagged Runner#run_untagged}
---
@@ -1208,7 +1208,7 @@ public readonly tagList: string[];
List of runner’s tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#tag_list Runner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#tag_list Runner#tag_list}
---
diff --git a/docs/serviceCustomIssueTracker.csharp.md b/docs/serviceCustomIssueTracker.csharp.md
index 7707c0d21..6f7fee090 100644
--- a/docs/serviceCustomIssueTracker.csharp.md
+++ b/docs/serviceCustomIssueTracker.csharp.md
@@ -4,7 +4,7 @@
### ServiceCustomIssueTracker
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_custom_issue_tracker gitlab_service_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker gitlab_service_custom_issue_tracker}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ServiceCustomIssueTracker
The id of the existing ServiceCustomIssueTracker that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_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.6.0/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
---
diff --git a/docs/serviceCustomIssueTracker.go.md b/docs/serviceCustomIssueTracker.go.md
index fcf1982b4..8d05916f7 100644
--- a/docs/serviceCustomIssueTracker.go.md
+++ b/docs/serviceCustomIssueTracker.go.md
@@ -4,7 +4,7 @@
### ServiceCustomIssueTracker
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_custom_issue_tracker gitlab_service_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker gitlab_service_custom_issue_tracker}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ServiceCustomIssueTracker
The id of the existing ServiceCustomIssueTracker that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_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.6.0/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
---
diff --git a/docs/serviceCustomIssueTracker.java.md b/docs/serviceCustomIssueTracker.java.md
index 6043b0970..8e556f74e 100644
--- a/docs/serviceCustomIssueTracker.java.md
+++ b/docs/serviceCustomIssueTracker.java.md
@@ -4,7 +4,7 @@
### ServiceCustomIssueTracker
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_custom_issue_tracker gitlab_service_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker gitlab_service_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.6.0/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
---
@@ -559,7 +559,7 @@ The construct id used in the generated config for the ServiceCustomIssueTracker
The id of the existing ServiceCustomIssueTracker that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_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.6.0/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
---
diff --git a/docs/serviceCustomIssueTracker.python.md b/docs/serviceCustomIssueTracker.python.md
index 8ae6ea070..2c7b80d4c 100644
--- a/docs/serviceCustomIssueTracker.python.md
+++ b/docs/serviceCustomIssueTracker.python.md
@@ -4,7 +4,7 @@
### ServiceCustomIssueTracker
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_custom_issue_tracker gitlab_service_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker gitlab_service_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.6.0/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
---
@@ -603,7 +603,7 @@ The construct id used in the generated config for the ServiceCustomIssueTracker
The id of the existing ServiceCustomIssueTracker that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_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.6.0/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
---
diff --git a/docs/serviceCustomIssueTracker.typescript.md b/docs/serviceCustomIssueTracker.typescript.md
index d4972abfb..331fa5b52 100644
--- a/docs/serviceCustomIssueTracker.typescript.md
+++ b/docs/serviceCustomIssueTracker.typescript.md
@@ -4,7 +4,7 @@
### ServiceCustomIssueTracker
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_custom_issue_tracker gitlab_service_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker gitlab_service_custom_issue_tracker}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ServiceCustomIssueTracker
The id of the existing ServiceCustomIssueTracker that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_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.6.0/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#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.6.0/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
---
diff --git a/docs/serviceEmailsOnPush.csharp.md b/docs/serviceEmailsOnPush.csharp.md
index 42c1aae12..9118cdc04 100644
--- a/docs/serviceEmailsOnPush.csharp.md
+++ b/docs/serviceEmailsOnPush.csharp.md
@@ -4,7 +4,7 @@
### ServiceEmailsOnPush
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push gitlab_service_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push gitlab_service_emails_on_push}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the ServiceEmailsOnPush to imp
The id of the existing ServiceEmailsOnPush that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_emails_on_push#import import section} in the documentation of this resource for the id to use
---
@@ -976,7 +976,7 @@ new ServiceEmailsOnPushConfig {
| 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.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
---
diff --git a/docs/serviceEmailsOnPush.go.md b/docs/serviceEmailsOnPush.go.md
index aba0a1bda..58e78b18f 100644
--- a/docs/serviceEmailsOnPush.go.md
+++ b/docs/serviceEmailsOnPush.go.md
@@ -4,7 +4,7 @@
### ServiceEmailsOnPush
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push gitlab_service_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push gitlab_service_emails_on_push}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the ServiceEmailsOnPush to imp
The id of the existing ServiceEmailsOnPush that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_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/serviceemailsonpush
| 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.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#project}
---
@@ -1077,7 +1077,7 @@ Recipients *string
Emails separated by whitespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#disable_diffs}
---
@@ -1117,7 +1117,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#push_events}
---
@@ -1148,7 +1148,7 @@ SendFromCommitterEmail interface{}
Send from committer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
---
diff --git a/docs/serviceEmailsOnPush.java.md b/docs/serviceEmailsOnPush.java.md
index 1d5cfb2f6..a1a19fc01 100644
--- a/docs/serviceEmailsOnPush.java.md
+++ b/docs/serviceEmailsOnPush.java.md
@@ -4,7 +4,7 @@
### ServiceEmailsOnPush
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push gitlab_service_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push gitlab_service_emails_on_push}.
#### Initializers
@@ -53,7 +53,7 @@ ServiceEmailsOnPush.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.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
---
@@ -666,7 +666,7 @@ The construct id used in the generated config for the ServiceEmailsOnPush to imp
The id of the existing ServiceEmailsOnPush that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_emails_on_push#import import section} in the documentation of this resource for the id to use
---
@@ -1141,7 +1141,7 @@ ServiceEmailsOnPushConfig.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.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
---
diff --git a/docs/serviceEmailsOnPush.python.md b/docs/serviceEmailsOnPush.python.md
index 4ac08ea49..1abe22323 100644
--- a/docs/serviceEmailsOnPush.python.md
+++ b/docs/serviceEmailsOnPush.python.md
@@ -4,7 +4,7 @@
### ServiceEmailsOnPush
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push gitlab_service_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push gitlab_service_emails_on_push}.
#### Initializers
@@ -47,7 +47,7 @@ serviceEmailsOnPush.ServiceEmailsOnPush(
| 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.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
---
@@ -706,7 +706,7 @@ The construct id used in the generated config for the ServiceEmailsOnPush to imp
The id of the existing ServiceEmailsOnPush that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_emails_on_push#import import section} in the documentation of this resource for the id to use
---
@@ -1173,7 +1173,7 @@ serviceEmailsOnPush.ServiceEmailsOnPushConfig(
| 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.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#project}
---
@@ -1274,7 +1274,7 @@ recipients: str
Emails separated by whitespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#disable_diffs}
---
@@ -1314,7 +1314,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
---
diff --git a/docs/serviceEmailsOnPush.typescript.md b/docs/serviceEmailsOnPush.typescript.md
index 6cd4f3018..6066a99d1 100644
--- a/docs/serviceEmailsOnPush.typescript.md
+++ b/docs/serviceEmailsOnPush.typescript.md
@@ -4,7 +4,7 @@
### ServiceEmailsOnPush
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push gitlab_service_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push gitlab_service_emails_on_push}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the ServiceEmailsOnPush to imp
The id of the existing ServiceEmailsOnPush that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_emails_on_push#import import section} in the documentation of this resource for the id to use
---
@@ -960,7 +960,7 @@ const serviceEmailsOnPushConfig: serviceEmailsOnPush.ServiceEmailsOnPushConfig =
| 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.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#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.6.0/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
---
diff --git a/docs/serviceExternalWiki.csharp.md b/docs/serviceExternalWiki.csharp.md
index 353ee797a..dde9d0dfa 100644
--- a/docs/serviceExternalWiki.csharp.md
+++ b/docs/serviceExternalWiki.csharp.md
@@ -4,7 +4,7 @@
### ServiceExternalWiki
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki gitlab_service_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki gitlab_service_external_wiki}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ServiceExternalWiki to imp
The id of the existing ServiceExternalWiki that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_external_wiki#import import section} in the documentation of this resource for the id to use
---
@@ -824,7 +824,7 @@ new ServiceExternalWikiConfig {
| 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.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#project ServiceExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#project ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/serviceExternalWiki.go.md b/docs/serviceExternalWiki.go.md
index fbc47663e..f7ab27e4a 100644
--- a/docs/serviceExternalWiki.go.md
+++ b/docs/serviceExternalWiki.go.md
@@ -4,7 +4,7 @@
### ServiceExternalWiki
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki gitlab_service_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki gitlab_service_external_wiki}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ServiceExternalWiki to imp
The id of the existing ServiceExternalWiki that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_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/serviceexternalwiki
| 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.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#project ServiceExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#project ServiceExternalWiki#project}
---
@@ -934,7 +934,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/serviceExternalWiki.java.md b/docs/serviceExternalWiki.java.md
index 437f3d305..e576854ff 100644
--- a/docs/serviceExternalWiki.java.md
+++ b/docs/serviceExternalWiki.java.md
@@ -4,7 +4,7 @@
### ServiceExternalWiki
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki gitlab_service_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki gitlab_service_external_wiki}.
#### Initializers
@@ -42,7 +42,7 @@ ServiceExternalWiki.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.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#project ServiceExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#project ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 ServiceExternalWiki to imp
The id of the existing ServiceExternalWiki that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_external_wiki#import import section} in the documentation of this resource for the id to use
---
@@ -921,7 +921,7 @@ ServiceExternalWikiConfig.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.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#project ServiceExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#project ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/serviceExternalWiki.python.md b/docs/serviceExternalWiki.python.md
index 2e8f2771b..8ee2a3c62 100644
--- a/docs/serviceExternalWiki.python.md
+++ b/docs/serviceExternalWiki.python.md
@@ -4,7 +4,7 @@
### ServiceExternalWiki
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki gitlab_service_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki gitlab_service_external_wiki}.
#### Initializers
@@ -40,7 +40,7 @@ serviceExternalWiki.ServiceExternalWiki(
| 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.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#project ServiceExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#project ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 ServiceExternalWiki to imp
The id of the existing ServiceExternalWiki that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_external_wiki#import import section} in the documentation of this resource for the id to use
---
@@ -961,7 +961,7 @@ serviceExternalWiki.ServiceExternalWikiConfig(
| 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.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#project ServiceExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#project ServiceExternalWiki#project}
---
@@ -1071,7 +1071,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/serviceExternalWiki.typescript.md b/docs/serviceExternalWiki.typescript.md
index a14d3769f..26bdb599a 100644
--- a/docs/serviceExternalWiki.typescript.md
+++ b/docs/serviceExternalWiki.typescript.md
@@ -4,7 +4,7 @@
### ServiceExternalWiki
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki gitlab_service_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki gitlab_service_external_wiki}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ServiceExternalWiki to imp
The id of the existing ServiceExternalWiki that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_external_wiki#import import section} in the documentation of this resource for the id to use
---
@@ -813,7 +813,7 @@ const serviceExternalWikiConfig: serviceExternalWiki.ServiceExternalWikiConfig =
| 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.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#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.6.0/docs/resources/service_external_wiki#project ServiceExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#project ServiceExternalWiki#project}
---
@@ -923,7 +923,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/serviceGithub.csharp.md b/docs/serviceGithub.csharp.md
index 2476943a7..c091ae698 100644
--- a/docs/serviceGithub.csharp.md
+++ b/docs/serviceGithub.csharp.md
@@ -4,7 +4,7 @@
### ServiceGithub
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github gitlab_service_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github gitlab_service_github}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ServiceGithub to import.
The id of the existing ServiceGithub that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_github#import import section} in the documentation of this resource for the id to use
---
@@ -867,7 +867,7 @@ new ServiceGithubConfig {
| 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.6.0/docs/resources/service_github#id ServiceGithub#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#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.6.0/docs/resources/service_github#project ServiceGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#project ServiceGithub#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.6.0/docs/resources/service_github#repository_url ServiceGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#repository_url ServiceGithub#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.6.0/docs/resources/service_github#token ServiceGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#token ServiceGithub#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.6.0/docs/resources/service_github#id ServiceGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_github#static_context ServiceGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#static_context ServiceGithub#static_context}
---
diff --git a/docs/serviceGithub.go.md b/docs/serviceGithub.go.md
index da52a8c33..b6f3ee5e0 100644
--- a/docs/serviceGithub.go.md
+++ b/docs/serviceGithub.go.md
@@ -4,7 +4,7 @@
### ServiceGithub
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github gitlab_service_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github gitlab_service_github}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ServiceGithub to import.
The id of the existing ServiceGithub that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_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/servicegithub"
| 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.6.0/docs/resources/service_github#id ServiceGithub#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#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.6.0/docs/resources/service_github#project ServiceGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#project ServiceGithub#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.6.0/docs/resources/service_github#repository_url ServiceGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#repository_url ServiceGithub#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.6.0/docs/resources/service_github#token ServiceGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#token ServiceGithub#token}
---
@@ -992,7 +992,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github#id ServiceGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_github#static_context ServiceGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#static_context ServiceGithub#static_context}
---
diff --git a/docs/serviceGithub.java.md b/docs/serviceGithub.java.md
index 0a62b48e4..c97b7f6fc 100644
--- a/docs/serviceGithub.java.md
+++ b/docs/serviceGithub.java.md
@@ -4,7 +4,7 @@
### ServiceGithub
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github gitlab_service_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github gitlab_service_github}.
#### Initializers
@@ -46,7 +46,7 @@ ServiceGithub.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.6.0/docs/resources/service_github#id ServiceGithub#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#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.6.0/docs/resources/service_github#project ServiceGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#project ServiceGithub#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.6.0/docs/resources/service_github#repository_url ServiceGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#repository_url ServiceGithub#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.6.0/docs/resources/service_github#token ServiceGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#token ServiceGithub#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.6.0/docs/resources/service_github#id ServiceGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_github#static_context ServiceGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#static_context ServiceGithub#static_context}
---
@@ -601,7 +601,7 @@ The construct id used in the generated config for the ServiceGithub to import.
The id of the existing ServiceGithub that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_github#import import section} in the documentation of this resource for the id to use
---
@@ -992,7 +992,7 @@ ServiceGithubConfig.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.6.0/docs/resources/service_github#id ServiceGithub#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#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.6.0/docs/resources/service_github#project ServiceGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#project ServiceGithub#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.6.0/docs/resources/service_github#repository_url ServiceGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#repository_url ServiceGithub#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.6.0/docs/resources/service_github#token ServiceGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#token ServiceGithub#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.6.0/docs/resources/service_github#id ServiceGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_github#static_context ServiceGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#static_context ServiceGithub#static_context}
---
diff --git a/docs/serviceGithub.python.md b/docs/serviceGithub.python.md
index 471b2b24e..80bcb5106 100644
--- a/docs/serviceGithub.python.md
+++ b/docs/serviceGithub.python.md
@@ -4,7 +4,7 @@
### ServiceGithub
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github gitlab_service_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github gitlab_service_github}.
#### Initializers
@@ -43,7 +43,7 @@ serviceGithub.ServiceGithub(
| 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.6.0/docs/resources/service_github#id ServiceGithub#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#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.6.0/docs/resources/service_github#project ServiceGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#project ServiceGithub#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.6.0/docs/resources/service_github#repository_url ServiceGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#repository_url ServiceGithub#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.6.0/docs/resources/service_github#token ServiceGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#token ServiceGithub#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.6.0/docs/resources/service_github#id ServiceGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_github#static_context ServiceGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#static_context ServiceGithub#static_context}
---
@@ -644,7 +644,7 @@ The construct id used in the generated config for the ServiceGithub to import.
The id of the existing ServiceGithub that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_github#import import section} in the documentation of this resource for the id to use
---
@@ -1030,7 +1030,7 @@ serviceGithub.ServiceGithubConfig(
| 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.6.0/docs/resources/service_github#id ServiceGithub#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#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.6.0/docs/resources/service_github#project ServiceGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#project ServiceGithub#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.6.0/docs/resources/service_github#repository_url ServiceGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#repository_url ServiceGithub#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.6.0/docs/resources/service_github#token ServiceGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#token ServiceGithub#token}
---
@@ -1155,7 +1155,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github#id ServiceGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_github#static_context ServiceGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#static_context ServiceGithub#static_context}
---
diff --git a/docs/serviceGithub.typescript.md b/docs/serviceGithub.typescript.md
index 1e783d185..9c11b5209 100644
--- a/docs/serviceGithub.typescript.md
+++ b/docs/serviceGithub.typescript.md
@@ -4,7 +4,7 @@
### ServiceGithub
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github gitlab_service_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github gitlab_service_github}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ServiceGithub to import.
The id of the existing ServiceGithub that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_github#import import section} in the documentation of this resource for the id to use
---
@@ -854,7 +854,7 @@ const serviceGithubConfig: serviceGithub.ServiceGithubConfig = { ... }
| 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.6.0/docs/resources/service_github#id ServiceGithub#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#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.6.0/docs/resources/service_github#project ServiceGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#project ServiceGithub#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.6.0/docs/resources/service_github#repository_url ServiceGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#repository_url ServiceGithub#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.6.0/docs/resources/service_github#token ServiceGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#token ServiceGithub#token}
---
@@ -979,7 +979,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github#id ServiceGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_github#static_context ServiceGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#static_context ServiceGithub#static_context}
---
diff --git a/docs/serviceJira.csharp.md b/docs/serviceJira.csharp.md
index 64158f8d3..1492ef411 100644
--- a/docs/serviceJira.csharp.md
+++ b/docs/serviceJira.csharp.md
@@ -4,7 +4,7 @@
### ServiceJira
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira gitlab_service_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira gitlab_service_jira}.
#### Initializers
@@ -572,7 +572,7 @@ The construct id used in the generated config for the ServiceJira to import.
The id of the existing ServiceJira that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_jira#import import section} in the documentation of this resource for the id to use
---
@@ -1260,7 +1260,7 @@ new ServiceJiraConfig {
| 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.6.0/docs/resources/service_jira#id ServiceJira#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#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.6.0/docs/resources/service_jira#password ServiceJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#password ServiceJira#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.6.0/docs/resources/service_jira#project ServiceJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project ServiceJira#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.6.0/docs/resources/service_jira#url ServiceJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#url ServiceJira#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.6.0/docs/resources/service_jira#api_url ServiceJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#api_url ServiceJira#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.6.0/docs/resources/service_jira#comment_on_event_enabled ServiceJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#comment_on_event_enabled ServiceJira#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.6.0/docs/resources/service_jira#commit_events ServiceJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#commit_events ServiceJira#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.6.0/docs/resources/service_jira#id ServiceJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_jira#issues_enabled ServiceJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#issues_enabled ServiceJira#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.6.0/docs/resources/service_jira#jira_auth_type ServiceJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_auth_type ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_prefix ServiceJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_prefix ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_regex ServiceJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_regex ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_id ServiceJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_id ServiceJira#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.6.0/docs/resources/service_jira#merge_requests_events ServiceJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#merge_requests_events ServiceJira#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.6.0/docs/resources/service_jira#project_key ServiceJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_key ServiceJira#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.6.0/docs/resources/service_jira#project_keys ServiceJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_keys ServiceJira#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.6.0/docs/resources/service_jira#use_inherited_settings ServiceJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#use_inherited_settings ServiceJira#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.6.0/docs/resources/service_jira#username ServiceJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#username ServiceJira#username}
---
diff --git a/docs/serviceJira.go.md b/docs/serviceJira.go.md
index 45f4b3fdb..c41ff201a 100644
--- a/docs/serviceJira.go.md
+++ b/docs/serviceJira.go.md
@@ -4,7 +4,7 @@
### ServiceJira
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira gitlab_service_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira gitlab_service_jira}.
#### Initializers
@@ -572,7 +572,7 @@ The construct id used in the generated config for the ServiceJira to import.
The id of the existing ServiceJira that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_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/servicejira"
| 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.6.0/docs/resources/service_jira#id ServiceJira#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#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.6.0/docs/resources/service_jira#password ServiceJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#password ServiceJira#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.6.0/docs/resources/service_jira#project ServiceJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project ServiceJira#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.6.0/docs/resources/service_jira#url ServiceJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#url ServiceJira#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.6.0/docs/resources/service_jira#api_url ServiceJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#api_url ServiceJira#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.6.0/docs/resources/service_jira#comment_on_event_enabled ServiceJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#comment_on_event_enabled ServiceJira#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.6.0/docs/resources/service_jira#commit_events ServiceJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#commit_events ServiceJira#commit_events}
---
@@ -1439,7 +1439,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira#id ServiceJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_jira#issues_enabled ServiceJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#issues_enabled ServiceJira#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.6.0/docs/resources/service_jira#jira_auth_type ServiceJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_auth_type ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_prefix ServiceJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_prefix ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_regex ServiceJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_regex ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_id ServiceJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_id ServiceJira#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.6.0/docs/resources/service_jira#merge_requests_events ServiceJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#merge_requests_events ServiceJira#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.6.0/docs/resources/service_jira#project_key ServiceJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_key ServiceJira#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.6.0/docs/resources/service_jira#project_keys ServiceJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_keys ServiceJira#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.6.0/docs/resources/service_jira#use_inherited_settings ServiceJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#use_inherited_settings ServiceJira#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.6.0/docs/resources/service_jira#username ServiceJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#username ServiceJira#username}
---
diff --git a/docs/serviceJira.java.md b/docs/serviceJira.java.md
index 50538a0cb..67833555e 100644
--- a/docs/serviceJira.java.md
+++ b/docs/serviceJira.java.md
@@ -4,7 +4,7 @@
### ServiceJira
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira gitlab_service_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira gitlab_service_jira}.
#### Initializers
@@ -67,7 +67,7 @@ ServiceJira.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.6.0/docs/resources/service_jira#id ServiceJira#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#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.6.0/docs/resources/service_jira#password ServiceJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#password ServiceJira#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.6.0/docs/resources/service_jira#project ServiceJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project ServiceJira#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.6.0/docs/resources/service_jira#url ServiceJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#url ServiceJira#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.6.0/docs/resources/service_jira#api_url ServiceJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#api_url ServiceJira#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.6.0/docs/resources/service_jira#comment_on_event_enabled ServiceJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#comment_on_event_enabled ServiceJira#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.6.0/docs/resources/service_jira#commit_events ServiceJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#commit_events ServiceJira#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.6.0/docs/resources/service_jira#id ServiceJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_jira#issues_enabled ServiceJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#issues_enabled ServiceJira#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.6.0/docs/resources/service_jira#jira_auth_type ServiceJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_auth_type ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_prefix ServiceJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_prefix ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_regex ServiceJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_regex ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_id ServiceJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_id ServiceJira#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.6.0/docs/resources/service_jira#merge_requests_events ServiceJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#merge_requests_events ServiceJira#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.6.0/docs/resources/service_jira#project_key ServiceJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_key ServiceJira#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.6.0/docs/resources/service_jira#project_keys ServiceJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_keys ServiceJira#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.6.0/docs/resources/service_jira#use_inherited_settings ServiceJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#use_inherited_settings ServiceJira#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.6.0/docs/resources/service_jira#username ServiceJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#username ServiceJira#username}
---
@@ -861,7 +861,7 @@ The construct id used in the generated config for the ServiceJira to import.
The id of the existing ServiceJira that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_jira#import import section} in the documentation of this resource for the id to use
---
@@ -1559,7 +1559,7 @@ ServiceJiraConfig.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.6.0/docs/resources/service_jira#id ServiceJira#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#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.6.0/docs/resources/service_jira#password ServiceJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#password ServiceJira#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.6.0/docs/resources/service_jira#project ServiceJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project ServiceJira#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.6.0/docs/resources/service_jira#url ServiceJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#url ServiceJira#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.6.0/docs/resources/service_jira#api_url ServiceJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#api_url ServiceJira#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.6.0/docs/resources/service_jira#comment_on_event_enabled ServiceJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#comment_on_event_enabled ServiceJira#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.6.0/docs/resources/service_jira#commit_events ServiceJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#commit_events ServiceJira#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.6.0/docs/resources/service_jira#id ServiceJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_jira#issues_enabled ServiceJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#issues_enabled ServiceJira#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.6.0/docs/resources/service_jira#jira_auth_type ServiceJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_auth_type ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_prefix ServiceJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_prefix ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_regex ServiceJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_regex ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_id ServiceJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_id ServiceJira#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.6.0/docs/resources/service_jira#merge_requests_events ServiceJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#merge_requests_events ServiceJira#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.6.0/docs/resources/service_jira#project_key ServiceJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_key ServiceJira#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.6.0/docs/resources/service_jira#project_keys ServiceJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_keys ServiceJira#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.6.0/docs/resources/service_jira#use_inherited_settings ServiceJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#use_inherited_settings ServiceJira#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.6.0/docs/resources/service_jira#username ServiceJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#username ServiceJira#username}
---
diff --git a/docs/serviceJira.python.md b/docs/serviceJira.python.md
index 5dfe998a2..a6ff52d32 100644
--- a/docs/serviceJira.python.md
+++ b/docs/serviceJira.python.md
@@ -4,7 +4,7 @@
### ServiceJira
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira gitlab_service_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira gitlab_service_jira}.
#### Initializers
@@ -59,7 +59,7 @@ serviceJira.ServiceJira(
| 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.6.0/docs/resources/service_jira#id ServiceJira#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#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.6.0/docs/resources/service_jira#password ServiceJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#password ServiceJira#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.6.0/docs/resources/service_jira#project ServiceJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project ServiceJira#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.6.0/docs/resources/service_jira#url ServiceJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#url ServiceJira#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.6.0/docs/resources/service_jira#api_url ServiceJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#api_url ServiceJira#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.6.0/docs/resources/service_jira#comment_on_event_enabled ServiceJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#comment_on_event_enabled ServiceJira#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.6.0/docs/resources/service_jira#commit_events ServiceJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#commit_events ServiceJira#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.6.0/docs/resources/service_jira#id ServiceJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_jira#issues_enabled ServiceJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#issues_enabled ServiceJira#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.6.0/docs/resources/service_jira#jira_auth_type ServiceJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_auth_type ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_prefix ServiceJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_prefix ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_regex ServiceJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_regex ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_id ServiceJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_id ServiceJira#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.6.0/docs/resources/service_jira#merge_requests_events ServiceJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#merge_requests_events ServiceJira#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.6.0/docs/resources/service_jira#project_key ServiceJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_key ServiceJira#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.6.0/docs/resources/service_jira#project_keys ServiceJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_keys ServiceJira#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.6.0/docs/resources/service_jira#use_inherited_settings ServiceJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#use_inherited_settings ServiceJira#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.6.0/docs/resources/service_jira#username ServiceJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#username ServiceJira#username}
---
@@ -899,7 +899,7 @@ The construct id used in the generated config for the ServiceJira to import.
The id of the existing ServiceJira that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_jira#import import section} in the documentation of this resource for the id to use
---
@@ -1587,7 +1587,7 @@ serviceJira.ServiceJiraConfig(
| 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.6.0/docs/resources/service_jira#id ServiceJira#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#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.6.0/docs/resources/service_jira#password ServiceJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#password ServiceJira#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.6.0/docs/resources/service_jira#project ServiceJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project ServiceJira#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.6.0/docs/resources/service_jira#url ServiceJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#url ServiceJira#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.6.0/docs/resources/service_jira#api_url ServiceJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#api_url ServiceJira#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.6.0/docs/resources/service_jira#comment_on_event_enabled ServiceJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#comment_on_event_enabled ServiceJira#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.6.0/docs/resources/service_jira#commit_events ServiceJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#commit_events ServiceJira#commit_events}
---
@@ -1766,7 +1766,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira#id ServiceJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_jira#issues_enabled ServiceJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#issues_enabled ServiceJira#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.6.0/docs/resources/service_jira#jira_auth_type ServiceJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_auth_type ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_prefix ServiceJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_prefix ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_regex ServiceJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_regex ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_id ServiceJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_id ServiceJira#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.6.0/docs/resources/service_jira#merge_requests_events ServiceJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#merge_requests_events ServiceJira#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.6.0/docs/resources/service_jira#project_key ServiceJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_key ServiceJira#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.6.0/docs/resources/service_jira#project_keys ServiceJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_keys ServiceJira#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.6.0/docs/resources/service_jira#use_inherited_settings ServiceJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#use_inherited_settings ServiceJira#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.6.0/docs/resources/service_jira#username ServiceJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#username ServiceJira#username}
---
diff --git a/docs/serviceJira.typescript.md b/docs/serviceJira.typescript.md
index 612567b9f..fb86d9e41 100644
--- a/docs/serviceJira.typescript.md
+++ b/docs/serviceJira.typescript.md
@@ -4,7 +4,7 @@
### ServiceJira
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira gitlab_service_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira gitlab_service_jira}.
#### Initializers
@@ -572,7 +572,7 @@ The construct id used in the generated config for the ServiceJira to import.
The id of the existing ServiceJira that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_jira#import import section} in the documentation of this resource for the id to use
---
@@ -1234,7 +1234,7 @@ const serviceJiraConfig: serviceJira.ServiceJiraConfig = { ... }
| 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.6.0/docs/resources/service_jira#id ServiceJira#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#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.6.0/docs/resources/service_jira#password ServiceJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#password ServiceJira#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.6.0/docs/resources/service_jira#project ServiceJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project ServiceJira#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.6.0/docs/resources/service_jira#url ServiceJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#url ServiceJira#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.6.0/docs/resources/service_jira#api_url ServiceJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#api_url ServiceJira#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.6.0/docs/resources/service_jira#comment_on_event_enabled ServiceJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#comment_on_event_enabled ServiceJira#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.6.0/docs/resources/service_jira#commit_events ServiceJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#commit_events ServiceJira#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.6.0/docs/resources/service_jira#id ServiceJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_jira#issues_enabled ServiceJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#issues_enabled ServiceJira#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.6.0/docs/resources/service_jira#jira_auth_type ServiceJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_auth_type ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_prefix ServiceJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_prefix ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_regex ServiceJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_regex ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#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.6.0/docs/resources/service_jira#jira_issue_transition_id ServiceJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_id ServiceJira#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.6.0/docs/resources/service_jira#merge_requests_events ServiceJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#merge_requests_events ServiceJira#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.6.0/docs/resources/service_jira#project_key ServiceJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_key ServiceJira#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.6.0/docs/resources/service_jira#project_keys ServiceJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_keys ServiceJira#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.6.0/docs/resources/service_jira#use_inherited_settings ServiceJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#use_inherited_settings ServiceJira#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.6.0/docs/resources/service_jira#username ServiceJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#username ServiceJira#username}
---
diff --git a/docs/serviceMicrosoftTeams.csharp.md b/docs/serviceMicrosoftTeams.csharp.md
index e35f2ff22..7c466be6e 100644
--- a/docs/serviceMicrosoftTeams.csharp.md
+++ b/docs/serviceMicrosoftTeams.csharp.md
@@ -4,7 +4,7 @@
### ServiceMicrosoftTeams
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams}.
#### Initializers
@@ -551,7 +551,7 @@ The construct id used in the generated config for the ServiceMicrosoftTeams to i
The id of the existing ServiceMicrosoftTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_microsoft_teams#import import section} in the documentation of this resource for the id to use
---
@@ -1135,7 +1135,7 @@ new ServiceMicrosoftTeamsConfig {
| 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.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
---
diff --git a/docs/serviceMicrosoftTeams.go.md b/docs/serviceMicrosoftTeams.go.md
index 5c3f4647d..248b2172b 100644
--- a/docs/serviceMicrosoftTeams.go.md
+++ b/docs/serviceMicrosoftTeams.go.md
@@ -4,7 +4,7 @@
### ServiceMicrosoftTeams
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams}.
#### Initializers
@@ -551,7 +551,7 @@ The construct id used in the generated config for the ServiceMicrosoftTeams to i
The id of the existing ServiceMicrosoftTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_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/servicemicrosofttea
| 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.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#confidential_note_events}
---
@@ -1295,7 +1295,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
---
diff --git a/docs/serviceMicrosoftTeams.java.md b/docs/serviceMicrosoftTeams.java.md
index ec196f281..36937bd01 100644
--- a/docs/serviceMicrosoftTeams.java.md
+++ b/docs/serviceMicrosoftTeams.java.md
@@ -4,7 +4,7 @@
### ServiceMicrosoftTeams
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams}.
#### Initializers
@@ -66,7 +66,7 @@ ServiceMicrosoftTeams.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.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
---
@@ -786,7 +786,7 @@ The construct id used in the generated config for the ServiceMicrosoftTeams to i
The id of the existing ServiceMicrosoftTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_microsoft_teams#import import section} in the documentation of this resource for the id to use
---
@@ -1384,7 +1384,7 @@ ServiceMicrosoftTeamsConfig.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.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
---
diff --git a/docs/serviceMicrosoftTeams.python.md b/docs/serviceMicrosoftTeams.python.md
index c47801ad6..1603d3371 100644
--- a/docs/serviceMicrosoftTeams.python.md
+++ b/docs/serviceMicrosoftTeams.python.md
@@ -4,7 +4,7 @@
### ServiceMicrosoftTeams
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams}.
#### Initializers
@@ -54,7 +54,7 @@ serviceMicrosoftTeams.ServiceMicrosoftTeams(
| 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.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
---
@@ -820,7 +820,7 @@ The construct id used in the generated config for the ServiceMicrosoftTeams to i
The id of the existing ServiceMicrosoftTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_microsoft_teams#import import section} in the documentation of this resource for the id to use
---
@@ -1404,7 +1404,7 @@ serviceMicrosoftTeams.ServiceMicrosoftTeamsConfig(
| 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.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#confidential_note_events}
---
@@ -1564,7 +1564,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
---
diff --git a/docs/serviceMicrosoftTeams.typescript.md b/docs/serviceMicrosoftTeams.typescript.md
index 244dca35a..102e34d3e 100644
--- a/docs/serviceMicrosoftTeams.typescript.md
+++ b/docs/serviceMicrosoftTeams.typescript.md
@@ -4,7 +4,7 @@
### ServiceMicrosoftTeams
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams}.
#### Initializers
@@ -551,7 +551,7 @@ The construct id used in the generated config for the ServiceMicrosoftTeams to i
The id of the existing ServiceMicrosoftTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_microsoft_teams#import import section} in the documentation of this resource for the id to use
---
@@ -1113,7 +1113,7 @@ const serviceMicrosoftTeamsConfig: serviceMicrosoftTeams.ServiceMicrosoftTeamsCo
| 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.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#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.6.0/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
---
diff --git a/docs/servicePipelinesEmail.csharp.md b/docs/servicePipelinesEmail.csharp.md
index b36bb1505..dd0864c15 100644
--- a/docs/servicePipelinesEmail.csharp.md
+++ b/docs/servicePipelinesEmail.csharp.md
@@ -4,7 +4,7 @@
### ServicePipelinesEmail
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email gitlab_service_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email gitlab_service_pipelines_email}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the ServicePipelinesEmail to i
The id of the existing ServicePipelinesEmail that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_pipelines_email#import import section} in the documentation of this resource for the id to use
---
@@ -830,7 +830,7 @@ new ServicePipelinesEmailConfig {
| 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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#project ServicePipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#project ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
---
diff --git a/docs/servicePipelinesEmail.go.md b/docs/servicePipelinesEmail.go.md
index 1474029d8..cbaec43fa 100644
--- a/docs/servicePipelinesEmail.go.md
+++ b/docs/servicePipelinesEmail.go.md
@@ -4,7 +4,7 @@
### ServicePipelinesEmail
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email gitlab_service_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email gitlab_service_pipelines_email}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the ServicePipelinesEmail to i
The id of the existing ServicePipelinesEmail that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_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/servicepipelinesema
| 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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#project ServicePipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#project ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
---
diff --git a/docs/servicePipelinesEmail.java.md b/docs/servicePipelinesEmail.java.md
index 91e012300..38f6e0b78 100644
--- a/docs/servicePipelinesEmail.java.md
+++ b/docs/servicePipelinesEmail.java.md
@@ -4,7 +4,7 @@
### ServicePipelinesEmail
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email gitlab_service_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email gitlab_service_pipelines_email}.
#### Initializers
@@ -46,7 +46,7 @@ ServicePipelinesEmail.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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#project ServicePipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#project ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
---
@@ -606,7 +606,7 @@ The construct id used in the generated config for the ServicePipelinesEmail to i
The id of the existing ServicePipelinesEmail that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_pipelines_email#import import section} in the documentation of this resource for the id to use
---
@@ -953,7 +953,7 @@ ServicePipelinesEmailConfig.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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#project ServicePipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#project ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
---
diff --git a/docs/servicePipelinesEmail.python.md b/docs/servicePipelinesEmail.python.md
index 1f5b079fb..706d2fd76 100644
--- a/docs/servicePipelinesEmail.python.md
+++ b/docs/servicePipelinesEmail.python.md
@@ -4,7 +4,7 @@
### ServicePipelinesEmail
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email gitlab_service_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email gitlab_service_pipelines_email}.
#### Initializers
@@ -43,7 +43,7 @@ servicePipelinesEmail.ServicePipelinesEmail(
| 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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#project ServicePipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#project ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
---
@@ -649,7 +649,7 @@ The construct id used in the generated config for the ServicePipelinesEmail to i
The id of the existing ServicePipelinesEmail that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_pipelines_email#import import section} in the documentation of this resource for the id to use
---
@@ -991,7 +991,7 @@ servicePipelinesEmail.ServicePipelinesEmailConfig(
| 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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#project ServicePipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#project ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
---
diff --git a/docs/servicePipelinesEmail.typescript.md b/docs/servicePipelinesEmail.typescript.md
index 3ee1693cd..1ceab4792 100644
--- a/docs/servicePipelinesEmail.typescript.md
+++ b/docs/servicePipelinesEmail.typescript.md
@@ -4,7 +4,7 @@
### ServicePipelinesEmail
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email gitlab_service_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email gitlab_service_pipelines_email}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the ServicePipelinesEmail to i
The id of the existing ServicePipelinesEmail that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_pipelines_email#import import section} in the documentation of this resource for the id to use
---
@@ -817,7 +817,7 @@ const servicePipelinesEmailConfig: servicePipelinesEmail.ServicePipelinesEmailCo
| 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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#project ServicePipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#project ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#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.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
---
diff --git a/docs/serviceSlack.csharp.md b/docs/serviceSlack.csharp.md
index 9d8734a7c..69164740f 100644
--- a/docs/serviceSlack.csharp.md
+++ b/docs/serviceSlack.csharp.md
@@ -4,7 +4,7 @@
### ServiceSlack
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack gitlab_service_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack gitlab_service_slack}.
#### Initializers
@@ -628,7 +628,7 @@ The construct id used in the generated config for the ServiceSlack to import.
The id of the existing ServiceSlack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_slack#import import section} in the documentation of this resource for the id to use
---
@@ -1445,7 +1445,7 @@ new ServiceSlackConfig {
| 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.6.0/docs/resources/service_slack#id ServiceSlack#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#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.6.0/docs/resources/service_slack#project ServiceSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#project ServiceSlack#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.6.0/docs/resources/service_slack#webhook ServiceSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#webhook ServiceSlack#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.6.0/docs/resources/service_slack#branches_to_be_notified ServiceSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#branches_to_be_notified ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issue_channel ServiceSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issues_events ServiceSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issues_events ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_channel ServiceSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_events ServiceSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_events ServiceSlack#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.6.0/docs/resources/service_slack#id ServiceSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_slack#issue_channel ServiceSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#issues_events ServiceSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issues_events ServiceSlack#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.6.0/docs/resources/service_slack#merge_request_channel ServiceSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_request_channel ServiceSlack#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.6.0/docs/resources/service_slack#merge_requests_events ServiceSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_requests_events ServiceSlack#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.6.0/docs/resources/service_slack#note_channel ServiceSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_channel ServiceSlack#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.6.0/docs/resources/service_slack#note_events ServiceSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_events ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_default_branch ServiceSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_default_branch ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_channel ServiceSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_channel ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_events ServiceSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_events ServiceSlack#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.6.0/docs/resources/service_slack#push_channel ServiceSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_channel ServiceSlack#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.6.0/docs/resources/service_slack#push_events ServiceSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_events ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_channel ServiceSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_channel ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_events ServiceSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_events ServiceSlack#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.6.0/docs/resources/service_slack#username ServiceSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#username ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_channel ServiceSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_channel ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
---
diff --git a/docs/serviceSlack.go.md b/docs/serviceSlack.go.md
index e5b29ecde..9cf9a02cf 100644
--- a/docs/serviceSlack.go.md
+++ b/docs/serviceSlack.go.md
@@ -4,7 +4,7 @@
### ServiceSlack
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack gitlab_service_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack gitlab_service_slack}.
#### Initializers
@@ -628,7 +628,7 @@ The construct id used in the generated config for the ServiceSlack to import.
The id of the existing ServiceSlack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_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/serviceslack"
| 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.6.0/docs/resources/service_slack#id ServiceSlack#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#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.6.0/docs/resources/service_slack#project ServiceSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#project ServiceSlack#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.6.0/docs/resources/service_slack#webhook ServiceSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#webhook ServiceSlack#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.6.0/docs/resources/service_slack#branches_to_be_notified ServiceSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#branches_to_be_notified ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issue_channel ServiceSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issues_events ServiceSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issues_events ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_channel ServiceSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_events ServiceSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_events ServiceSlack#confidential_note_events}
---
@@ -1642,7 +1642,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#id ServiceSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_slack#issue_channel ServiceSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#issues_events ServiceSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issues_events ServiceSlack#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.6.0/docs/resources/service_slack#merge_request_channel ServiceSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_request_channel ServiceSlack#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.6.0/docs/resources/service_slack#merge_requests_events ServiceSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_requests_events ServiceSlack#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.6.0/docs/resources/service_slack#note_channel ServiceSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_channel ServiceSlack#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.6.0/docs/resources/service_slack#note_events ServiceSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_events ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_default_branch ServiceSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_default_branch ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_channel ServiceSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_channel ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_events ServiceSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_events ServiceSlack#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.6.0/docs/resources/service_slack#push_channel ServiceSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_channel ServiceSlack#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.6.0/docs/resources/service_slack#push_events ServiceSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_events ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_channel ServiceSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_channel ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_events ServiceSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_events ServiceSlack#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.6.0/docs/resources/service_slack#username ServiceSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#username ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_channel ServiceSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_channel ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
---
diff --git a/docs/serviceSlack.java.md b/docs/serviceSlack.java.md
index 5f13cf7df..598d75e37 100644
--- a/docs/serviceSlack.java.md
+++ b/docs/serviceSlack.java.md
@@ -4,7 +4,7 @@
### ServiceSlack
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack gitlab_service_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack gitlab_service_slack}.
#### Initializers
@@ -80,7 +80,7 @@ ServiceSlack.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.6.0/docs/resources/service_slack#id ServiceSlack#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#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.6.0/docs/resources/service_slack#project ServiceSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#project ServiceSlack#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.6.0/docs/resources/service_slack#webhook ServiceSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#webhook ServiceSlack#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.6.0/docs/resources/service_slack#branches_to_be_notified ServiceSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#branches_to_be_notified ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issue_channel ServiceSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issues_events ServiceSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issues_events ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_channel ServiceSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_events ServiceSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_events ServiceSlack#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.6.0/docs/resources/service_slack#id ServiceSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_slack#issue_channel ServiceSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#issues_events ServiceSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issues_events ServiceSlack#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.6.0/docs/resources/service_slack#merge_request_channel ServiceSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_request_channel ServiceSlack#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.6.0/docs/resources/service_slack#merge_requests_events ServiceSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_requests_events ServiceSlack#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.6.0/docs/resources/service_slack#note_channel ServiceSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_channel ServiceSlack#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.6.0/docs/resources/service_slack#note_events ServiceSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_events ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_default_branch ServiceSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_default_branch ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_channel ServiceSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_channel ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_events ServiceSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_events ServiceSlack#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.6.0/docs/resources/service_slack#push_channel ServiceSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_channel ServiceSlack#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.6.0/docs/resources/service_slack#push_events ServiceSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_events ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_channel ServiceSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_channel ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_events ServiceSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_events ServiceSlack#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.6.0/docs/resources/service_slack#username ServiceSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#username ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_channel ServiceSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_channel ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
---
@@ -996,7 +996,7 @@ The construct id used in the generated config for the ServiceSlack to import.
The id of the existing ServiceSlack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_slack#import import section} in the documentation of this resource for the id to use
---
@@ -1828,7 +1828,7 @@ ServiceSlackConfig.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.6.0/docs/resources/service_slack#id ServiceSlack#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#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.6.0/docs/resources/service_slack#project ServiceSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#project ServiceSlack#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.6.0/docs/resources/service_slack#webhook ServiceSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#webhook ServiceSlack#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.6.0/docs/resources/service_slack#branches_to_be_notified ServiceSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#branches_to_be_notified ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issue_channel ServiceSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issues_events ServiceSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issues_events ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_channel ServiceSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_events ServiceSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_events ServiceSlack#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.6.0/docs/resources/service_slack#id ServiceSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_slack#issue_channel ServiceSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#issues_events ServiceSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issues_events ServiceSlack#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.6.0/docs/resources/service_slack#merge_request_channel ServiceSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_request_channel ServiceSlack#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.6.0/docs/resources/service_slack#merge_requests_events ServiceSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_requests_events ServiceSlack#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.6.0/docs/resources/service_slack#note_channel ServiceSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_channel ServiceSlack#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.6.0/docs/resources/service_slack#note_events ServiceSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_events ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_default_branch ServiceSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_default_branch ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_channel ServiceSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_channel ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_events ServiceSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_events ServiceSlack#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.6.0/docs/resources/service_slack#push_channel ServiceSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_channel ServiceSlack#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.6.0/docs/resources/service_slack#push_events ServiceSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_events ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_channel ServiceSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_channel ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_events ServiceSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_events ServiceSlack#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.6.0/docs/resources/service_slack#username ServiceSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#username ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_channel ServiceSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_channel ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
---
diff --git a/docs/serviceSlack.python.md b/docs/serviceSlack.python.md
index d33af5ec9..f32b0d3d5 100644
--- a/docs/serviceSlack.python.md
+++ b/docs/serviceSlack.python.md
@@ -4,7 +4,7 @@
### ServiceSlack
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack gitlab_service_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack gitlab_service_slack}.
#### Initializers
@@ -67,7 +67,7 @@ serviceSlack.ServiceSlack(
| 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.6.0/docs/resources/service_slack#id ServiceSlack#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#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.6.0/docs/resources/service_slack#project ServiceSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#project ServiceSlack#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.6.0/docs/resources/service_slack#webhook ServiceSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#webhook ServiceSlack#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.6.0/docs/resources/service_slack#branches_to_be_notified ServiceSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#branches_to_be_notified ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issue_channel ServiceSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issues_events ServiceSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issues_events ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_channel ServiceSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_events ServiceSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_events ServiceSlack#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.6.0/docs/resources/service_slack#id ServiceSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_slack#issue_channel ServiceSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#issues_events ServiceSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issues_events ServiceSlack#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.6.0/docs/resources/service_slack#merge_request_channel ServiceSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_request_channel ServiceSlack#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.6.0/docs/resources/service_slack#merge_requests_events ServiceSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_requests_events ServiceSlack#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.6.0/docs/resources/service_slack#note_channel ServiceSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_channel ServiceSlack#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.6.0/docs/resources/service_slack#note_events ServiceSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_events ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_default_branch ServiceSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_default_branch ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_channel ServiceSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_channel ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_events ServiceSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_events ServiceSlack#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.6.0/docs/resources/service_slack#push_channel ServiceSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_channel ServiceSlack#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.6.0/docs/resources/service_slack#push_events ServiceSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_events ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_channel ServiceSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_channel ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_events ServiceSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_events ServiceSlack#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.6.0/docs/resources/service_slack#username ServiceSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#username ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_channel ServiceSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_channel ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
---
@@ -1029,7 +1029,7 @@ The construct id used in the generated config for the ServiceSlack to import.
The id of the existing ServiceSlack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_slack#import import section} in the documentation of this resource for the id to use
---
@@ -1846,7 +1846,7 @@ serviceSlack.ServiceSlackConfig(
| 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.6.0/docs/resources/service_slack#id ServiceSlack#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#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.6.0/docs/resources/service_slack#project ServiceSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#project ServiceSlack#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.6.0/docs/resources/service_slack#webhook ServiceSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#webhook ServiceSlack#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.6.0/docs/resources/service_slack#branches_to_be_notified ServiceSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#branches_to_be_notified ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issue_channel ServiceSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issues_events ServiceSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issues_events ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_channel ServiceSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_events ServiceSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_events ServiceSlack#confidential_note_events}
---
@@ -2043,7 +2043,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#id ServiceSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_slack#issue_channel ServiceSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#issues_events ServiceSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issues_events ServiceSlack#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.6.0/docs/resources/service_slack#merge_request_channel ServiceSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_request_channel ServiceSlack#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.6.0/docs/resources/service_slack#merge_requests_events ServiceSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_requests_events ServiceSlack#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.6.0/docs/resources/service_slack#note_channel ServiceSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_channel ServiceSlack#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.6.0/docs/resources/service_slack#note_events ServiceSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_events ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_default_branch ServiceSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_default_branch ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_channel ServiceSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_channel ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_events ServiceSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_events ServiceSlack#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.6.0/docs/resources/service_slack#push_channel ServiceSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_channel ServiceSlack#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.6.0/docs/resources/service_slack#push_events ServiceSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_events ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_channel ServiceSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_channel ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_events ServiceSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_events ServiceSlack#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.6.0/docs/resources/service_slack#username ServiceSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#username ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_channel ServiceSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_channel ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
---
diff --git a/docs/serviceSlack.typescript.md b/docs/serviceSlack.typescript.md
index 0647ebf5d..3047c6225 100644
--- a/docs/serviceSlack.typescript.md
+++ b/docs/serviceSlack.typescript.md
@@ -4,7 +4,7 @@
### ServiceSlack
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack gitlab_service_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack gitlab_service_slack}.
#### Initializers
@@ -628,7 +628,7 @@ The construct id used in the generated config for the ServiceSlack to import.
The id of the existing ServiceSlack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_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.1/docs/resources/service_slack#import import section} in the documentation of this resource for the id to use
---
@@ -1412,7 +1412,7 @@ const serviceSlackConfig: serviceSlack.ServiceSlackConfig = { ... }
| 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.6.0/docs/resources/service_slack#id ServiceSlack#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#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.6.0/docs/resources/service_slack#project ServiceSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#project ServiceSlack#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.6.0/docs/resources/service_slack#webhook ServiceSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#webhook ServiceSlack#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.6.0/docs/resources/service_slack#branches_to_be_notified ServiceSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#branches_to_be_notified ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issue_channel ServiceSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_issues_events ServiceSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issues_events ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_channel ServiceSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_channel ServiceSlack#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.6.0/docs/resources/service_slack#confidential_note_events ServiceSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_events ServiceSlack#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.6.0/docs/resources/service_slack#id ServiceSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.6.0/docs/resources/service_slack#issue_channel ServiceSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issue_channel ServiceSlack#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.6.0/docs/resources/service_slack#issues_events ServiceSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issues_events ServiceSlack#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.6.0/docs/resources/service_slack#merge_request_channel ServiceSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_request_channel ServiceSlack#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.6.0/docs/resources/service_slack#merge_requests_events ServiceSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_requests_events ServiceSlack#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.6.0/docs/resources/service_slack#note_channel ServiceSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_channel ServiceSlack#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.6.0/docs/resources/service_slack#note_events ServiceSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_events ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#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.6.0/docs/resources/service_slack#notify_only_default_branch ServiceSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_default_branch ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_channel ServiceSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_channel ServiceSlack#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.6.0/docs/resources/service_slack#pipeline_events ServiceSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_events ServiceSlack#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.6.0/docs/resources/service_slack#push_channel ServiceSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_channel ServiceSlack#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.6.0/docs/resources/service_slack#push_events ServiceSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_events ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_channel ServiceSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_channel ServiceSlack#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.6.0/docs/resources/service_slack#tag_push_events ServiceSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_events ServiceSlack#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.6.0/docs/resources/service_slack#username ServiceSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#username ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_channel ServiceSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_channel ServiceSlack#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.6.0/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
---
diff --git a/docs/systemHook.csharp.md b/docs/systemHook.csharp.md
index 8bd873e8c..b7146b319 100644
--- a/docs/systemHook.csharp.md
+++ b/docs/systemHook.csharp.md
@@ -4,7 +4,7 @@
### SystemHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook gitlab_system_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook gitlab_system_hook}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the SystemHook to import.
The id of the existing SystemHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_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.1/docs/resources/system_hook#import import section} in the documentation of this resource for the id to use
---
@@ -937,7 +937,7 @@ new SystemHookConfig {
| Provisioners
| object[]
| *No description.* |
| Url
| string
| The hook URL. |
| EnableSslVerification
| object
| Do SSL verification when triggering the hook. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}. |
| MergeRequestsEvents
| object
| Trigger hook on merge requests events. |
| PushEvents
| object
| When true, the hook fires on push events. |
| RepositoryUpdateEvents
| object
| Trigger hook on repository update events. |
@@ -1026,7 +1026,7 @@ public string Url { get; set; }
The hook URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#url SystemHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#url SystemHook#url}
---
@@ -1040,7 +1040,7 @@ public object EnableSslVerification { get; set; }
Do SSL verification when triggering the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
---
@@ -1052,7 +1052,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1069,7 +1069,7 @@ public object MergeRequestsEvents { get; set; }
Trigger hook on merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
---
@@ -1083,7 +1083,7 @@ public object PushEvents { get; set; }
When true, the hook fires on push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#push_events SystemHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#push_events SystemHook#push_events}
---
@@ -1097,7 +1097,7 @@ public object RepositoryUpdateEvents { get; set; }
Trigger hook on repository update events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
---
@@ -1111,7 +1111,7 @@ public object TagPushEvents { get; set; }
When true, the hook fires on new tags being pushed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
---
@@ -1127,7 +1127,7 @@ Secret token to validate received payloads;
this isn’t returned in the response. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#token SystemHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#token SystemHook#token}
---
diff --git a/docs/systemHook.go.md b/docs/systemHook.go.md
index 67071154b..ee003f8a4 100644
--- a/docs/systemHook.go.md
+++ b/docs/systemHook.go.md
@@ -4,7 +4,7 @@
### SystemHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook gitlab_system_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook gitlab_system_hook}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the SystemHook to import.
The id of the existing SystemHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_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.1/docs/resources/system_hook#import import section} in the documentation of this resource for the id to use
---
@@ -937,7 +937,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/systemhook"
| Provisioners
| *[]interface{}
| *No description.* |
| Url
| *string
| The hook URL. |
| EnableSslVerification
| interface{}
| Do SSL verification when triggering the hook. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}. |
| MergeRequestsEvents
| interface{}
| Trigger hook on merge requests events. |
| PushEvents
| interface{}
| When true, the hook fires on push events. |
| RepositoryUpdateEvents
| interface{}
| Trigger hook on repository update events. |
@@ -1026,7 +1026,7 @@ Url *string
The hook URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#url SystemHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#url SystemHook#url}
---
@@ -1040,7 +1040,7 @@ EnableSslVerification interface{}
Do SSL verification when triggering the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
---
@@ -1052,7 +1052,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1069,7 +1069,7 @@ MergeRequestsEvents interface{}
Trigger hook on merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
---
@@ -1083,7 +1083,7 @@ PushEvents interface{}
When true, the hook fires on push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#push_events SystemHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#push_events SystemHook#push_events}
---
@@ -1097,7 +1097,7 @@ RepositoryUpdateEvents interface{}
Trigger hook on repository update events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
---
@@ -1111,7 +1111,7 @@ TagPushEvents interface{}
When true, the hook fires on new tags being pushed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
---
@@ -1127,7 +1127,7 @@ Secret token to validate received payloads;
this isn’t returned in the response. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#token SystemHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#token SystemHook#token}
---
diff --git a/docs/systemHook.java.md b/docs/systemHook.java.md
index 60915852e..7450024a9 100644
--- a/docs/systemHook.java.md
+++ b/docs/systemHook.java.md
@@ -4,7 +4,7 @@
### SystemHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook gitlab_system_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook gitlab_system_hook}.
#### Initializers
@@ -52,7 +52,7 @@ SystemHook.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| url
| java.lang.String
| The hook URL. |
| enableSslVerification
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Do SSL verification when triggering the hook. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}. |
| mergeRequestsEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Trigger hook on merge requests events. |
| pushEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| When true, the hook fires on push events. |
| repositoryUpdateEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Trigger hook on repository update events. |
@@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope
The hook URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#url SystemHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#url SystemHook#url}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Do SSL verification when triggering the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
---
@@ -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.6.0/docs/resources/system_hook#id SystemHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
Trigger hook on merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When true, the hook fires on push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#push_events SystemHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#push_events SystemHook#push_events}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Trigger hook on repository update events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
---
@@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When true, the hook fires on new tags being pushed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
---
@@ -200,7 +200,7 @@ Secret token to validate received payloads;
this isn’t returned in the response. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#token SystemHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#token SystemHook#token}
---
@@ -676,7 +676,7 @@ The construct id used in the generated config for the SystemHook to import.
The id of the existing SystemHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_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.1/docs/resources/system_hook#import import section} in the documentation of this resource for the id to use
---
@@ -1106,7 +1106,7 @@ SystemHookConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| url
| java.lang.String
| The hook URL. |
| enableSslVerification
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Do SSL verification when triggering the hook. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}. |
| mergeRequestsEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Trigger hook on merge requests events. |
| pushEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| When true, the hook fires on push events. |
| repositoryUpdateEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Trigger hook on repository update events. |
@@ -1195,7 +1195,7 @@ public java.lang.String getUrl();
The hook URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#url SystemHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#url SystemHook#url}
---
@@ -1209,7 +1209,7 @@ public java.lang.Object getEnableSslVerification();
Do SSL verification when triggering the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
---
@@ -1221,7 +1221,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1238,7 +1238,7 @@ public java.lang.Object getMergeRequestsEvents();
Trigger hook on merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
---
@@ -1252,7 +1252,7 @@ public java.lang.Object getPushEvents();
When true, the hook fires on push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#push_events SystemHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#push_events SystemHook#push_events}
---
@@ -1266,7 +1266,7 @@ public java.lang.Object getRepositoryUpdateEvents();
Trigger hook on repository update events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
---
@@ -1280,7 +1280,7 @@ public java.lang.Object getTagPushEvents();
When true, the hook fires on new tags being pushed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
---
@@ -1296,7 +1296,7 @@ Secret token to validate received payloads;
this isn’t returned in the response. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#token SystemHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#token SystemHook#token}
---
diff --git a/docs/systemHook.python.md b/docs/systemHook.python.md
index 74d6a7118..06fd85506 100644
--- a/docs/systemHook.python.md
+++ b/docs/systemHook.python.md
@@ -4,7 +4,7 @@
### SystemHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook gitlab_system_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook gitlab_system_hook}.
#### Initializers
@@ -45,7 +45,7 @@ systemHook.SystemHook(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| url
| str
| The hook URL. |
| enable_ssl_verification
| typing.Union[bool, cdktf.IResolvable]
| Do SSL verification when triggering the hook. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}. |
| merge_requests_events
| typing.Union[bool, cdktf.IResolvable]
| Trigger hook on merge requests events. |
| push_events
| typing.Union[bool, cdktf.IResolvable]
| When true, the hook fires on push events. |
| repository_update_events
| typing.Union[bool, cdktf.IResolvable]
| Trigger hook on repository update events. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The hook URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#url SystemHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#url SystemHook#url}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Do SSL verification when triggering the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
---
@@ -138,7 +138,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.6.0/docs/resources/system_hook#id SystemHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -151,7 +151,7 @@ If you experience problems setting this value it might not be settable. Please t
Trigger hook on merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
---
@@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When true, the hook fires on push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#push_events SystemHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#push_events SystemHook#push_events}
---
@@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Trigger hook on repository update events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
---
@@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When true, the hook fires on new tags being pushed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
---
@@ -193,7 +193,7 @@ Secret token to validate received payloads;
this isn’t returned in the response. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#token SystemHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#token SystemHook#token}
---
@@ -715,7 +715,7 @@ The construct id used in the generated config for the SystemHook to import.
The id of the existing SystemHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_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.1/docs/resources/system_hook#import import section} in the documentation of this resource for the id to use
---
@@ -1136,7 +1136,7 @@ systemHook.SystemHookConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| url
| str
| The hook URL. |
| enable_ssl_verification
| typing.Union[bool, cdktf.IResolvable]
| Do SSL verification when triggering the hook. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}. |
| merge_requests_events
| typing.Union[bool, cdktf.IResolvable]
| Trigger hook on merge requests events. |
| push_events
| typing.Union[bool, cdktf.IResolvable]
| When true, the hook fires on push events. |
| repository_update_events
| typing.Union[bool, cdktf.IResolvable]
| Trigger hook on repository update events. |
@@ -1225,7 +1225,7 @@ url: str
The hook URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#url SystemHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#url SystemHook#url}
---
@@ -1239,7 +1239,7 @@ enable_ssl_verification: typing.Union[bool, IResolvable]
Do SSL verification when triggering the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
---
@@ -1251,7 +1251,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ merge_requests_events: typing.Union[bool, IResolvable]
Trigger hook on merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
---
@@ -1282,7 +1282,7 @@ push_events: typing.Union[bool, IResolvable]
When true, the hook fires on push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#push_events SystemHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#push_events SystemHook#push_events}
---
@@ -1296,7 +1296,7 @@ repository_update_events: typing.Union[bool, IResolvable]
Trigger hook on repository update events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
---
@@ -1310,7 +1310,7 @@ tag_push_events: typing.Union[bool, IResolvable]
When true, the hook fires on new tags being pushed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
---
@@ -1326,7 +1326,7 @@ Secret token to validate received payloads;
this isn’t returned in the response. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#token SystemHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#token SystemHook#token}
---
diff --git a/docs/systemHook.typescript.md b/docs/systemHook.typescript.md
index 9f88a4abe..fbaeddf2e 100644
--- a/docs/systemHook.typescript.md
+++ b/docs/systemHook.typescript.md
@@ -4,7 +4,7 @@
### SystemHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook gitlab_system_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook gitlab_system_hook}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the SystemHook to import.
The id of the existing SystemHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_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.1/docs/resources/system_hook#import import section} in the documentation of this resource for the id to use
---
@@ -921,7 +921,7 @@ const systemHookConfig: systemHook.SystemHookConfig = { ... }
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| url
| string
| The hook URL. |
| enableSslVerification
| boolean \| cdktf.IResolvable
| Do SSL verification when triggering the hook. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}. |
| mergeRequestsEvents
| boolean \| cdktf.IResolvable
| Trigger hook on merge requests events. |
| pushEvents
| boolean \| cdktf.IResolvable
| When true, the hook fires on push events. |
| repositoryUpdateEvents
| boolean \| cdktf.IResolvable
| Trigger hook on repository update events. |
@@ -1010,7 +1010,7 @@ public readonly url: string;
The hook URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#url SystemHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#url SystemHook#url}
---
@@ -1024,7 +1024,7 @@ public readonly enableSslVerification: boolean | IResolvable;
Do SSL verification when triggering the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
---
@@ -1036,7 +1036,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1053,7 +1053,7 @@ public readonly mergeRequestsEvents: boolean | IResolvable;
Trigger hook on merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
---
@@ -1067,7 +1067,7 @@ public readonly pushEvents: boolean | IResolvable;
When true, the hook fires on push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#push_events SystemHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#push_events SystemHook#push_events}
---
@@ -1081,7 +1081,7 @@ public readonly repositoryUpdateEvents: boolean | IResolvable;
Trigger hook on repository update events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
---
@@ -1095,7 +1095,7 @@ public readonly tagPushEvents: boolean | IResolvable;
When true, the hook fires on new tags being pushed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
---
@@ -1111,7 +1111,7 @@ Secret token to validate received payloads;
this isn’t returned in the response. This attribute is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#token SystemHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#token SystemHook#token}
---
diff --git a/docs/tagProtection.csharp.md b/docs/tagProtection.csharp.md
index 61e37eafe..7f8e4bd0f 100644
--- a/docs/tagProtection.csharp.md
+++ b/docs/tagProtection.csharp.md
@@ -4,7 +4,7 @@
### TagProtection
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection gitlab_tag_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection gitlab_tag_protection}.
#### Initializers
@@ -494,7 +494,7 @@ The construct id used in the generated config for the TagProtection to import.
The id of the existing TagProtection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_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.1/docs/resources/tag_protection#import import section} in the documentation of this resource for the id to use
---
@@ -822,7 +822,7 @@ public string AccessLevel { get; set; }
Access levels allowed to create protected tags. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#access_level TagProtection#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#access_level TagProtection#access_level}
---
@@ -836,7 +836,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.6.0/docs/resources/tag_protection#group_id TagProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#group_id TagProtection#group_id}
---
@@ -850,7 +850,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.6.0/docs/resources/tag_protection#user_id TagProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#user_id TagProtection#user_id}
---
@@ -974,7 +974,7 @@ public string Project { get; set; }
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#project TagProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#project TagProtection#project}
---
@@ -988,7 +988,7 @@ public string Tag { get; set; }
Name of the tag or wildcard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#tag TagProtection#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#tag TagProtection#tag}
---
@@ -1002,7 +1002,7 @@ public object AllowedToCreate { get; set; }
allowed_to_create block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
---
@@ -1018,7 +1018,7 @@ Access levels allowed to create.
Default value of `maintainer`. The default value is always sent if not provided in the configuration. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
---
diff --git a/docs/tagProtection.go.md b/docs/tagProtection.go.md
index 7499bf3c6..9ab08ca76 100644
--- a/docs/tagProtection.go.md
+++ b/docs/tagProtection.go.md
@@ -4,7 +4,7 @@
### TagProtection
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection gitlab_tag_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection gitlab_tag_protection}.
#### Initializers
@@ -494,7 +494,7 @@ The construct id used in the generated config for the TagProtection to import.
The id of the existing TagProtection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_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.1/docs/resources/tag_protection#import import section} in the documentation of this resource for the id to use
---
@@ -822,7 +822,7 @@ AccessLevel *string
Access levels allowed to create protected tags. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#access_level TagProtection#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#access_level TagProtection#access_level}
---
@@ -836,7 +836,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.6.0/docs/resources/tag_protection#group_id TagProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#group_id TagProtection#group_id}
---
@@ -850,7 +850,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.6.0/docs/resources/tag_protection#user_id TagProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#user_id TagProtection#user_id}
---
@@ -974,7 +974,7 @@ Project *string
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#project TagProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#project TagProtection#project}
---
@@ -988,7 +988,7 @@ Tag *string
Name of the tag or wildcard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#tag TagProtection#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#tag TagProtection#tag}
---
@@ -1002,7 +1002,7 @@ AllowedToCreate interface{}
allowed_to_create block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
---
@@ -1018,7 +1018,7 @@ Access levels allowed to create.
Default value of `maintainer`. The default value is always sent if not provided in the configuration. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
---
diff --git a/docs/tagProtection.java.md b/docs/tagProtection.java.md
index 9c1b8ccd6..b1bbaebb8 100644
--- a/docs/tagProtection.java.md
+++ b/docs/tagProtection.java.md
@@ -4,7 +4,7 @@
### TagProtection
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection gitlab_tag_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection gitlab_tag_protection}.
#### Initializers
@@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#project TagProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#project TagProtection#project}
---
@@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Name of the tag or wildcard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#tag TagProtection#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#tag TagProtection#tag}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
allowed_to_create block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
---
@@ -147,7 +147,7 @@ Access levels allowed to create.
Default value of `maintainer`. The default value is always sent if not provided in the configuration. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
---
@@ -601,7 +601,7 @@ The construct id used in the generated config for the TagProtection to import.
The id of the existing TagProtection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_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.1/docs/resources/tag_protection#import import section} in the documentation of this resource for the id to use
---
@@ -929,7 +929,7 @@ public java.lang.String getAccessLevel();
Access levels allowed to create protected tags. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#access_level TagProtection#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#access_level TagProtection#access_level}
---
@@ -943,7 +943,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.6.0/docs/resources/tag_protection#group_id TagProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#group_id TagProtection#group_id}
---
@@ -957,7 +957,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.6.0/docs/resources/tag_protection#user_id TagProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#user_id TagProtection#user_id}
---
@@ -1086,7 +1086,7 @@ public java.lang.String getProject();
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#project TagProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#project TagProtection#project}
---
@@ -1100,7 +1100,7 @@ public java.lang.String getTag();
Name of the tag or wildcard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#tag TagProtection#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#tag TagProtection#tag}
---
@@ -1114,7 +1114,7 @@ public java.lang.Object getAllowedToCreate();
allowed_to_create block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
---
@@ -1130,7 +1130,7 @@ Access levels allowed to create.
Default value of `maintainer`. The default value is always sent if not provided in the configuration. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
---
diff --git a/docs/tagProtection.python.md b/docs/tagProtection.python.md
index f1289ff49..17f0500c8 100644
--- a/docs/tagProtection.python.md
+++ b/docs/tagProtection.python.md
@@ -4,7 +4,7 @@
### TagProtection
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection gitlab_tag_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection gitlab_tag_protection}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#project TagProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#project TagProtection#project}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Name of the tag or wildcard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#tag TagProtection#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#tag TagProtection#tag}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
allowed_to_create block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
---
@@ -144,7 +144,7 @@ Access levels allowed to create.
Default value of `maintainer`. The default value is always sent if not provided in the configuration. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
---
@@ -646,7 +646,7 @@ The construct id used in the generated config for the TagProtection to import.
The id of the existing TagProtection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_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.1/docs/resources/tag_protection#import import section} in the documentation of this resource for the id to use
---
@@ -974,7 +974,7 @@ access_level: str
Access levels allowed to create protected tags. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#access_level TagProtection#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#access_level TagProtection#access_level}
---
@@ -988,7 +988,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.6.0/docs/resources/tag_protection#group_id TagProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#group_id TagProtection#group_id}
---
@@ -1002,7 +1002,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.6.0/docs/resources/tag_protection#user_id TagProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#user_id TagProtection#user_id}
---
@@ -1126,7 +1126,7 @@ project: str
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#project TagProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#project TagProtection#project}
---
@@ -1140,7 +1140,7 @@ tag: str
Name of the tag or wildcard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#tag TagProtection#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#tag TagProtection#tag}
---
@@ -1154,7 +1154,7 @@ allowed_to_create: typing.Union[IResolvable, typing.List[TagProtectionAllowedToC
allowed_to_create block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
---
@@ -1170,7 +1170,7 @@ Access levels allowed to create.
Default value of `maintainer`. The default value is always sent if not provided in the configuration. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
---
diff --git a/docs/tagProtection.typescript.md b/docs/tagProtection.typescript.md
index f733654e9..654a61c04 100644
--- a/docs/tagProtection.typescript.md
+++ b/docs/tagProtection.typescript.md
@@ -4,7 +4,7 @@
### TagProtection
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection gitlab_tag_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection gitlab_tag_protection}.
#### Initializers
@@ -494,7 +494,7 @@ The construct id used in the generated config for the TagProtection to import.
The id of the existing TagProtection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_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.1/docs/resources/tag_protection#import import section} in the documentation of this resource for the id to use
---
@@ -818,7 +818,7 @@ public readonly accessLevel: string;
Access levels allowed to create protected tags. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#access_level TagProtection#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#access_level TagProtection#access_level}
---
@@ -832,7 +832,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.6.0/docs/resources/tag_protection#group_id TagProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#group_id TagProtection#group_id}
---
@@ -846,7 +846,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.6.0/docs/resources/tag_protection#user_id TagProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#user_id TagProtection#user_id}
---
@@ -958,7 +958,7 @@ public readonly project: string;
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#project TagProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#project TagProtection#project}
---
@@ -972,7 +972,7 @@ public readonly tag: string;
Name of the tag or wildcard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#tag TagProtection#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#tag TagProtection#tag}
---
@@ -986,7 +986,7 @@ public readonly allowedToCreate: IResolvable | TagProtectionAllowedToCreate[];
allowed_to_create block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
---
@@ -1002,7 +1002,7 @@ Access levels allowed to create.
Default value of `maintainer`. The default value is always sent if not provided in the configuration. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
---
diff --git a/docs/topic.csharp.md b/docs/topic.csharp.md
index b0ce11934..c9e7382e6 100644
--- a/docs/topic.csharp.md
+++ b/docs/topic.csharp.md
@@ -4,7 +4,7 @@
### Topic
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic gitlab_topic}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic gitlab_topic}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the Topic to import.
The id of the existing Topic that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#import import section} in the documentation of this resource for the id to use
---
@@ -909,7 +909,7 @@ new TopicConfig {
| 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. |
| Description
| string
| A text describing the topic. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}. |
| SoftDestroy
| object
| Empty the topics fields instead of deleting it. |
| Title
| string
| The topic's description. Requires at least GitLab 15.0 for which it's a required argument. |
@@ -995,7 +995,7 @@ public string Name { get; set; }
The topic's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#name Topic#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#name Topic#name}
---
@@ -1009,7 +1009,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.6.0/docs/resources/topic#avatar Topic#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar Topic#avatar}
---
@@ -1025,7 +1025,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.6.0/docs/resources/topic#avatar_hash Topic#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar_hash Topic#avatar_hash}
---
@@ -1039,7 +1039,7 @@ public string Description { get; set; }
A text describing the topic.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#description Topic#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#description Topic#description}
---
@@ -1051,7 +1051,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1068,7 +1068,7 @@ public object SoftDestroy { get; set; }
Empty the topics fields instead of deleting it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#soft_destroy Topic#soft_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#soft_destroy Topic#soft_destroy}
---
@@ -1082,7 +1082,7 @@ public string Title { get; set; }
The topic's description. Requires at least GitLab 15.0 for which it's a required argument.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#title Topic#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#title Topic#title}
---
diff --git a/docs/topic.go.md b/docs/topic.go.md
index 98201a927..5f5198bda 100644
--- a/docs/topic.go.md
+++ b/docs/topic.go.md
@@ -4,7 +4,7 @@
### Topic
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic gitlab_topic}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic gitlab_topic}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the Topic to import.
The id of the existing Topic that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#import import section} in the documentation of this resource for the id to use
---
@@ -909,7 +909,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/topic"
| 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. |
| Description
| *string
| A text describing the topic. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}. |
| SoftDestroy
| interface{}
| Empty the topics fields instead of deleting it. |
| Title
| *string
| The topic's description. Requires at least GitLab 15.0 for which it's a required argument. |
@@ -995,7 +995,7 @@ Name *string
The topic's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#name Topic#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#name Topic#name}
---
@@ -1009,7 +1009,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.6.0/docs/resources/topic#avatar Topic#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar Topic#avatar}
---
@@ -1025,7 +1025,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.6.0/docs/resources/topic#avatar_hash Topic#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar_hash Topic#avatar_hash}
---
@@ -1039,7 +1039,7 @@ Description *string
A text describing the topic.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#description Topic#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#description Topic#description}
---
@@ -1051,7 +1051,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1068,7 +1068,7 @@ SoftDestroy interface{}
Empty the topics fields instead of deleting it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#soft_destroy Topic#soft_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#soft_destroy Topic#soft_destroy}
---
@@ -1082,7 +1082,7 @@ Title *string
The topic's description. Requires at least GitLab 15.0 for which it's a required argument.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#title Topic#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#title Topic#title}
---
diff --git a/docs/topic.java.md b/docs/topic.java.md
index ad9a87628..f8f6ff31c 100644
--- a/docs/topic.java.md
+++ b/docs/topic.java.md
@@ -4,7 +4,7 @@
### Topic
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic gitlab_topic}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic gitlab_topic}.
#### Initializers
@@ -49,7 +49,7 @@ Topic.Builder.create(Construct scope, java.lang.String id)
| 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. |
| description
| java.lang.String
| A text describing the topic. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}. |
| softDestroy
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Empty the topics fields instead of deleting it. |
| title
| java.lang.String
| The topic's description. Requires at least GitLab 15.0 for which it's a required argument. |
@@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope
The topic's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#name Topic#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#name Topic#name}
---
@@ -131,7 +131,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.6.0/docs/resources/topic#avatar Topic#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar Topic#avatar}
---
@@ -143,7 +143,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.6.0/docs/resources/topic#avatar_hash Topic#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar_hash Topic#avatar_hash}
---
@@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A text describing the topic.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#description Topic#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#description Topic#description}
---
@@ -161,7 +161,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.6.0/docs/resources/topic#id Topic#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -174,7 +174,7 @@ If you experience problems setting this value it might not be settable. Please t
Empty the topics fields instead of deleting it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#soft_destroy Topic#soft_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#soft_destroy Topic#soft_destroy}
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The topic's description. Requires at least GitLab 15.0 for which it's a required argument.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#title Topic#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#title Topic#title}
---
@@ -653,7 +653,7 @@ The construct id used in the generated config for the Topic to import.
The id of the existing Topic that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#import import section} in the documentation of this resource for the id to use
---
@@ -1058,7 +1058,7 @@ TopicConfig.builder()
| 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. |
| description
| java.lang.String
| A text describing the topic. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}. |
| softDestroy
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Empty the topics fields instead of deleting it. |
| title
| java.lang.String
| The topic's description. Requires at least GitLab 15.0 for which it's a required argument. |
@@ -1144,7 +1144,7 @@ public java.lang.String getName();
The topic's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#name Topic#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#name Topic#name}
---
@@ -1158,7 +1158,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.6.0/docs/resources/topic#avatar Topic#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar Topic#avatar}
---
@@ -1174,7 +1174,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.6.0/docs/resources/topic#avatar_hash Topic#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar_hash Topic#avatar_hash}
---
@@ -1188,7 +1188,7 @@ public java.lang.String getDescription();
A text describing the topic.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#description Topic#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#description Topic#description}
---
@@ -1200,7 +1200,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1217,7 +1217,7 @@ public java.lang.Object getSoftDestroy();
Empty the topics fields instead of deleting it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#soft_destroy Topic#soft_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#soft_destroy Topic#soft_destroy}
---
@@ -1231,7 +1231,7 @@ public java.lang.String getTitle();
The topic's description. Requires at least GitLab 15.0 for which it's a required argument.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#title Topic#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#title Topic#title}
---
diff --git a/docs/topic.python.md b/docs/topic.python.md
index 3342ba365..b31c9203b 100644
--- a/docs/topic.python.md
+++ b/docs/topic.python.md
@@ -4,7 +4,7 @@
### Topic
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic gitlab_topic}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic gitlab_topic}.
#### Initializers
@@ -46,7 +46,7 @@ topic.Topic(
| 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. |
| description
| str
| A text describing the topic. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}. |
| soft_destroy
| typing.Union[bool, cdktf.IResolvable]
| Empty the topics fields instead of deleting it. |
| title
| str
| The topic's description. Requires at least GitLab 15.0 for which it's a required argument. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The topic's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#name Topic#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#name Topic#name}
---
@@ -128,7 +128,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.6.0/docs/resources/topic#avatar Topic#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar Topic#avatar}
---
@@ -140,7 +140,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.6.0/docs/resources/topic#avatar_hash Topic#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar_hash Topic#avatar_hash}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A text describing the topic.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#description Topic#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#description Topic#description}
---
@@ -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.6.0/docs/resources/topic#id Topic#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
Empty the topics fields instead of deleting it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#soft_destroy Topic#soft_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#soft_destroy Topic#soft_destroy}
---
@@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The topic's description. Requires at least GitLab 15.0 for which it's a required argument.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#title Topic#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#title Topic#title}
---
@@ -696,7 +696,7 @@ The construct id used in the generated config for the Topic to import.
The id of the existing Topic that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#import import section} in the documentation of this resource for the id to use
---
@@ -1096,7 +1096,7 @@ topic.TopicConfig(
| 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. |
| description
| str
| A text describing the topic. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}. |
| soft_destroy
| typing.Union[bool, cdktf.IResolvable]
| Empty the topics fields instead of deleting it. |
| title
| str
| The topic's description. Requires at least GitLab 15.0 for which it's a required argument. |
@@ -1182,7 +1182,7 @@ name: str
The topic's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#name Topic#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#name Topic#name}
---
@@ -1196,7 +1196,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.6.0/docs/resources/topic#avatar Topic#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar Topic#avatar}
---
@@ -1212,7 +1212,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.6.0/docs/resources/topic#avatar_hash Topic#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar_hash Topic#avatar_hash}
---
@@ -1226,7 +1226,7 @@ description: str
A text describing the topic.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#description Topic#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#description Topic#description}
---
@@ -1238,7 +1238,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ soft_destroy: typing.Union[bool, IResolvable]
Empty the topics fields instead of deleting it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#soft_destroy Topic#soft_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#soft_destroy Topic#soft_destroy}
---
@@ -1269,7 +1269,7 @@ title: str
The topic's description. Requires at least GitLab 15.0 for which it's a required argument.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#title Topic#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#title Topic#title}
---
diff --git a/docs/topic.typescript.md b/docs/topic.typescript.md
index 809b2503f..b8188f45c 100644
--- a/docs/topic.typescript.md
+++ b/docs/topic.typescript.md
@@ -4,7 +4,7 @@
### Topic
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic gitlab_topic}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic gitlab_topic}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the Topic to import.
The id of the existing Topic that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#import import section} in the documentation of this resource for the id to use
---
@@ -894,7 +894,7 @@ const topicConfig: topic.TopicConfig = { ... }
| 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. |
| description
| string
| A text describing the topic. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}. |
| softDestroy
| boolean \| cdktf.IResolvable
| Empty the topics fields instead of deleting it. |
| title
| string
| The topic's description. Requires at least GitLab 15.0 for which it's a required argument. |
@@ -980,7 +980,7 @@ public readonly name: string;
The topic's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#name Topic#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#name Topic#name}
---
@@ -994,7 +994,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.6.0/docs/resources/topic#avatar Topic#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar Topic#avatar}
---
@@ -1010,7 +1010,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.6.0/docs/resources/topic#avatar_hash Topic#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar_hash Topic#avatar_hash}
---
@@ -1024,7 +1024,7 @@ public readonly description: string;
A text describing the topic.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#description Topic#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#description Topic#description}
---
@@ -1036,7 +1036,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1053,7 +1053,7 @@ public readonly softDestroy: boolean | IResolvable;
Empty the topics fields instead of deleting it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#soft_destroy Topic#soft_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#soft_destroy Topic#soft_destroy}
---
@@ -1067,7 +1067,7 @@ public readonly title: string;
The topic's description. Requires at least GitLab 15.0 for which it's a required argument.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#title Topic#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#title Topic#title}
---
diff --git a/docs/user.csharp.md b/docs/user.csharp.md
index daa58ea5e..af064c9e2 100644
--- a/docs/user.csharp.md
+++ b/docs/user.csharp.md
@@ -4,7 +4,7 @@
### User
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user gitlab_user}.
#### Initializers
@@ -558,7 +558,7 @@ The construct id used in the generated config for the User to import.
The id of the existing User that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/user#import import section} in the documentation of this resource for the id to use
---
@@ -1156,7 +1156,7 @@ new UserConfig {
| CanCreateGroup
| object
| Boolean, defaults to false. Whether to allow the user to create groups. |
| ExternalProvider
| string
| String, the external provider. |
| ExternUid
| string
| String, a specific external authentication provider UID. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}. |
| IsAdmin
| object
| Boolean, defaults to false. Whether to enable administrative privileges. |
| IsExternal
| object
| Boolean, defaults to false. |
| NamespaceId
| double
| The ID of the user's namespace. Available since GitLab 14.10. |
@@ -1249,7 +1249,7 @@ public string Email { get; set; }
The e-mail address of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#email User#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#email User#email}
---
@@ -1263,7 +1263,7 @@ public string Name { get; set; }
The name of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#name User#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#name User#name}
---
@@ -1277,7 +1277,7 @@ public string Username { get; set; }
The username of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#username User#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#username User#username}
---
@@ -1291,7 +1291,7 @@ public object CanCreateGroup { get; set; }
Boolean, defaults to false. Whether to allow the user to create groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#can_create_group User#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#can_create_group User#can_create_group}
---
@@ -1305,7 +1305,7 @@ public string ExternalProvider { get; set; }
String, the external provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#external_provider User#external_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#external_provider User#external_provider}
---
@@ -1319,7 +1319,7 @@ public string ExternUid { get; set; }
String, a specific external authentication provider UID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#extern_uid User#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#extern_uid User#extern_uid}
---
@@ -1331,7 +1331,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1348,7 +1348,7 @@ public object IsAdmin { get; set; }
Boolean, defaults to false. Whether to enable administrative privileges.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_admin User#is_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_admin User#is_admin}
---
@@ -1364,7 +1364,7 @@ Boolean, defaults to false.
Whether a user has access only to some internal or private projects. External users can only access projects to which they are explicitly granted access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_external User#is_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_external User#is_external}
---
@@ -1378,7 +1378,7 @@ public double NamespaceId { get; set; }
The ID of the user's namespace. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#namespace_id User#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#namespace_id User#namespace_id}
---
@@ -1392,7 +1392,7 @@ public string Note { get; set; }
The note associated to the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#note User#note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#note User#note}
---
@@ -1406,7 +1406,7 @@ public string Password { get; set; }
The password of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#password User#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#password User#password}
---
@@ -1420,7 +1420,7 @@ public double ProjectsLimit { get; set; }
Integer, defaults to 0. Number of projects user can create.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#projects_limit User#projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#projects_limit User#projects_limit}
---
@@ -1434,7 +1434,7 @@ public object ResetPassword { get; set; }
Boolean, defaults to false. Send user password reset link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#reset_password User#reset_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#reset_password User#reset_password}
---
@@ -1448,7 +1448,7 @@ public object SkipConfirmation { get; set; }
Boolean, defaults to true. Whether to skip confirmation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#skip_confirmation User#skip_confirmation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#skip_confirmation User#skip_confirmation}
---
@@ -1462,7 +1462,7 @@ public string State { get; set; }
String, defaults to 'active'. The state of the user account. Valid values are `active`, `deactivated`, `blocked`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#state User#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#state User#state}
---
diff --git a/docs/user.go.md b/docs/user.go.md
index 0958dcbc3..107a7de00 100644
--- a/docs/user.go.md
+++ b/docs/user.go.md
@@ -4,7 +4,7 @@
### User
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user gitlab_user}.
#### Initializers
@@ -558,7 +558,7 @@ The construct id used in the generated config for the User to import.
The id of the existing User that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/user#import import section} in the documentation of this resource for the id to use
---
@@ -1156,7 +1156,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/user"
| CanCreateGroup
| interface{}
| Boolean, defaults to false. Whether to allow the user to create groups. |
| ExternalProvider
| *string
| String, the external provider. |
| ExternUid
| *string
| String, a specific external authentication provider UID. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}. |
| IsAdmin
| interface{}
| Boolean, defaults to false. Whether to enable administrative privileges. |
| IsExternal
| interface{}
| Boolean, defaults to false. |
| NamespaceId
| *f64
| The ID of the user's namespace. Available since GitLab 14.10. |
@@ -1249,7 +1249,7 @@ Email *string
The e-mail address of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#email User#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#email User#email}
---
@@ -1263,7 +1263,7 @@ Name *string
The name of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#name User#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#name User#name}
---
@@ -1277,7 +1277,7 @@ Username *string
The username of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#username User#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#username User#username}
---
@@ -1291,7 +1291,7 @@ CanCreateGroup interface{}
Boolean, defaults to false. Whether to allow the user to create groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#can_create_group User#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#can_create_group User#can_create_group}
---
@@ -1305,7 +1305,7 @@ ExternalProvider *string
String, the external provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#external_provider User#external_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#external_provider User#external_provider}
---
@@ -1319,7 +1319,7 @@ ExternUid *string
String, a specific external authentication provider UID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#extern_uid User#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#extern_uid User#extern_uid}
---
@@ -1331,7 +1331,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1348,7 +1348,7 @@ IsAdmin interface{}
Boolean, defaults to false. Whether to enable administrative privileges.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_admin User#is_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_admin User#is_admin}
---
@@ -1364,7 +1364,7 @@ Boolean, defaults to false.
Whether a user has access only to some internal or private projects. External users can only access projects to which they are explicitly granted access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_external User#is_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_external User#is_external}
---
@@ -1378,7 +1378,7 @@ NamespaceId *f64
The ID of the user's namespace. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#namespace_id User#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#namespace_id User#namespace_id}
---
@@ -1392,7 +1392,7 @@ Note *string
The note associated to the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#note User#note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#note User#note}
---
@@ -1406,7 +1406,7 @@ Password *string
The password of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#password User#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#password User#password}
---
@@ -1420,7 +1420,7 @@ ProjectsLimit *f64
Integer, defaults to 0. Number of projects user can create.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#projects_limit User#projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#projects_limit User#projects_limit}
---
@@ -1434,7 +1434,7 @@ ResetPassword interface{}
Boolean, defaults to false. Send user password reset link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#reset_password User#reset_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#reset_password User#reset_password}
---
@@ -1448,7 +1448,7 @@ SkipConfirmation interface{}
Boolean, defaults to true. Whether to skip confirmation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#skip_confirmation User#skip_confirmation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#skip_confirmation User#skip_confirmation}
---
@@ -1462,7 +1462,7 @@ State *string
String, defaults to 'active'. The state of the user account. Valid values are `active`, `deactivated`, `blocked`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#state User#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#state User#state}
---
diff --git a/docs/user.java.md b/docs/user.java.md
index 91d7f25b5..d996e5f15 100644
--- a/docs/user.java.md
+++ b/docs/user.java.md
@@ -4,7 +4,7 @@
### User
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user gitlab_user}.
#### Initializers
@@ -64,7 +64,7 @@ User.Builder.create(Construct scope, java.lang.String id)
| canCreateGroup
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Boolean, defaults to false. Whether to allow the user to create groups. |
| externalProvider
| java.lang.String
| String, the external provider. |
| externUid
| java.lang.String
| String, a specific external authentication provider UID. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}. |
| isAdmin
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Boolean, defaults to false. Whether to enable administrative privileges. |
| isExternal
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Boolean, defaults to false. |
| namespaceId
| java.lang.Number
| The ID of the user's namespace. Available since GitLab 14.10. |
@@ -143,7 +143,7 @@ Must be unique amongst siblings in the same scope
The e-mail address of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#email User#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#email User#email}
---
@@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#name User#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#name User#name}
---
@@ -163,7 +163,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.6.0/docs/resources/user#username User#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#username User#username}
---
@@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Boolean, defaults to false. Whether to allow the user to create groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#can_create_group User#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#can_create_group User#can_create_group}
---
@@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
String, the external provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#external_provider User#external_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#external_provider User#external_provider}
---
@@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
String, a specific external authentication provider UID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#extern_uid User#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#extern_uid User#extern_uid}
---
@@ -201,7 +201,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.6.0/docs/resources/user#id User#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -214,7 +214,7 @@ If you experience problems setting this value it might not be settable. Please t
Boolean, defaults to false. Whether to enable administrative privileges.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_admin User#is_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_admin User#is_admin}
---
@@ -226,7 +226,7 @@ Boolean, defaults to false.
Whether a user has access only to some internal or private projects. External users can only access projects to which they are explicitly granted access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_external User#is_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_external User#is_external}
---
@@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the user's namespace. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#namespace_id User#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#namespace_id User#namespace_id}
---
@@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The note associated to the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#note User#note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#note User#note}
---
@@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The password of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#password User#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#password User#password}
---
@@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Integer, defaults to 0. Number of projects user can create.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#projects_limit User#projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#projects_limit User#projects_limit}
---
@@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Boolean, defaults to false. Send user password reset link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#reset_password User#reset_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#reset_password User#reset_password}
---
@@ -286,7 +286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Boolean, defaults to true. Whether to skip confirmation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#skip_confirmation User#skip_confirmation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#skip_confirmation User#skip_confirmation}
---
@@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
String, defaults to 'active'. The state of the user account. Valid values are `active`, `deactivated`, `blocked`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#state User#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#state User#state}
---
@@ -814,7 +814,7 @@ The construct id used in the generated config for the User to import.
The id of the existing User that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/user#import import section} in the documentation of this resource for the id to use
---
@@ -1421,7 +1421,7 @@ UserConfig.builder()
| canCreateGroup
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Boolean, defaults to false. Whether to allow the user to create groups. |
| externalProvider
| java.lang.String
| String, the external provider. |
| externUid
| java.lang.String
| String, a specific external authentication provider UID. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}. |
| isAdmin
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Boolean, defaults to false. Whether to enable administrative privileges. |
| isExternal
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Boolean, defaults to false. |
| namespaceId
| java.lang.Number
| The ID of the user's namespace. Available since GitLab 14.10. |
@@ -1514,7 +1514,7 @@ public java.lang.String getEmail();
The e-mail address of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#email User#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#email User#email}
---
@@ -1528,7 +1528,7 @@ public java.lang.String getName();
The name of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#name User#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#name User#name}
---
@@ -1542,7 +1542,7 @@ public java.lang.String getUsername();
The username of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#username User#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#username User#username}
---
@@ -1556,7 +1556,7 @@ public java.lang.Object getCanCreateGroup();
Boolean, defaults to false. Whether to allow the user to create groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#can_create_group User#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#can_create_group User#can_create_group}
---
@@ -1570,7 +1570,7 @@ public java.lang.String getExternalProvider();
String, the external provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#external_provider User#external_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#external_provider User#external_provider}
---
@@ -1584,7 +1584,7 @@ public java.lang.String getExternUid();
String, a specific external authentication provider UID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#extern_uid User#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#extern_uid User#extern_uid}
---
@@ -1596,7 +1596,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1613,7 +1613,7 @@ public java.lang.Object getIsAdmin();
Boolean, defaults to false. Whether to enable administrative privileges.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_admin User#is_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_admin User#is_admin}
---
@@ -1629,7 +1629,7 @@ Boolean, defaults to false.
Whether a user has access only to some internal or private projects. External users can only access projects to which they are explicitly granted access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_external User#is_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_external User#is_external}
---
@@ -1643,7 +1643,7 @@ public java.lang.Number getNamespaceId();
The ID of the user's namespace. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#namespace_id User#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#namespace_id User#namespace_id}
---
@@ -1657,7 +1657,7 @@ public java.lang.String getNote();
The note associated to the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#note User#note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#note User#note}
---
@@ -1671,7 +1671,7 @@ public java.lang.String getPassword();
The password of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#password User#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#password User#password}
---
@@ -1685,7 +1685,7 @@ public java.lang.Number getProjectsLimit();
Integer, defaults to 0. Number of projects user can create.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#projects_limit User#projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#projects_limit User#projects_limit}
---
@@ -1699,7 +1699,7 @@ public java.lang.Object getResetPassword();
Boolean, defaults to false. Send user password reset link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#reset_password User#reset_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#reset_password User#reset_password}
---
@@ -1713,7 +1713,7 @@ public java.lang.Object getSkipConfirmation();
Boolean, defaults to true. Whether to skip confirmation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#skip_confirmation User#skip_confirmation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#skip_confirmation User#skip_confirmation}
---
@@ -1727,7 +1727,7 @@ public java.lang.String getState();
String, defaults to 'active'. The state of the user account. Valid values are `active`, `deactivated`, `blocked`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#state User#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#state User#state}
---
diff --git a/docs/user.python.md b/docs/user.python.md
index 36f52fd9b..3589f1244 100644
--- a/docs/user.python.md
+++ b/docs/user.python.md
@@ -4,7 +4,7 @@
### User
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user gitlab_user}.
#### Initializers
@@ -57,7 +57,7 @@ user.User(
| can_create_group
| typing.Union[bool, cdktf.IResolvable]
| Boolean, defaults to false. Whether to allow the user to create groups. |
| external_provider
| str
| String, the external provider. |
| extern_uid
| str
| String, a specific external authentication provider UID. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}. |
| is_admin
| typing.Union[bool, cdktf.IResolvable]
| Boolean, defaults to false. Whether to enable administrative privileges. |
| is_external
| typing.Union[bool, cdktf.IResolvable]
| Boolean, defaults to false. |
| namespace_id
| typing.Union[int, float]
| The ID of the user's namespace. Available since GitLab 14.10. |
@@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope
The e-mail address of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#email User#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#email User#email}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#name User#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#name User#name}
---
@@ -156,7 +156,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.6.0/docs/resources/user#username User#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#username User#username}
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Boolean, defaults to false. Whether to allow the user to create groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#can_create_group User#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#can_create_group User#can_create_group}
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
String, the external provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#external_provider User#external_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#external_provider User#external_provider}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
String, a specific external authentication provider UID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#extern_uid User#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#extern_uid User#extern_uid}
---
@@ -194,7 +194,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.6.0/docs/resources/user#id User#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -207,7 +207,7 @@ If you experience problems setting this value it might not be settable. Please t
Boolean, defaults to false. Whether to enable administrative privileges.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_admin User#is_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_admin User#is_admin}
---
@@ -219,7 +219,7 @@ Boolean, defaults to false.
Whether a user has access only to some internal or private projects. External users can only access projects to which they are explicitly granted access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_external User#is_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_external User#is_external}
---
@@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the user's namespace. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#namespace_id User#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#namespace_id User#namespace_id}
---
@@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The note associated to the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#note User#note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#note User#note}
---
@@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The password of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#password User#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#password User#password}
---
@@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Integer, defaults to 0. Number of projects user can create.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#projects_limit User#projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#projects_limit User#projects_limit}
---
@@ -269,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Boolean, defaults to false. Send user password reset link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#reset_password User#reset_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#reset_password User#reset_password}
---
@@ -279,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Boolean, defaults to true. Whether to skip confirmation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#skip_confirmation User#skip_confirmation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#skip_confirmation User#skip_confirmation}
---
@@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
String, defaults to 'active'. The state of the user account. Valid values are `active`, `deactivated`, `blocked`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#state User#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#state User#state}
---
@@ -853,7 +853,7 @@ The construct id used in the generated config for the User to import.
The id of the existing User that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/user#import import section} in the documentation of this resource for the id to use
---
@@ -1451,7 +1451,7 @@ user.UserConfig(
| can_create_group
| typing.Union[bool, cdktf.IResolvable]
| Boolean, defaults to false. Whether to allow the user to create groups. |
| external_provider
| str
| String, the external provider. |
| extern_uid
| str
| String, a specific external authentication provider UID. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}. |
| is_admin
| typing.Union[bool, cdktf.IResolvable]
| Boolean, defaults to false. Whether to enable administrative privileges. |
| is_external
| typing.Union[bool, cdktf.IResolvable]
| Boolean, defaults to false. |
| namespace_id
| typing.Union[int, float]
| The ID of the user's namespace. Available since GitLab 14.10. |
@@ -1544,7 +1544,7 @@ email: str
The e-mail address of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#email User#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#email User#email}
---
@@ -1558,7 +1558,7 @@ name: str
The name of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#name User#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#name User#name}
---
@@ -1572,7 +1572,7 @@ username: str
The username of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#username User#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#username User#username}
---
@@ -1586,7 +1586,7 @@ can_create_group: typing.Union[bool, IResolvable]
Boolean, defaults to false. Whether to allow the user to create groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#can_create_group User#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#can_create_group User#can_create_group}
---
@@ -1600,7 +1600,7 @@ external_provider: str
String, the external provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#external_provider User#external_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#external_provider User#external_provider}
---
@@ -1614,7 +1614,7 @@ extern_uid: str
String, a specific external authentication provider UID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#extern_uid User#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#extern_uid User#extern_uid}
---
@@ -1626,7 +1626,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1643,7 +1643,7 @@ is_admin: typing.Union[bool, IResolvable]
Boolean, defaults to false. Whether to enable administrative privileges.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_admin User#is_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_admin User#is_admin}
---
@@ -1659,7 +1659,7 @@ Boolean, defaults to false.
Whether a user has access only to some internal or private projects. External users can only access projects to which they are explicitly granted access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_external User#is_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_external User#is_external}
---
@@ -1673,7 +1673,7 @@ namespace_id: typing.Union[int, float]
The ID of the user's namespace. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#namespace_id User#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#namespace_id User#namespace_id}
---
@@ -1687,7 +1687,7 @@ note: str
The note associated to the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#note User#note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#note User#note}
---
@@ -1701,7 +1701,7 @@ password: str
The password of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#password User#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#password User#password}
---
@@ -1715,7 +1715,7 @@ projects_limit: typing.Union[int, float]
Integer, defaults to 0. Number of projects user can create.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#projects_limit User#projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#projects_limit User#projects_limit}
---
@@ -1729,7 +1729,7 @@ reset_password: typing.Union[bool, IResolvable]
Boolean, defaults to false. Send user password reset link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#reset_password User#reset_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#reset_password User#reset_password}
---
@@ -1743,7 +1743,7 @@ skip_confirmation: typing.Union[bool, IResolvable]
Boolean, defaults to true. Whether to skip confirmation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#skip_confirmation User#skip_confirmation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#skip_confirmation User#skip_confirmation}
---
@@ -1757,7 +1757,7 @@ state: str
String, defaults to 'active'. The state of the user account. Valid values are `active`, `deactivated`, `blocked`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#state User#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#state User#state}
---
diff --git a/docs/user.typescript.md b/docs/user.typescript.md
index 05e86a203..e12bc640a 100644
--- a/docs/user.typescript.md
+++ b/docs/user.typescript.md
@@ -4,7 +4,7 @@
### User
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user gitlab_user}.
#### Initializers
@@ -558,7 +558,7 @@ The construct id used in the generated config for the User to import.
The id of the existing User that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/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.1/docs/resources/user#import import section} in the documentation of this resource for the id to use
---
@@ -1132,7 +1132,7 @@ const userConfig: user.UserConfig = { ... }
| canCreateGroup
| boolean \| cdktf.IResolvable
| Boolean, defaults to false. Whether to allow the user to create groups. |
| externalProvider
| string
| String, the external provider. |
| externUid
| string
| String, a specific external authentication provider UID. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}. |
| isAdmin
| boolean \| cdktf.IResolvable
| Boolean, defaults to false. Whether to enable administrative privileges. |
| isExternal
| boolean \| cdktf.IResolvable
| Boolean, defaults to false. |
| namespaceId
| number
| The ID of the user's namespace. Available since GitLab 14.10. |
@@ -1225,7 +1225,7 @@ public readonly email: string;
The e-mail address of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#email User#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#email User#email}
---
@@ -1239,7 +1239,7 @@ public readonly name: string;
The name of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#name User#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#name User#name}
---
@@ -1253,7 +1253,7 @@ public readonly username: string;
The username of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#username User#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#username User#username}
---
@@ -1267,7 +1267,7 @@ public readonly canCreateGroup: boolean | IResolvable;
Boolean, defaults to false. Whether to allow the user to create groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#can_create_group User#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#can_create_group User#can_create_group}
---
@@ -1281,7 +1281,7 @@ public readonly externalProvider: string;
String, the external provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#external_provider User#external_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#external_provider User#external_provider}
---
@@ -1295,7 +1295,7 @@ public readonly externUid: string;
String, a specific external authentication provider UID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#extern_uid User#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#extern_uid User#extern_uid}
---
@@ -1307,7 +1307,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1324,7 +1324,7 @@ public readonly isAdmin: boolean | IResolvable;
Boolean, defaults to false. Whether to enable administrative privileges.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_admin User#is_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_admin User#is_admin}
---
@@ -1340,7 +1340,7 @@ Boolean, defaults to false.
Whether a user has access only to some internal or private projects. External users can only access projects to which they are explicitly granted access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_external User#is_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_external User#is_external}
---
@@ -1354,7 +1354,7 @@ public readonly namespaceId: number;
The ID of the user's namespace. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#namespace_id User#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#namespace_id User#namespace_id}
---
@@ -1368,7 +1368,7 @@ public readonly note: string;
The note associated to the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#note User#note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#note User#note}
---
@@ -1382,7 +1382,7 @@ public readonly password: string;
The password of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#password User#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#password User#password}
---
@@ -1396,7 +1396,7 @@ public readonly projectsLimit: number;
Integer, defaults to 0. Number of projects user can create.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#projects_limit User#projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#projects_limit User#projects_limit}
---
@@ -1410,7 +1410,7 @@ public readonly resetPassword: boolean | IResolvable;
Boolean, defaults to false. Send user password reset link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#reset_password User#reset_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#reset_password User#reset_password}
---
@@ -1424,7 +1424,7 @@ public readonly skipConfirmation: boolean | IResolvable;
Boolean, defaults to true. Whether to skip confirmation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#skip_confirmation User#skip_confirmation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#skip_confirmation User#skip_confirmation}
---
@@ -1438,7 +1438,7 @@ public readonly state: string;
String, defaults to 'active'. The state of the user account. Valid values are `active`, `deactivated`, `blocked`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#state User#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#state User#state}
---
diff --git a/docs/userCustomAttribute.csharp.md b/docs/userCustomAttribute.csharp.md
index 2e7d103e2..5803447e1 100644
--- a/docs/userCustomAttribute.csharp.md
+++ b/docs/userCustomAttribute.csharp.md
@@ -4,7 +4,7 @@
### UserCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute gitlab_user_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute gitlab_user_custom_attribute}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the UserCustomAttribute to imp
The id of the existing UserCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_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.1/docs/resources/user_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -793,7 +793,7 @@ new UserCustomAttributeConfig {
| Key
| string
| Key for the Custom Attribute. |
| User
| double
| The id of the user. |
| Value
| string
| Value for the Custom Attribute. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
---
@@ -877,7 +877,7 @@ public string Key { get; set; }
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
---
@@ -891,7 +891,7 @@ public double User { get; set; }
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
---
@@ -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.6.0/docs/resources/user_custom_attribute#value UserCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#value UserCustomAttribute#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.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/userCustomAttribute.go.md b/docs/userCustomAttribute.go.md
index e25b7eba4..994f6b76e 100644
--- a/docs/userCustomAttribute.go.md
+++ b/docs/userCustomAttribute.go.md
@@ -4,7 +4,7 @@
### UserCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute gitlab_user_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute gitlab_user_custom_attribute}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the UserCustomAttribute to imp
The id of the existing UserCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_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.1/docs/resources/user_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/usercustomattribute
| Key
| *string
| Key for the Custom Attribute. |
| User
| *f64
| The id of the user. |
| Value
| *string
| Value for the Custom Attribute. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
---
@@ -877,7 +877,7 @@ Key *string
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
---
@@ -891,7 +891,7 @@ User *f64
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
---
@@ -905,7 +905,7 @@ Value *string
Value for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#value UserCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#value UserCustomAttribute#value}
---
@@ -917,7 +917,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/userCustomAttribute.java.md b/docs/userCustomAttribute.java.md
index 3f99eb33e..aac77dcd8 100644
--- a/docs/userCustomAttribute.java.md
+++ b/docs/userCustomAttribute.java.md
@@ -4,7 +4,7 @@
### UserCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute gitlab_user_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute gitlab_user_custom_attribute}.
#### Initializers
@@ -44,7 +44,7 @@ UserCustomAttribute.Builder.create(Construct scope, java.lang.String id)
| key
| java.lang.String
| Key for the Custom Attribute. |
| user
| java.lang.Number
| The id of the user. |
| 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.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
---
@@ -124,7 +124,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.6.0/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
---
@@ -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.6.0/docs/resources/user_custom_attribute#value UserCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#value UserCustomAttribute#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.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 UserCustomAttribute to imp
The id of the existing UserCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_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.1/docs/resources/user_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -902,7 +902,7 @@ UserCustomAttributeConfig.builder()
| key
| java.lang.String
| Key for the Custom Attribute. |
| user
| java.lang.Number
| The id of the user. |
| 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.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
---
@@ -986,7 +986,7 @@ public java.lang.String getKey();
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
---
@@ -1000,7 +1000,7 @@ public java.lang.Number getUser();
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
---
@@ -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.6.0/docs/resources/user_custom_attribute#value UserCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#value UserCustomAttribute#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.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/userCustomAttribute.python.md b/docs/userCustomAttribute.python.md
index 66f76bb6a..69daaf2a3 100644
--- a/docs/userCustomAttribute.python.md
+++ b/docs/userCustomAttribute.python.md
@@ -4,7 +4,7 @@
### UserCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute gitlab_user_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute gitlab_user_custom_attribute}.
#### Initializers
@@ -42,7 +42,7 @@ userCustomAttribute.UserCustomAttribute(
| key
| str
| Key for the Custom Attribute. |
| user
| typing.Union[int, float]
| The id of the user. |
| value
| str
| Value for the Custom Attribute. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
---
@@ -122,7 +122,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.6.0/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
---
@@ -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.6.0/docs/resources/user_custom_attribute#value UserCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#value UserCustomAttribute#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.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 UserCustomAttribute to imp
The id of the existing UserCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_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.1/docs/resources/user_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -942,7 +942,7 @@ userCustomAttribute.UserCustomAttributeConfig(
| key
| str
| Key for the Custom Attribute. |
| user
| typing.Union[int, float]
| The id of the user. |
| value
| str
| Value for the Custom Attribute. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
---
@@ -1026,7 +1026,7 @@ key: str
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
---
@@ -1040,7 +1040,7 @@ user: 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/resources/user_custom_attribute#user UserCustomAttribute#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
---
@@ -1054,7 +1054,7 @@ value: str
Value for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#value UserCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#value UserCustomAttribute#value}
---
@@ -1066,7 +1066,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/userCustomAttribute.typescript.md b/docs/userCustomAttribute.typescript.md
index b916c8ec0..fd4fed3c8 100644
--- a/docs/userCustomAttribute.typescript.md
+++ b/docs/userCustomAttribute.typescript.md
@@ -4,7 +4,7 @@
### UserCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute gitlab_user_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute gitlab_user_custom_attribute}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the UserCustomAttribute to imp
The id of the existing UserCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_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.1/docs/resources/user_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ const userCustomAttributeConfig: userCustomAttribute.UserCustomAttributeConfig =
| key
| string
| Key for the Custom Attribute. |
| user
| number
| The id of the user. |
| value
| string
| Value for the Custom Attribute. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}. |
---
@@ -865,7 +865,7 @@ public readonly key: string;
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
---
@@ -879,7 +879,7 @@ public readonly user: number;
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
---
@@ -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.6.0/docs/resources/user_custom_attribute#value UserCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#value UserCustomAttribute#value}
---
@@ -905,7 +905,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/userGpgkey.csharp.md b/docs/userGpgkey.csharp.md
index f29ebe67d..e63199bf4 100644
--- a/docs/userGpgkey.csharp.md
+++ b/docs/userGpgkey.csharp.md
@@ -4,7 +4,7 @@
### UserGpgkey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey gitlab_user_gpgkey}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey gitlab_user_gpgkey}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the UserGpgkey to import.
The id of the existing UserGpgkey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#import import section} in the documentation of this resource for the id to use
---
@@ -797,7 +797,7 @@ new UserGpgkeyConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| Key
| string
| The armored GPG public key. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}. |
| UserId
| double
| The ID of the user to add the GPG key to. |
---
@@ -882,7 +882,7 @@ public string Key { get; set; }
The armored GPG public key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#key UserGpgkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#key UserGpgkey#key}
---
@@ -894,7 +894,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -913,7 +913,7 @@ The ID of the user to add the GPG key to.
If this field is omitted, this resource manages a GPG key for the current user. Otherwise, this resource manages a GPG key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
---
diff --git a/docs/userGpgkey.go.md b/docs/userGpgkey.go.md
index 05ddbd213..d7bdacc91 100644
--- a/docs/userGpgkey.go.md
+++ b/docs/userGpgkey.go.md
@@ -4,7 +4,7 @@
### UserGpgkey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey gitlab_user_gpgkey}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey gitlab_user_gpgkey}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the UserGpgkey to import.
The id of the existing UserGpgkey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#import import section} in the documentation of this resource for the id to use
---
@@ -797,7 +797,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/usergpgkey"
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| Key
| *string
| The armored GPG public key. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}. |
| UserId
| *f64
| The ID of the user to add the GPG key to. |
---
@@ -882,7 +882,7 @@ Key *string
The armored GPG public key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#key UserGpgkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#key UserGpgkey#key}
---
@@ -894,7 +894,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -913,7 +913,7 @@ The ID of the user to add the GPG key to.
If this field is omitted, this resource manages a GPG key for the current user. Otherwise, this resource manages a GPG key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
---
diff --git a/docs/userGpgkey.java.md b/docs/userGpgkey.java.md
index cc39d107a..e1ef76241 100644
--- a/docs/userGpgkey.java.md
+++ b/docs/userGpgkey.java.md
@@ -4,7 +4,7 @@
### UserGpgkey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey gitlab_user_gpgkey}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey gitlab_user_gpgkey}.
#### Initializers
@@ -41,7 +41,7 @@ UserGpgkey.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 armored GPG public key. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}. |
| userId
| java.lang.Number
| The ID of the user to add the GPG key to. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The armored GPG public key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#key UserGpgkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#key UserGpgkey#key}
---
@@ -120,7 +120,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.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ The ID of the user to add the GPG key to.
If this field is omitted, this resource manages a GPG key for the current user. Otherwise, this resource manages a GPG key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
---
@@ -576,7 +576,7 @@ The construct id used in the generated config for the UserGpgkey to import.
The id of the existing UserGpgkey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#import import section} in the documentation of this resource for the id to use
---
@@ -896,7 +896,7 @@ UserGpgkeyConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| key
| java.lang.String
| The armored GPG public key. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}. |
| userId
| java.lang.Number
| The ID of the user to add the GPG key to. |
---
@@ -981,7 +981,7 @@ public java.lang.String getKey();
The armored GPG public key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#key UserGpgkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#key UserGpgkey#key}
---
@@ -993,7 +993,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1012,7 +1012,7 @@ The ID of the user to add the GPG key to.
If this field is omitted, this resource manages a GPG key for the current user. Otherwise, this resource manages a GPG key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
---
diff --git a/docs/userGpgkey.python.md b/docs/userGpgkey.python.md
index ce56a3664..02b33f225 100644
--- a/docs/userGpgkey.python.md
+++ b/docs/userGpgkey.python.md
@@ -4,7 +4,7 @@
### UserGpgkey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey gitlab_user_gpgkey}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey gitlab_user_gpgkey}.
#### Initializers
@@ -39,7 +39,7 @@ userGpgkey.UserGpgkey(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| key
| str
| The armored GPG public key. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}. |
| user_id
| typing.Union[int, float]
| The ID of the user to add the GPG key to. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The armored GPG public key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#key UserGpgkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#key UserGpgkey#key}
---
@@ -118,7 +118,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.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ The ID of the user to add the GPG key to.
If this field is omitted, this resource manages a GPG key for the current user. Otherwise, this resource manages a GPG key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
---
@@ -620,7 +620,7 @@ The construct id used in the generated config for the UserGpgkey to import.
The id of the existing UserGpgkey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#import import section} in the documentation of this resource for the id to use
---
@@ -936,7 +936,7 @@ userGpgkey.UserGpgkeyConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| key
| str
| The armored GPG public key. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}. |
| user_id
| typing.Union[int, float]
| The ID of the user to add the GPG key to. |
---
@@ -1021,7 +1021,7 @@ key: str
The armored GPG public key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#key UserGpgkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#key UserGpgkey#key}
---
@@ -1033,7 +1033,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ The ID of the user to add the GPG key to.
If this field is omitted, this resource manages a GPG key for the current user. Otherwise, this resource manages a GPG key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
---
diff --git a/docs/userGpgkey.typescript.md b/docs/userGpgkey.typescript.md
index 66adb5eb9..da34024c7 100644
--- a/docs/userGpgkey.typescript.md
+++ b/docs/userGpgkey.typescript.md
@@ -4,7 +4,7 @@
### UserGpgkey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey gitlab_user_gpgkey}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey gitlab_user_gpgkey}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the UserGpgkey to import.
The id of the existing UserGpgkey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#import import section} in the documentation of this resource for the id to use
---
@@ -786,7 +786,7 @@ const userGpgkeyConfig: userGpgkey.UserGpgkeyConfig = { ... }
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| key
| string
| The armored GPG public key. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}. |
| userId
| number
| The ID of the user to add the GPG key to. |
---
@@ -871,7 +871,7 @@ public readonly key: string;
The armored GPG public key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#key UserGpgkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#key UserGpgkey#key}
---
@@ -883,7 +883,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -902,7 +902,7 @@ The ID of the user to add the GPG key to.
If this field is omitted, this resource manages a GPG key for the current user. Otherwise, this resource manages a GPG key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
---
diff --git a/docs/userImpersonationToken.csharp.md b/docs/userImpersonationToken.csharp.md
index f04ffe4ac..976330748 100644
--- a/docs/userImpersonationToken.csharp.md
+++ b/docs/userImpersonationToken.csharp.md
@@ -4,7 +4,7 @@
### UserImpersonationToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token gitlab_user_impersonation_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token gitlab_user_impersonation_token}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the UserImpersonationToken to
The id of the existing UserImpersonationToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_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.1/docs/resources/user_impersonation_token#import import section} in the documentation of this resource for the id to use
---
@@ -947,7 +947,7 @@ public string ExpiresAt { get; set; }
Expiration date of the impersonation token in ISO format (YYYY-MM-DD).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
---
@@ -961,7 +961,7 @@ public string Name { get; set; }
The name of the impersonation token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
---
@@ -977,7 +977,7 @@ Array of scopes of the impersonation 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.6.0/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
---
@@ -991,7 +991,7 @@ public double UserId { get; set; }
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
---
diff --git a/docs/userImpersonationToken.go.md b/docs/userImpersonationToken.go.md
index 2a2086fb3..28bed1f41 100644
--- a/docs/userImpersonationToken.go.md
+++ b/docs/userImpersonationToken.go.md
@@ -4,7 +4,7 @@
### UserImpersonationToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token gitlab_user_impersonation_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token gitlab_user_impersonation_token}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the UserImpersonationToken to
The id of the existing UserImpersonationToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_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.1/docs/resources/user_impersonation_token#import import section} in the documentation of this resource for the id to use
---
@@ -947,7 +947,7 @@ ExpiresAt *string
Expiration date of the impersonation token in ISO format (YYYY-MM-DD).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
---
@@ -961,7 +961,7 @@ Name *string
The name of the impersonation token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
---
@@ -977,7 +977,7 @@ Array of scopes of the impersonation 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.6.0/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
---
@@ -991,7 +991,7 @@ UserId *f64
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
---
diff --git a/docs/userImpersonationToken.java.md b/docs/userImpersonationToken.java.md
index 7dd159d26..633458be9 100644
--- a/docs/userImpersonationToken.java.md
+++ b/docs/userImpersonationToken.java.md
@@ -4,7 +4,7 @@
### UserImpersonationToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token gitlab_user_impersonation_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token gitlab_user_impersonation_token}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
Expiration date of the impersonation token in ISO format (YYYY-MM-DD).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the impersonation token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
---
@@ -136,7 +136,7 @@ Array of scopes of the impersonation 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.6.0/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
---
@@ -146,7 +146,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.6.0/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
---
@@ -573,7 +573,7 @@ The construct id used in the generated config for the UserImpersonationToken to
The id of the existing UserImpersonationToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_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.1/docs/resources/user_impersonation_token#import import section} in the documentation of this resource for the id to use
---
@@ -1057,7 +1057,7 @@ public java.lang.String getExpiresAt();
Expiration date of the impersonation token in ISO format (YYYY-MM-DD).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
---
@@ -1071,7 +1071,7 @@ public java.lang.String getName();
The name of the impersonation token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
---
@@ -1087,7 +1087,7 @@ Array of scopes of the impersonation 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.6.0/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
---
@@ -1101,7 +1101,7 @@ public java.lang.Number getUserId();
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
---
diff --git a/docs/userImpersonationToken.python.md b/docs/userImpersonationToken.python.md
index 3f46dbd6d..d3f7c182c 100644
--- a/docs/userImpersonationToken.python.md
+++ b/docs/userImpersonationToken.python.md
@@ -4,7 +4,7 @@
### UserImpersonationToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token gitlab_user_impersonation_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token gitlab_user_impersonation_token}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
Expiration date of the impersonation token in ISO format (YYYY-MM-DD).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the impersonation token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
---
@@ -134,7 +134,7 @@ Array of scopes of the impersonation 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.6.0/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
---
@@ -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.6.0/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
---
@@ -617,7 +617,7 @@ The construct id used in the generated config for the UserImpersonationToken to
The id of the existing UserImpersonationToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_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.1/docs/resources/user_impersonation_token#import import section} in the documentation of this resource for the id to use
---
@@ -1097,7 +1097,7 @@ expires_at: str
Expiration date of the impersonation token in ISO format (YYYY-MM-DD).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
---
@@ -1111,7 +1111,7 @@ name: str
The name of the impersonation token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
---
@@ -1127,7 +1127,7 @@ Array of scopes of the impersonation 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.6.0/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
---
@@ -1141,7 +1141,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.6.0/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
---
diff --git a/docs/userImpersonationToken.typescript.md b/docs/userImpersonationToken.typescript.md
index b93644db3..e994ae23a 100644
--- a/docs/userImpersonationToken.typescript.md
+++ b/docs/userImpersonationToken.typescript.md
@@ -4,7 +4,7 @@
### UserImpersonationToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token gitlab_user_impersonation_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token gitlab_user_impersonation_token}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the UserImpersonationToken to
The id of the existing UserImpersonationToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_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.1/docs/resources/user_impersonation_token#import import section} in the documentation of this resource for the id to use
---
@@ -935,7 +935,7 @@ public readonly expiresAt: string;
Expiration date of the impersonation token in ISO format (YYYY-MM-DD).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
---
@@ -949,7 +949,7 @@ public readonly name: string;
The name of the impersonation token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
---
@@ -965,7 +965,7 @@ Array of scopes of the impersonation 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.6.0/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
---
@@ -979,7 +979,7 @@ public readonly userId: number;
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
---
diff --git a/docs/userRunner.csharp.md b/docs/userRunner.csharp.md
index f64c16f47..d1977dc78 100644
--- a/docs/userRunner.csharp.md
+++ b/docs/userRunner.csharp.md
@@ -4,7 +4,7 @@
### UserRunner
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner gitlab_user_runner}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner gitlab_user_runner}.
#### Initializers
@@ -537,7 +537,7 @@ The construct id used in the generated config for the UserRunner to import.
The id of the existing UserRunner that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#import import section} in the documentation of this resource for the id to use
---
@@ -1130,7 +1130,7 @@ public string RunnerType { get; set; }
The scope of the runner. Valid values are: `instance_type`, `group_type`, `project_type`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#runner_type UserRunner#runner_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#runner_type UserRunner#runner_type}
---
@@ -1144,7 +1144,7 @@ public string AccessLevel { get; set; }
The access level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#access_level UserRunner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#access_level UserRunner#access_level}
---
@@ -1158,7 +1158,7 @@ public string Description { get; set; }
Description of the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#description UserRunner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#description UserRunner#description}
---
@@ -1172,7 +1172,7 @@ public double GroupId { get; set; }
The ID of the group that the runner is created in. Required if runner_type is group_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#group_id UserRunner#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#group_id UserRunner#group_id}
---
@@ -1186,7 +1186,7 @@ public object Locked { get; set; }
Specifies if the runner should be locked for the current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#locked UserRunner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#locked UserRunner#locked}
---
@@ -1200,7 +1200,7 @@ public string MaintenanceNote { get; set; }
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
---
@@ -1216,7 +1216,7 @@ Maximum timeout that limits the amount of time (in seconds) that runners can run
Must be at least 600 (10 minutes).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
---
@@ -1230,7 +1230,7 @@ public object Paused { get; set; }
Specifies if the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#paused UserRunner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#paused UserRunner#paused}
---
@@ -1244,7 +1244,7 @@ public double ProjectId { get; set; }
The ID of the project that the runner is created in. Required if runner_type is project_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#project_id UserRunner#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#project_id UserRunner#project_id}
---
@@ -1258,7 +1258,7 @@ public string[] TagList { get; set; }
A list of runner tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#tag_list UserRunner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#tag_list UserRunner#tag_list}
---
@@ -1272,7 +1272,7 @@ public object Untagged { get; set; }
Specifies if the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#untagged UserRunner#untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#untagged UserRunner#untagged}
---
diff --git a/docs/userRunner.go.md b/docs/userRunner.go.md
index 73ccb0475..77accca90 100644
--- a/docs/userRunner.go.md
+++ b/docs/userRunner.go.md
@@ -4,7 +4,7 @@
### UserRunner
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner gitlab_user_runner}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner gitlab_user_runner}.
#### Initializers
@@ -537,7 +537,7 @@ The construct id used in the generated config for the UserRunner to import.
The id of the existing UserRunner that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#import import section} in the documentation of this resource for the id to use
---
@@ -1130,7 +1130,7 @@ RunnerType *string
The scope of the runner. Valid values are: `instance_type`, `group_type`, `project_type`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#runner_type UserRunner#runner_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#runner_type UserRunner#runner_type}
---
@@ -1144,7 +1144,7 @@ AccessLevel *string
The access level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#access_level UserRunner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#access_level UserRunner#access_level}
---
@@ -1158,7 +1158,7 @@ Description *string
Description of the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#description UserRunner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#description UserRunner#description}
---
@@ -1172,7 +1172,7 @@ GroupId *f64
The ID of the group that the runner is created in. Required if runner_type is group_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#group_id UserRunner#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#group_id UserRunner#group_id}
---
@@ -1186,7 +1186,7 @@ Locked interface{}
Specifies if the runner should be locked for the current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#locked UserRunner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#locked UserRunner#locked}
---
@@ -1200,7 +1200,7 @@ MaintenanceNote *string
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
---
@@ -1216,7 +1216,7 @@ Maximum timeout that limits the amount of time (in seconds) that runners can run
Must be at least 600 (10 minutes).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
---
@@ -1230,7 +1230,7 @@ Paused interface{}
Specifies if the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#paused UserRunner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#paused UserRunner#paused}
---
@@ -1244,7 +1244,7 @@ ProjectId *f64
The ID of the project that the runner is created in. Required if runner_type is project_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#project_id UserRunner#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#project_id UserRunner#project_id}
---
@@ -1258,7 +1258,7 @@ TagList *[]*string
A list of runner tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#tag_list UserRunner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#tag_list UserRunner#tag_list}
---
@@ -1272,7 +1272,7 @@ Untagged interface{}
Specifies if the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#untagged UserRunner#untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#untagged UserRunner#untagged}
---
diff --git a/docs/userRunner.java.md b/docs/userRunner.java.md
index 3e5903efa..91da71f16 100644
--- a/docs/userRunner.java.md
+++ b/docs/userRunner.java.md
@@ -4,7 +4,7 @@
### UserRunner
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner gitlab_user_runner}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner gitlab_user_runner}.
#### Initializers
@@ -131,7 +131,7 @@ Must be unique amongst siblings in the same scope
The scope of the runner. Valid values are: `instance_type`, `group_type`, `project_type`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#runner_type UserRunner#runner_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#runner_type UserRunner#runner_type}
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The access level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#access_level UserRunner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#access_level UserRunner#access_level}
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Description of the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#description UserRunner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#description UserRunner#description}
---
@@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the group that the runner is created in. Required if runner_type is group_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#group_id UserRunner#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#group_id UserRunner#group_id}
---
@@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Specifies if the runner should be locked for the current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#locked UserRunner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#locked UserRunner#locked}
---
@@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
---
@@ -193,7 +193,7 @@ Maximum timeout that limits the amount of time (in seconds) that runners can run
Must be at least 600 (10 minutes).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
---
@@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Specifies if the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#paused UserRunner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#paused UserRunner#paused}
---
@@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the project that the runner is created in. Required if runner_type is project_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#project_id UserRunner#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#project_id UserRunner#project_id}
---
@@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A list of runner tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#tag_list UserRunner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#tag_list UserRunner#tag_list}
---
@@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Specifies if the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#untagged UserRunner#untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#untagged UserRunner#untagged}
---
@@ -730,7 +730,7 @@ The construct id used in the generated config for the UserRunner to import.
The id of the existing UserRunner that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#import import section} in the documentation of this resource for the id to use
---
@@ -1330,7 +1330,7 @@ public java.lang.String getRunnerType();
The scope of the runner. Valid values are: `instance_type`, `group_type`, `project_type`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#runner_type UserRunner#runner_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#runner_type UserRunner#runner_type}
---
@@ -1344,7 +1344,7 @@ public java.lang.String getAccessLevel();
The access level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#access_level UserRunner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#access_level UserRunner#access_level}
---
@@ -1358,7 +1358,7 @@ public java.lang.String getDescription();
Description of the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#description UserRunner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#description UserRunner#description}
---
@@ -1372,7 +1372,7 @@ public java.lang.Number getGroupId();
The ID of the group that the runner is created in. Required if runner_type is group_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#group_id UserRunner#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#group_id UserRunner#group_id}
---
@@ -1386,7 +1386,7 @@ public java.lang.Object getLocked();
Specifies if the runner should be locked for the current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#locked UserRunner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#locked UserRunner#locked}
---
@@ -1400,7 +1400,7 @@ public java.lang.String getMaintenanceNote();
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
---
@@ -1416,7 +1416,7 @@ Maximum timeout that limits the amount of time (in seconds) that runners can run
Must be at least 600 (10 minutes).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
---
@@ -1430,7 +1430,7 @@ public java.lang.Object getPaused();
Specifies if the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#paused UserRunner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#paused UserRunner#paused}
---
@@ -1444,7 +1444,7 @@ public java.lang.Number getProjectId();
The ID of the project that the runner is created in. Required if runner_type is project_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#project_id UserRunner#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#project_id UserRunner#project_id}
---
@@ -1458,7 +1458,7 @@ public java.util.List getTagList();
A list of runner tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#tag_list UserRunner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#tag_list UserRunner#tag_list}
---
@@ -1472,7 +1472,7 @@ public java.lang.Object getUntagged();
Specifies if the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#untagged UserRunner#untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#untagged UserRunner#untagged}
---
diff --git a/docs/userRunner.python.md b/docs/userRunner.python.md
index daa1220ff..cc8e51c13 100644
--- a/docs/userRunner.python.md
+++ b/docs/userRunner.python.md
@@ -4,7 +4,7 @@
### UserRunner
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner gitlab_user_runner}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner gitlab_user_runner}.
#### Initializers
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
The scope of the runner. Valid values are: `instance_type`, `group_type`, `project_type`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#runner_type UserRunner#runner_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#runner_type UserRunner#runner_type}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The access level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#access_level UserRunner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#access_level UserRunner#access_level}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Description of the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#description UserRunner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#description UserRunner#description}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the group that the runner is created in. Required if runner_type is group_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#group_id UserRunner#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#group_id UserRunner#group_id}
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Specifies if the runner should be locked for the current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#locked UserRunner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#locked UserRunner#locked}
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
---
@@ -188,7 +188,7 @@ Maximum timeout that limits the amount of time (in seconds) that runners can run
Must be at least 600 (10 minutes).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
---
@@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Specifies if the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#paused UserRunner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#paused UserRunner#paused}
---
@@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the project that the runner is created in. Required if runner_type is project_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#project_id UserRunner#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#project_id UserRunner#project_id}
---
@@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A list of runner tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#tag_list UserRunner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#tag_list UserRunner#tag_list}
---
@@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Specifies if the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#untagged UserRunner#untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#untagged UserRunner#untagged}
---
@@ -771,7 +771,7 @@ The construct id used in the generated config for the UserRunner to import.
The id of the existing UserRunner that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#import import section} in the documentation of this resource for the id to use
---
@@ -1364,7 +1364,7 @@ runner_type: str
The scope of the runner. Valid values are: `instance_type`, `group_type`, `project_type`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#runner_type UserRunner#runner_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#runner_type UserRunner#runner_type}
---
@@ -1378,7 +1378,7 @@ access_level: str
The access level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#access_level UserRunner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#access_level UserRunner#access_level}
---
@@ -1392,7 +1392,7 @@ description: str
Description of the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#description UserRunner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#description UserRunner#description}
---
@@ -1406,7 +1406,7 @@ group_id: typing.Union[int, float]
The ID of the group that the runner is created in. Required if runner_type is group_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#group_id UserRunner#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#group_id UserRunner#group_id}
---
@@ -1420,7 +1420,7 @@ locked: typing.Union[bool, IResolvable]
Specifies if the runner should be locked for the current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#locked UserRunner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#locked UserRunner#locked}
---
@@ -1434,7 +1434,7 @@ maintenance_note: str
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
---
@@ -1450,7 +1450,7 @@ Maximum timeout that limits the amount of time (in seconds) that runners can run
Must be at least 600 (10 minutes).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
---
@@ -1464,7 +1464,7 @@ paused: typing.Union[bool, IResolvable]
Specifies if the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#paused UserRunner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#paused UserRunner#paused}
---
@@ -1478,7 +1478,7 @@ project_id: typing.Union[int, float]
The ID of the project that the runner is created in. Required if runner_type is project_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#project_id UserRunner#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#project_id UserRunner#project_id}
---
@@ -1492,7 +1492,7 @@ tag_list: typing.List[str]
A list of runner tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#tag_list UserRunner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#tag_list UserRunner#tag_list}
---
@@ -1506,7 +1506,7 @@ untagged: typing.Union[bool, IResolvable]
Specifies if the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#untagged UserRunner#untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#untagged UserRunner#untagged}
---
diff --git a/docs/userRunner.typescript.md b/docs/userRunner.typescript.md
index 408be14fa..53046bc55 100644
--- a/docs/userRunner.typescript.md
+++ b/docs/userRunner.typescript.md
@@ -4,7 +4,7 @@
### UserRunner
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner gitlab_user_runner}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner gitlab_user_runner}.
#### Initializers
@@ -537,7 +537,7 @@ The construct id used in the generated config for the UserRunner to import.
The id of the existing UserRunner that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#import import section} in the documentation of this resource for the id to use
---
@@ -1111,7 +1111,7 @@ public readonly runnerType: string;
The scope of the runner. Valid values are: `instance_type`, `group_type`, `project_type`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#runner_type UserRunner#runner_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#runner_type UserRunner#runner_type}
---
@@ -1125,7 +1125,7 @@ public readonly accessLevel: string;
The access level of the runner. Valid values are: `not_protected`, `ref_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#access_level UserRunner#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#access_level UserRunner#access_level}
---
@@ -1139,7 +1139,7 @@ public readonly description: string;
Description of the runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#description UserRunner#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#description UserRunner#description}
---
@@ -1153,7 +1153,7 @@ public readonly groupId: number;
The ID of the group that the runner is created in. Required if runner_type is group_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#group_id UserRunner#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#group_id UserRunner#group_id}
---
@@ -1167,7 +1167,7 @@ public readonly locked: boolean | IResolvable;
Specifies if the runner should be locked for the current project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#locked UserRunner#locked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#locked UserRunner#locked}
---
@@ -1181,7 +1181,7 @@ public readonly maintenanceNote: string;
Free-form maintenance notes for the runner (1024 characters).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
---
@@ -1197,7 +1197,7 @@ Maximum timeout that limits the amount of time (in seconds) that runners can run
Must be at least 600 (10 minutes).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
---
@@ -1211,7 +1211,7 @@ public readonly paused: boolean | IResolvable;
Specifies if the runner should ignore new jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#paused UserRunner#paused}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#paused UserRunner#paused}
---
@@ -1225,7 +1225,7 @@ public readonly projectId: number;
The ID of the project that the runner is created in. Required if runner_type is project_type.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#project_id UserRunner#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#project_id UserRunner#project_id}
---
@@ -1239,7 +1239,7 @@ public readonly tagList: string[];
A list of runner tags.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#tag_list UserRunner#tag_list}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#tag_list UserRunner#tag_list}
---
@@ -1253,7 +1253,7 @@ public readonly untagged: boolean | IResolvable;
Specifies if the runner should handle untagged jobs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#untagged UserRunner#untagged}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#untagged UserRunner#untagged}
---
diff --git a/docs/userSshkey.csharp.md b/docs/userSshkey.csharp.md
index 769b5c3e5..d51621c0f 100644
--- a/docs/userSshkey.csharp.md
+++ b/docs/userSshkey.csharp.md
@@ -4,7 +4,7 @@
### UserSshkey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey gitlab_user_sshkey}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey gitlab_user_sshkey}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the UserSshkey to import.
The id of the existing UserSshkey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#import import section} in the documentation of this resource for the id to use
---
@@ -852,7 +852,7 @@ new UserSshkeyConfig {
| Key
| string
| The ssh key. |
| Title
| string
| The title of the ssh key. |
| ExpiresAt
| string
| The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ). |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}. |
| UserId
| double
| The ID or username of the user. |
---
@@ -939,7 +939,7 @@ The ssh key.
The SSH key `comment` (trailing part) is optional and ignored for diffing, because GitLab overrides it with the username and GitLab hostname.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#key UserSshkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#key UserSshkey#key}
---
@@ -953,7 +953,7 @@ public string Title { get; set; }
The title of the ssh key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#title UserSshkey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#title UserSshkey#title}
---
@@ -967,7 +967,7 @@ public string ExpiresAt { get; set; }
The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
---
@@ -979,7 +979,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ The ID or username of the user.
If this field is omitted, this resource manages a SSH key for the current user. Otherwise, this resource manages a SSH key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#user_id UserSshkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#user_id UserSshkey#user_id}
---
diff --git a/docs/userSshkey.go.md b/docs/userSshkey.go.md
index f57004d8e..d99a98a10 100644
--- a/docs/userSshkey.go.md
+++ b/docs/userSshkey.go.md
@@ -4,7 +4,7 @@
### UserSshkey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey gitlab_user_sshkey}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey gitlab_user_sshkey}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the UserSshkey to import.
The id of the existing UserSshkey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#import import section} in the documentation of this resource for the id to use
---
@@ -852,7 +852,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/usersshkey"
| Key
| *string
| The ssh key. |
| Title
| *string
| The title of the ssh key. |
| ExpiresAt
| *string
| The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ). |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}. |
| UserId
| *f64
| The ID or username of the user. |
---
@@ -939,7 +939,7 @@ The ssh key.
The SSH key `comment` (trailing part) is optional and ignored for diffing, because GitLab overrides it with the username and GitLab hostname.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#key UserSshkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#key UserSshkey#key}
---
@@ -953,7 +953,7 @@ Title *string
The title of the ssh key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#title UserSshkey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#title UserSshkey#title}
---
@@ -967,7 +967,7 @@ ExpiresAt *string
The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
---
@@ -979,7 +979,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ The ID or username of the user.
If this field is omitted, this resource manages a SSH key for the current user. Otherwise, this resource manages a SSH key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#user_id UserSshkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#user_id UserSshkey#user_id}
---
diff --git a/docs/userSshkey.java.md b/docs/userSshkey.java.md
index 396b86e72..ec0d4028c 100644
--- a/docs/userSshkey.java.md
+++ b/docs/userSshkey.java.md
@@ -4,7 +4,7 @@
### UserSshkey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey gitlab_user_sshkey}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey gitlab_user_sshkey}.
#### Initializers
@@ -45,7 +45,7 @@ UserSshkey.Builder.create(Construct scope, java.lang.String id)
| key
| java.lang.String
| The ssh key. |
| title
| java.lang.String
| The title of the ssh key. |
| expiresAt
| java.lang.String
| The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}. |
| userId
| java.lang.Number
| The ID or username of the user. |
---
@@ -118,7 +118,7 @@ The ssh key.
The SSH key `comment` (trailing part) is optional and ignored for diffing, because GitLab overrides it with the username and GitLab hostname.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#key UserSshkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#key UserSshkey#key}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The title of the ssh key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#title UserSshkey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#title UserSshkey#title}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
---
@@ -146,7 +146,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.6.0/docs/resources/user_sshkey#id UserSshkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -161,7 +161,7 @@ The ID or username of the user.
If this field is omitted, this resource manages a SSH key for the current user. Otherwise, this resource manages a SSH key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#user_id UserSshkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#user_id UserSshkey#user_id}
---
@@ -609,7 +609,7 @@ The construct id used in the generated config for the UserSshkey to import.
The id of the existing UserSshkey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#import import section} in the documentation of this resource for the id to use
---
@@ -977,7 +977,7 @@ UserSshkeyConfig.builder()
| key
| java.lang.String
| The ssh key. |
| title
| java.lang.String
| The title of the ssh key. |
| expiresAt
| java.lang.String
| The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}. |
| userId
| java.lang.Number
| The ID or username of the user. |
---
@@ -1064,7 +1064,7 @@ The ssh key.
The SSH key `comment` (trailing part) is optional and ignored for diffing, because GitLab overrides it with the username and GitLab hostname.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#key UserSshkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#key UserSshkey#key}
---
@@ -1078,7 +1078,7 @@ public java.lang.String getTitle();
The title of the ssh key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#title UserSshkey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#title UserSshkey#title}
---
@@ -1092,7 +1092,7 @@ public java.lang.String getExpiresAt();
The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
---
@@ -1104,7 +1104,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1123,7 +1123,7 @@ The ID or username of the user.
If this field is omitted, this resource manages a SSH key for the current user. Otherwise, this resource manages a SSH key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#user_id UserSshkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#user_id UserSshkey#user_id}
---
diff --git a/docs/userSshkey.python.md b/docs/userSshkey.python.md
index 5928565ac..3d5b56bf3 100644
--- a/docs/userSshkey.python.md
+++ b/docs/userSshkey.python.md
@@ -4,7 +4,7 @@
### UserSshkey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey gitlab_user_sshkey}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey gitlab_user_sshkey}.
#### Initializers
@@ -43,7 +43,7 @@ userSshkey.UserSshkey(
| key
| str
| The ssh key. |
| title
| str
| The title of the ssh key. |
| expires_at
| str
| The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}. |
| user_id
| typing.Union[int, float]
| The ID or username of the user. |
---
@@ -116,7 +116,7 @@ The ssh key.
The SSH key `comment` (trailing part) is optional and ignored for diffing, because GitLab overrides it with the username and GitLab hostname.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#key UserSshkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#key UserSshkey#key}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The title of the ssh key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#title UserSshkey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#title UserSshkey#title}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
---
@@ -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.6.0/docs/resources/user_sshkey#id UserSshkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 or username of the user.
If this field is omitted, this resource manages a SSH key for the current user. Otherwise, this resource manages a SSH key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#user_id UserSshkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#user_id UserSshkey#user_id}
---
@@ -653,7 +653,7 @@ The construct id used in the generated config for the UserSshkey to import.
The id of the existing UserSshkey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#import import section} in the documentation of this resource for the id to use
---
@@ -1017,7 +1017,7 @@ userSshkey.UserSshkeyConfig(
| key
| str
| The ssh key. |
| title
| str
| The title of the ssh key. |
| expires_at
| str
| The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}. |
| user_id
| typing.Union[int, float]
| The ID or username of the user. |
---
@@ -1104,7 +1104,7 @@ The ssh key.
The SSH key `comment` (trailing part) is optional and ignored for diffing, because GitLab overrides it with the username and GitLab hostname.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#key UserSshkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#key UserSshkey#key}
---
@@ -1118,7 +1118,7 @@ title: str
The title of the ssh key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#title UserSshkey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#title UserSshkey#title}
---
@@ -1132,7 +1132,7 @@ expires_at: str
The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
---
@@ -1144,7 +1144,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1163,7 +1163,7 @@ The ID or username of the user.
If this field is omitted, this resource manages a SSH key for the current user. Otherwise, this resource manages a SSH key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#user_id UserSshkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#user_id UserSshkey#user_id}
---
diff --git a/docs/userSshkey.typescript.md b/docs/userSshkey.typescript.md
index 6e2019628..91e7c8b73 100644
--- a/docs/userSshkey.typescript.md
+++ b/docs/userSshkey.typescript.md
@@ -4,7 +4,7 @@
### UserSshkey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey gitlab_user_sshkey}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey gitlab_user_sshkey}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the UserSshkey to import.
The id of the existing UserSshkey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#import import section} in the documentation of this resource for the id to use
---
@@ -839,7 +839,7 @@ const userSshkeyConfig: userSshkey.UserSshkeyConfig = { ... }
| key
| string
| The ssh key. |
| title
| string
| The title of the ssh key. |
| expiresAt
| string
| The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ). |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}. |
| userId
| number
| The ID or username of the user. |
---
@@ -926,7 +926,7 @@ The ssh key.
The SSH key `comment` (trailing part) is optional and ignored for diffing, because GitLab overrides it with the username and GitLab hostname.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#key UserSshkey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#key UserSshkey#key}
---
@@ -940,7 +940,7 @@ public readonly title: string;
The title of the ssh key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#title UserSshkey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#title UserSshkey#title}
---
@@ -954,7 +954,7 @@ public readonly expiresAt: string;
The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
---
@@ -966,7 +966,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -985,7 +985,7 @@ The ID or username of the user.
If this field is omitted, this resource manages a SSH key for the current user. Otherwise, this resource manages a SSH key for the specified user, and an admin token is required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#user_id UserSshkey#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#user_id UserSshkey#user_id}
---
diff --git a/package.json b/package.json
index 65cb7dc1e..4a941fe34 100644
--- a/package.json
+++ b/package.json
@@ -157,7 +157,7 @@
"isDeprecated": false,
"provider": {
"name": "registry.terraform.io/gitlabhq/gitlab",
- "version": "17.6.0"
+ "version": "17.6.1"
}
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
diff --git a/src/application-settings/README.md b/src/application-settings/README.md
index 1b3c32dee..afa3d86b7 100644
--- a/src/application-settings/README.md
+++ b/src/application-settings/README.md
@@ -1,3 +1,3 @@
# `gitlab_application_settings`
-Refer to the Terraform Registry for docs: [`gitlab_application_settings`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings).
+Refer to the Terraform Registry for docs: [`gitlab_application_settings`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings).
diff --git a/src/application-settings/index.ts b/src/application-settings/index.ts
index e38aa4414..0a1d87f6b 100644
--- a/src/application-settings/index.ts
+++ b/src/application-settings/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,859 +15,859 @@ export interface ApplicationSettingsConfig extends cdktf.TerraformMetaArguments
/**
* 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.6.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.1/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
*/
readonly abuseNotificationEmail?: string;
/**
* 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.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
*/
readonly adminMode?: boolean | cdktf.IResolvable;
/**
* Where to redirect users after logout.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
*/
readonly afterSignOutPath?: string;
/**
* Text shown to the user after signing up.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
*/
readonly afterSignUpText?: string;
/**
* API key for Akismet spam protection.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
*/
readonly akismetApiKey?: string;
/**
* (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.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
*/
readonly akismetEnabled?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
*/
readonly allowAccountDeletion?: boolean | cdktf.IResolvable;
/**
* Set to true to 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
*/
readonly allowGroupOwnersToManageLdap?: boolean | cdktf.IResolvable;
/**
* Allow requests to the local network 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
*/
readonly allowLocalRequestsFromSystemHooks?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
*/
readonly allowLocalRequestsFromWebHooksAndServices?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
*/
readonly allowProjectCreationForGuestAndBelow?: boolean | cdktf.IResolvable;
/**
* Allow using a registration token to create a runner.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
*/
readonly allowRunnerRegistrationToken?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
*/
readonly archiveBuildsInHumanReadable?: string;
/**
* 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.6.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.1/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
*/
readonly asciidocMaxIncludes?: number;
/**
* 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.6.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.1/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
*/
readonly assetProxyAllowlist?: string[];
/**
* (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.6.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.1/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
*/
readonly assetProxyEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
*/
readonly assetProxySecretKey?: 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.6.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.1/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
*/
readonly assetProxyUrl?: string;
/**
* By default, we write to the authorized_keys file to support Git over SSH without additional configuration. 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.6.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.1/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
*/
readonly authorizedKeysEnabled?: boolean | cdktf.IResolvable;
/**
* When enabled, users will get automatically banned from the application when they download more than the maximum number of unique projects in the time period specified by max_number_of_repository_downloads and max_number_of_repository_downloads_within_time_period respectively. Introduced in GitLab 15.4. Self-managed, Ultimate only.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
*/
readonly autoBanUserOnExcessiveProjectsDownload?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
*/
readonly autoDevopsDomain?: string;
/**
* 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.6.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.1/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
*/
readonly autoDevopsEnabled?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
*/
readonly automaticPurchasedStorageAllocation?: boolean | cdktf.IResolvable;
/**
* Maximum simultaneous Direct Transfer batches to process.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
*/
readonly bulkImportConcurrentPipelineBatchLimit?: number;
/**
* 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.6.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.1/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
*/
readonly bulkImportEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
*/
readonly bulkImportMaxDownloadFileSize?: number;
/**
* 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.6.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.1/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
*/
readonly canCreateGroup?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
*/
readonly checkNamespacePlan?: boolean | cdktf.IResolvable;
/**
* The maximum number of includes per pipeline.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
*/
readonly ciMaxIncludes?: 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.6.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.1/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
*/
readonly ciMaxTotalYamlSizeBytes?: number;
/**
* Custom hostname (for private commit emails).
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
*/
readonly commitEmailHostname?: string;
/**
* 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.6.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.1/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
*/
readonly concurrentBitbucketImportJobsLimit?: 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.6.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.1/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
*/
readonly concurrentBitbucketServerImportJobsLimit?: 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.6.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.1/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
*/
readonly concurrentGithubImportJobsLimit?: number;
/**
* Enable cleanup policies for all projects.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
*/
readonly containerExpirationPoliciesEnableHistoricEntries?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
*/
readonly containerRegistryCleanupTagsServiceMaxListSize?: 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.6.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.1/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
*/
readonly containerRegistryDeleteTagsServiceTimeout?: number;
/**
* Caching during the execution of cleanup policies.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
*/
readonly containerRegistryExpirationPoliciesCaching?: boolean | cdktf.IResolvable;
/**
* Number of workers for cleanup policies.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
*/
readonly containerRegistryExpirationPoliciesWorkerCapacity?: number;
/**
* Container Registry token duration in minutes.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
*/
readonly containerRegistryTokenExpireDelay?: number;
/**
* Enable automatic deactivation of 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
*/
readonly deactivateDormantUsers?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
*/
readonly deactivateDormantUsersPeriod?: 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.6.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.1/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
*/
readonly decompressArchiveFileTimeout?: number;
/**
* Set the default expiration time for each job’s artifacts.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
*/
readonly defaultArtifactsExpireIn?: 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.6.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.1/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
*/
readonly defaultBranchName?: string;
/**
* 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.6.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.1/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
*/
readonly defaultBranchProtection?: number;
/**
* 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.6.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.1/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
*/
readonly defaultCiConfigPath?: 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.6.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.1/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
*/
readonly defaultGroupVisibility?: string;
/**
* Default preferred language for users who are not logged in.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
*/
readonly defaultPreferredLanguage?: string;
/**
* 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.6.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.1/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
*/
readonly defaultProjectCreation?: number;
/**
* 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.6.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.1/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
*/
readonly defaultProjectVisibility?: string;
/**
* Project limit per user.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
*/
readonly defaultProjectsLimit?: number;
/**
* 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.6.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.1/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
*/
readonly defaultSnippetVisibility?: string;
/**
* 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.6.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.1/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
*/
readonly defaultSyntaxHighlightingTheme?: number;
/**
* 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.6.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.1/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
*/
readonly deleteInactiveProjects?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
*/
readonly deleteUnconfirmedUsers?: boolean | cdktf.IResolvable;
/**
* The number of days to wait before deleting a project or group that is marked for deletion. Value must be between 1 and 90.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
*/
readonly deletionAdjournedPeriod?: number;
/**
* (If enabled, requires diagramsnet_url) Enable Diagrams.net integration.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
*/
readonly diagramsnetEnabled?: boolean | cdktf.IResolvable;
/**
* The Diagrams.net instance URL for integration.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
*/
readonly diagramsnetUrl?: string;
/**
* Maximum files in a diff.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
*/
readonly diffMaxFiles?: number;
/**
* Maximum lines in a diff.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
*/
readonly diffMaxLines?: number;
/**
* Maximum diff patch size, in 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
*/
readonly diffMaxPatchBytes?: number;
/**
* 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.6.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.1/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
*/
readonly disableAdminOauthScopes?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
*/
readonly disableFeedToken?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
*/
readonly disablePersonalAccessTokens?: boolean | cdktf.IResolvable;
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
*/
readonly disabledOauthSignInSources?: string[];
/**
* Enforce DNS rebinding attack protection.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
*/
readonly dnsRebindingProtectionEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
*/
readonly domainAllowlist?: string[];
/**
* 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.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
*/
readonly domainDenylist?: string[];
/**
* (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.6.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.1/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
*/
readonly domainDenylistEnabled?: boolean | cdktf.IResolvable;
/**
* Maximum downstream pipeline trigger rate. Introduced in GitLab 16.10.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
*/
readonly downstreamPipelineTriggerLimitPerProjectUserSha?: 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.6.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.1/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
*/
readonly dsaKeyRestriction?: number;
/**
* 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.6.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.1/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
*/
readonly duoFeaturesEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
*/
readonly ecdsaKeyRestriction?: number;
/**
* 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.6.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.1/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
*/
readonly ecdsaSkKeyRestriction?: number;
/**
* 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.6.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.1/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
*/
readonly ed25519KeyRestriction?: number;
/**
* 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.6.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.1/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
*/
readonly ed25519SkKeyRestriction?: number;
/**
* AWS IAM 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
*/
readonly eksAccessKeyId?: string;
/**
* Amazon 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
*/
readonly eksAccountId?: string;
/**
* Enable integration with Amazon EKS.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
*/
readonly eksIntegrationEnabled?: boolean | cdktf.IResolvable;
/**
* AWS IAM 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
*/
readonly eksSecretAccessKey?: string;
/**
* Enable the use of AWS hosted Elasticsearch.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
*/
readonly elasticsearchAws?: boolean | cdktf.IResolvable;
/**
* AWS IAM 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
*/
readonly elasticsearchAwsAccessKey?: string;
/**
* The AWS region the Elasticsearch domain is configured.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
*/
readonly elasticsearchAwsRegion?: string;
/**
* AWS IAM 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
*/
readonly elasticsearchAwsSecretAccessKey?: string;
/**
* 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.6.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.1/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
*/
readonly elasticsearchIndexedFieldLengthLimit?: 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.6.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.1/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
*/
readonly elasticsearchIndexedFileSizeLimitKb?: number;
/**
* Enable 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
*/
readonly elasticsearchIndexing?: boolean | cdktf.IResolvable;
/**
* Limit Elasticsearch to index certain namespaces and projects.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
*/
readonly elasticsearchLimitIndexing?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
*/
readonly elasticsearchMaxBulkConcurrency?: 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.6.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.1/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
*/
readonly elasticsearchMaxBulkSizeMb?: 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.6.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.1/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
*/
readonly elasticsearchMaxCodeIndexingConcurrency?: 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.6.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.1/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
*/
readonly elasticsearchNamespaceIds?: number[];
/**
* The password of your Elasticsearch instance.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
*/
readonly elasticsearchPassword?: string;
/**
* 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.6.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.1/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
*/
readonly elasticsearchProjectIds?: number[];
/**
* 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.6.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.1/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
*/
readonly elasticsearchRequeueWorkers?: boolean | cdktf.IResolvable;
/**
* Enable 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
*/
readonly elasticsearchSearch?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
*/
readonly elasticsearchUrl?: string[];
/**
* The username of your Elasticsearch instance.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
*/
readonly elasticsearchUsername?: string;
/**
* 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.6.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.1/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
*/
readonly elasticsearchWorkerNumberOfShards?: number;
/**
* 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.6.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.1/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
*/
readonly emailAdditionalText?: string;
/**
* 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.6.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.1/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
*/
readonly emailAuthorInBody?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
*/
readonly emailConfirmationSetting?: string;
/**
* 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.6.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.1/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
*/
readonly enableArtifactExternalRedirectWarningPage?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
*/
readonly enabledGitAccessProtocol?: string;
/**
* Enabling this permits enforcement of namespace storage limits.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
*/
readonly enforceNamespaceStorageLimit?: boolean | cdktf.IResolvable;
/**
* (If enabled, requires: terms) Enforce application ToS to all users.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
*/
readonly enforceTerms?: boolean | cdktf.IResolvable;
/**
* (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.6.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.1/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
*/
readonly externalAuthClientCert?: 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.6.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.1/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
*/
readonly externalAuthClientKey?: 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.6.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.1/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
*/
readonly externalAuthClientKeyPass?: 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.6.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.1/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
*/
readonly externalAuthorizationServiceDefaultLabel?: string;
/**
* (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.6.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.1/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
*/
readonly externalAuthorizationServiceEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
*/
readonly externalAuthorizationServiceTimeout?: number;
/**
* URL to which authorization requests are directed.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
*/
readonly externalAuthorizationServiceUrl?: string;
/**
* 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.6.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.1/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
*/
readonly externalPipelineValidationServiceTimeout?: number;
/**
* 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.6.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.1/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
*/
readonly externalPipelineValidationServiceToken?: string;
/**
* URL to use for pipeline validation requests.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
*/
readonly externalPipelineValidationServiceUrl?: string;
/**
* 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.6.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.1/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
*/
readonly failedLoginAttemptsUnlockPeriodInMinutes?: 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.6.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.1/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
*/
readonly fileTemplateProjectId?: number;
/**
* 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.6.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.1/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
*/
readonly firstDayOfWeek?: number;
/**
* 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.6.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.1/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
*/
readonly geoNodeAllowedIps?: string;
/**
* 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.6.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.1/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
*/
readonly geoStatusTimeout?: number;
/**
* 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.6.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.1/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
*/
readonly gitRateLimitUsersAlertlist?: number[];
/**
* 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.6.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.1/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
*/
readonly gitRateLimitUsersAllowlist?: string[];
/**
* 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.6.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.1/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
*/
readonly gitTwoFactorSessionExpiry?: number;
/**
* 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.6.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.1/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
*/
readonly gitalyTimeoutDefault?: number;
/**
* 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.6.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.1/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
*/
readonly gitalyTimeoutFast?: number;
/**
* 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.6.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.1/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
*/
readonly gitalyTimeoutMedium?: 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.6.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.1/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
*/
readonly gitlabShellOperationLimit?: number;
/**
* Enable Gitpod integration.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
*/
readonly gitpodEnabled?: boolean | cdktf.IResolvable;
/**
* The Gitpod instance URL for integration.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
*/
readonly gitpodUrl?: 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.6.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.1/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
*/
readonly globallyAllowedIps?: string;
/**
* Enable Grafana.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
*/
readonly grafanaEnabled?: boolean | cdktf.IResolvable;
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
*/
readonly grafanaUrl?: string;
/**
* Enable Gravatar.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
*/
readonly gravatarEnabled?: boolean | cdktf.IResolvable;
/**
* Prevent overrides of 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
*/
readonly groupOwnersCanManageDefaultBranchProtection?: boolean | cdktf.IResolvable;
/**
* Create new projects using hashed storage paths: Enable immutable, hash-based paths and repository names to store repositories on disk. 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.6.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.1/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
*/
readonly hashedStorageEnabled?: boolean | cdktf.IResolvable;
/**
* Hide marketing-related entries from help.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
*/
readonly helpPageHideCommercialContent?: boolean | cdktf.IResolvable;
/**
* Alternate support URL for help page and help dropdown.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
*/
readonly helpPageSupportUrl?: string;
/**
* Custom text displayed on the help page.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
*/
readonly helpPageText?: string;
/**
* GitLab server administrator information.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#help_text ApplicationSettings#help_text}
*/
readonly helpText?: string;
/**
* Do not display offers from third parties in GitLab.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
*/
readonly hideThirdPartyOffers?: boolean | cdktf.IResolvable;
/**
* Redirect to this URL when not logged in.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
*/
readonly homePageUrl?: string;
/**
@@ -877,41 +877,41 @@ export interface ApplicationSettingsConfig extends cdktf.TerraformMetaArguments
* 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.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
*/
readonly housekeepingEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
*/
readonly housekeepingFullRepackPeriod?: number;
/**
* Number of Git pushes after which git gc is run.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
*/
readonly housekeepingGcPeriod?: 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.6.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.1/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
*/
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.6.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.1/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
*/
readonly housekeepingOptimizeRepositoryPeriod?: number;
/**
* Enable HTML emails.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
*/
readonly htmlEmailsEnabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -920,973 +920,973 @@ export interface ApplicationSettingsConfig extends cdktf.TerraformMetaArguments
/**
* 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.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
*/
readonly importSources?: string[];
/**
* Enable in-product marketing emails.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
*/
readonly inProductMarketingEmailsEnabled?: boolean | cdktf.IResolvable;
/**
* If delete_inactive_projects is true, the time (in months) to wait before deleting inactive projects. Introduced in GitLab 14.10. Became operational in GitLab 15.0.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
*/
readonly inactiveProjectsDeleteAfterMonths?: number;
/**
* If delete_inactive_projects is true, the minimum repository size for projects to be checked for inactivity. Introduced in GitLab 14.10. Became operational in GitLab 15.0.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
*/
readonly inactiveProjectsMinSizeMb?: number;
/**
* If delete_inactive_projects is true, sets the time (in months) to wait before emailing maintainers that the project is scheduled be deleted because it is inactive. Introduced in GitLab 14.10. Became operational in GitLab 15.0.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
*/
readonly inactiveProjectsSendWarningEmailAfterMonths?: number;
/**
* 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.6.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.1/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
*/
readonly includeOptionalMetricsInServicePing?: boolean | cdktf.IResolvable;
/**
* Enable Invisible CAPTCHA spam detection during sign-up.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
*/
readonly invisibleCaptchaEnabled?: boolean | cdktf.IResolvable;
/**
* Max number of issue creation requests per minute per user.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
*/
readonly issuesCreateLimit?: number;
/**
* 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.6.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.1/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
*/
readonly jiraConnectApplicationKey?: 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.6.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.1/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
*/
readonly jiraConnectProxyUrl?: string;
/**
* Enable public key storage for the GitLab for Jira Cloud app.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
*/
readonly jiraConnectPublicKeyStorageEnabled?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
*/
readonly keepLatestArtifact?: boolean | cdktf.IResolvable;
/**
* Increase this value when any cached Markdown should be invalidated.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
*/
readonly localMarkdownVersion?: number;
/**
* Indicates whether the GitLab Duo features enabled setting is enforced for all subgroups. Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
*/
readonly lockDuoFeaturesEnabled?: boolean | cdktf.IResolvable;
/**
* Enable Mailgun event receiver.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
*/
readonly mailgunEventsEnabled?: boolean | cdktf.IResolvable;
/**
* The Mailgun HTTP webhook signing key for receiving events from webhook.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
*/
readonly mailgunSigningKey?: string;
/**
* 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.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
*/
readonly maintenanceMode?: boolean | cdktf.IResolvable;
/**
* Message displayed when instance is in maintenance mode.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
*/
readonly maintenanceModeMessage?: string;
/**
* 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.6.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.1/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
*/
readonly mavenPackageRequestsForwarding?: boolean | cdktf.IResolvable;
/**
* Maximum artifacts size in MB.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
*/
readonly maxArtifactsSize?: number;
/**
* Limit attachment size in MB.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
*/
readonly maxAttachmentSize?: number;
/**
* Maximum decompressed archive size in bytes.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
*/
readonly maxDecompressedArchiveSize?: number;
/**
* Maximum export size in MB. 0 for unlimited.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
*/
readonly maxExportSize?: 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.6.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.1/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
*/
readonly maxImportRemoteFileSize?: number;
/**
* Maximum import size in MB. 0 for unlimited.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
*/
readonly maxImportSize?: 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.6.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.1/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
*/
readonly maxLoginAttempts?: number;
/**
* Maximum number of unique repositories a user can download in the specified time period before they are banned. Maximum: 10,000 repositories. Introduced in GitLab 15.1.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
*/
readonly maxNumberOfRepositoryDownloads?: 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.6.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.1/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
*/
readonly maxNumberOfRepositoryDownloadsWithinTimePeriod?: number;
/**
* Maximum size of pages repositories in MB.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
*/
readonly maxPagesSize?: number;
/**
* Maximum allowable lifetime for access tokens in days.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
*/
readonly maxPersonalAccessTokenLifetime?: 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.6.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.1/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
*/
readonly maxSshKeyLifetime?: 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.6.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.1/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
*/
readonly maxTerraformStateSizeBytes?: 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.6.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.1/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
*/
readonly metricsMethodCallThreshold?: 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.6.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.1/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
*/
readonly minimumPasswordLength?: number;
/**
* 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.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
*/
readonly mirrorAvailable?: boolean | cdktf.IResolvable;
/**
* Minimum capacity to be available before scheduling more mirrors preemptively.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
*/
readonly mirrorCapacityThreshold?: 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.6.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.1/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
*/
readonly mirrorMaxCapacity?: 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.6.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.1/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
*/
readonly mirrorMaxDelay?: number;
/**
* 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.6.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.1/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
*/
readonly npmPackageRequestsForwarding?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
*/
readonly nugetSkipMetadataUrlValidation?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
*/
readonly outboundLocalRequestsWhitelist?: string[];
/**
* 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.6.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.1/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
*/
readonly packageMetadataPurlTypes?: number[];
/**
* 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.6.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.1/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
*/
readonly packageRegistryAllowAnyoneToPullOption?: boolean | cdktf.IResolvable;
/**
* Number of workers assigned to the packages cleanup policies.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
*/
readonly packageRegistryCleanupPoliciesWorkerCapacity?: number;
/**
* 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.6.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.1/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
*/
readonly pagesDomainVerificationEnabled?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
*/
readonly passwordAuthenticationEnabledForGit?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
*/
readonly passwordAuthenticationEnabledForWeb?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
*/
readonly passwordLowercaseRequired?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
*/
readonly passwordNumberRequired?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
*/
readonly passwordSymbolRequired?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
*/
readonly passwordUppercaseRequired?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
*/
readonly performanceBarAllowedGroupPath?: string;
/**
* Prefix for all generated personal access tokens.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
*/
readonly personalAccessTokenPrefix?: string;
/**
* 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.6.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.1/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
*/
readonly pipelineLimitPerProjectUserSha?: number;
/**
* (If enabled, requires: plantuml_url) Enable PlantUML integration.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
*/
readonly plantumlEnabled?: boolean | cdktf.IResolvable;
/**
* The PlantUML instance URL for integration.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
*/
readonly plantumlUrl?: string;
/**
* 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.6.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.1/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
*/
readonly pollingIntervalMultiplier?: number;
/**
* Enable project export.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
*/
readonly projectExportEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
*/
readonly projectJobsApiRateLimit?: 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.6.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.1/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
*/
readonly projectsApiRateLimitUnauthenticated?: number;
/**
* Enable Prometheus metrics.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
*/
readonly prometheusMetricsEnabled?: boolean | cdktf.IResolvable;
/**
* CI/CD variables are protected by default.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
*/
readonly protectedCiVariables?: boolean | cdktf.IResolvable;
/**
* Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push events are created. Bulk push events are created if it surpasses that value.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
*/
readonly pushEventActivitiesLimit?: number;
/**
* Number of changes (branches or tags) in a single push to determine whether webhooks and services fire or not. Webhooks and services aren’t submitted if it surpasses that value.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
*/
readonly pushEventHooksLimit?: number;
/**
* 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.6.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.1/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
*/
readonly pypiPackageRequestsForwarding?: boolean | cdktf.IResolvable;
/**
* When rate limiting is enabled via the throttle_* settings, send this plain text response when a rate limit is exceeded. ‘Retry later’ is sent if this is blank.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
*/
readonly rateLimitingResponseText?: string;
/**
* 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.6.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.1/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
*/
readonly rawBlobRequestLimit?: number;
/**
* (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.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
*/
readonly recaptchaEnabled?: boolean | cdktf.IResolvable;
/**
* Private key for reCAPTCHA.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
*/
readonly recaptchaPrivateKey?: string;
/**
* Site key for reCAPTCHA.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
*/
readonly recaptchaSiteKey?: string;
/**
* Maximum push size (MB).
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
*/
readonly receiveMaxInputSize?: number;
/**
* Enable receptive mode for GitLab Agents for Kubernetes.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
*/
readonly receptiveClusterAgentsEnabled?: boolean | cdktf.IResolvable;
/**
* Enable Remember me setting. Introduced in GitLab 16.0.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
*/
readonly rememberMeEnabled?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
*/
readonly repositoryChecksEnabled?: boolean | cdktf.IResolvable;
/**
* Size limit per repository (MB).
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
*/
readonly repositorySizeLimit?: number;
/**
* (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.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
*/
readonly repositoryStorages?: string[];
/**
* (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.6.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.1/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
*/
readonly repositoryStoragesWeighted?: { [key: string]: number };
/**
* 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.6.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.1/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
*/
readonly requireAdminApprovalAfterUserSignup?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
*/
readonly requireAdminTwoFactorAuthentication?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
*/
readonly requirePersonalAccessTokenExpiry?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
*/
readonly requireTwoFactorAuthentication?: boolean | cdktf.IResolvable;
/**
* Selected levels cannot be used by non-Administrator users for groups, projects or snippets. 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.6.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.1/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
*/
readonly restrictedVisibilityLevels?: string[];
/**
* 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.6.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.1/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
*/
readonly rsaKeyRestriction?: 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.6.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.1/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
*/
readonly searchRateLimit?: 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.6.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.1/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
*/
readonly searchRateLimitUnauthenticated?: 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.6.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.1/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
*/
readonly securityApprovalPoliciesLimit?: number;
/**
* 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.6.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.1/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
*/
readonly securityPolicyGlobalGroupApproversEnabled?: boolean | cdktf.IResolvable;
/**
* Public security contact information. Introduced in GitLab 16.7.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
*/
readonly securityTxtContent?: string;
/**
* Send confirmation email on sign-up.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
*/
readonly sendUserConfirmationEmail?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
*/
readonly serviceAccessTokensExpirationEnforced?: boolean | cdktf.IResolvable;
/**
* Session duration in minutes. GitLab restart is required to apply changes.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
*/
readonly sessionExpireDelay?: number;
/**
* (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.6.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.1/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
*/
readonly sharedRunnersEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
*/
readonly sharedRunnersMinutes?: number;
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
*/
readonly sharedRunnersText?: string;
/**
* 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.6.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.1/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
*/
readonly sidekiqJobLimiterCompressionThresholdBytes?: 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.6.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.1/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
*/
readonly sidekiqJobLimiterLimitBytes?: number;
/**
* track or compress. Sets the behavior for Sidekiq job size limits.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
*/
readonly sidekiqJobLimiterMode?: string;
/**
* Text on the login page.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
*/
readonly signInText?: string;
/**
* Enable registration.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
*/
readonly signupEnabled?: boolean | cdktf.IResolvable;
/**
* Enable Silent admin exports.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
*/
readonly silentAdminExportsEnabled?: boolean | cdktf.IResolvable;
/**
* Enable Silent mode.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
*/
readonly silentModeEnabled?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
*/
readonly slackAppEnabled?: boolean | cdktf.IResolvable;
/**
* The app ID of the Slack-app.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
*/
readonly slackAppId?: string;
/**
* The app secret of the Slack-app.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
*/
readonly slackAppSecret?: string;
/**
* The signing secret of the Slack-app.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
*/
readonly slackAppSigningSecret?: string;
/**
* The verification token of the Slack-app.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
*/
readonly slackAppVerificationToken?: string;
/**
* Max snippet content size in bytes.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
*/
readonly snippetSizeLimit?: number;
/**
* The Snowplow site name / application ID. (for example, gitlab)
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
*/
readonly snowplowAppId?: string;
/**
* The Snowplow collector hostname. (for example, snowplow.trx.gitlab.net)
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
*/
readonly snowplowCollectorHostname?: string;
/**
* The Snowplow cookie domain. (for example, .gitlab.com)
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
*/
readonly snowplowCookieDomain?: 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.6.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.1/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
*/
readonly snowplowDatabaseCollectorHostname?: string;
/**
* Enable snowplow tracking.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
*/
readonly snowplowEnabled?: boolean | cdktf.IResolvable;
/**
* Enables Sourcegraph integration. If enabled, requires sourcegraph_url.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
*/
readonly sourcegraphEnabled?: boolean | cdktf.IResolvable;
/**
* Blocks Sourcegraph from being loaded on private and internal projects.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
*/
readonly sourcegraphPublicOnly?: boolean | cdktf.IResolvable;
/**
* The Sourcegraph instance URL for integration.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
*/
readonly sourcegraphUrl?: 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.6.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.1/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
*/
readonly spamCheckApiKey?: string;
/**
* Enables spam checking using external Spam Check API endpoint.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
*/
readonly spamCheckEndpointEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
*/
readonly spamCheckEndpointUrl?: 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.6.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.1/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
*/
readonly staticObjectsExternalStorageAuthToken?: string;
/**
* URL to an external storage for repository static objects.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
*/
readonly staticObjectsExternalStorageUrl?: string;
/**
* Enable pipeline suggestion banner.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
*/
readonly suggestPipelineEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
*/
readonly terminalMaxSessionTime?: number;
/**
* (Required by: enforce_terms) Markdown content for the ToS.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#terms ApplicationSettings#terms}
*/
readonly terms?: string;
/**
* (If enabled, requires: throttle_authenticated_api_period_in_seconds and throttle_authenticated_api_requests_per_period) Enable authenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
*/
readonly throttleAuthenticatedApiEnabled?: boolean | cdktf.IResolvable;
/**
* Rate limit 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
*/
readonly throttleAuthenticatedApiPeriodInSeconds?: number;
/**
* Maximum requests per period per user.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
*/
readonly throttleAuthenticatedApiRequestsPerPeriod?: number;
/**
* (If enabled, requires: throttle_authenticated_packages_api_period_in_seconds and throttle_authenticated_packages_api_requests_per_period) Enable authenticated API request rate limit. 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.6.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.1/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
*/
readonly throttleAuthenticatedPackagesApiEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
*/
readonly throttleAuthenticatedPackagesApiPeriodInSeconds?: 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.6.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.1/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
*/
readonly throttleAuthenticatedPackagesApiRequestsPerPeriod?: number;
/**
* (If enabled, requires: throttle_authenticated_web_period_in_seconds and throttle_authenticated_web_requests_per_period) Enable authenticated web request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
*/
readonly throttleAuthenticatedWebEnabled?: boolean | cdktf.IResolvable;
/**
* Rate limit 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
*/
readonly throttleAuthenticatedWebPeriodInSeconds?: number;
/**
* Maximum requests per period per user.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
*/
readonly throttleAuthenticatedWebRequestsPerPeriod?: number;
/**
* (If enabled, requires: throttle_unauthenticated_api_period_in_seconds and throttle_unauthenticated_api_requests_per_period) Enable unauthenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
*/
readonly throttleUnauthenticatedApiEnabled?: boolean | cdktf.IResolvable;
/**
* Rate limit 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
*/
readonly throttleUnauthenticatedApiPeriodInSeconds?: number;
/**
* Max requests per period per IP.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
*/
readonly throttleUnauthenticatedApiRequestsPerPeriod?: number;
/**
* (If enabled, requires: throttle_unauthenticated_packages_api_period_in_seconds and throttle_unauthenticated_packages_api_requests_per_period) Enable authenticated API request rate limit. 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.6.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.1/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
*/
readonly throttleUnauthenticatedPackagesApiEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
*/
readonly throttleUnauthenticatedPackagesApiPeriodInSeconds?: 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.6.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.1/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
*/
readonly throttleUnauthenticatedPackagesApiRequestsPerPeriod?: number;
/**
* (If enabled, requires: throttle_unauthenticated_web_period_in_seconds and throttle_unauthenticated_web_requests_per_period) Enable unauthenticated web request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
*/
readonly throttleUnauthenticatedWebEnabled?: boolean | cdktf.IResolvable;
/**
* Rate limit 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
*/
readonly throttleUnauthenticatedWebPeriodInSeconds?: number;
/**
* Max requests per period per IP.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
*/
readonly throttleUnauthenticatedWebRequestsPerPeriod?: number;
/**
* Limit display of time tracking units 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
*/
readonly timeTrackingLimitToHours?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
*/
readonly twoFactorGracePeriod?: number;
/**
* Specifies how many days after sign-up to delete users who have not confirmed their email. 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.6.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.1/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
*/
readonly unconfirmedUsersDeleteAfterDays?: number;
/**
* (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.6.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.1/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
*/
readonly uniqueIpsLimitEnabled?: boolean | cdktf.IResolvable;
/**
* Maximum number of IPs 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
*/
readonly uniqueIpsLimitPerUser?: number;
/**
* How many seconds an IP is counted towards the limit.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
*/
readonly uniqueIpsLimitTimeWindow?: number;
/**
* Fetch GitLab Runner release version data from GitLab.com.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
*/
readonly updateRunnerVersionsEnabled?: boolean | cdktf.IResolvable;
/**
* Every week GitLab reports license usage back to GitLab, Inc.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
*/
readonly usagePingEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
*/
readonly useClickhouseForAnalytics?: boolean | cdktf.IResolvable;
/**
* Send an email to users upon account deactivation.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
*/
readonly userDeactivationEmailsEnabled?: boolean | cdktf.IResolvable;
/**
* Newly registered users are external by default.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
*/
readonly userDefaultExternal?: boolean | cdktf.IResolvable;
/**
* Specify an email address regex pattern to identify default internal users.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
*/
readonly userDefaultInternalRegex?: string;
/**
* 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.6.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.1/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
*/
readonly userDefaultsToPrivateProfile?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
*/
readonly userOauthApplications?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
*/
readonly userShowAddSshKeyMessage?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
*/
readonly validRunnerRegistrars?: string[];
/**
* Let GitLab inform you when an update is available.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
*/
readonly versionCheckEnabled?: boolean | cdktf.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.6.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.1/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
*/
readonly webIdeClientsidePreviewEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
*/
readonly whatsNewVariant?: string;
/**
* 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.6.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.1/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
*/
readonly wikiPageMaxContentBytes?: number;
/**
* default_branch_protection_defaults block
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
*/
readonly defaultBranchProtectionDefaults?: ApplicationSettingsDefaultBranchProtectionDefaults;
}
@@ -1894,25 +1894,25 @@ export interface ApplicationSettingsDefaultBranchProtectionDefaults {
/**
* Allow force push for all users with push access.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
*/
readonly allowForcePush?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
*/
readonly allowedToMerge?: 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.6.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.1/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
*/
readonly allowedToPush?: number[];
/**
* Allow developers to 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
*/
readonly developerCanInitialPush?: boolean | cdktf.IResolvable;
}
@@ -2083,7 +2083,7 @@ export class ApplicationSettingsDefaultBranchProtectionDefaultsOutputReference e
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings gitlab_application_settings}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings gitlab_application_settings}
*/
export class ApplicationSettings extends cdktf.TerraformResource {
@@ -2099,7 +2099,7 @@ export class ApplicationSettings extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ApplicationSettings resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ApplicationSettings to import
- * @param importFromId The id of the existing ApplicationSettings that should be imported. 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
+ * @param importFromId The id of the existing ApplicationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ApplicationSettings to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -2111,7 +2111,7 @@ export class ApplicationSettings extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings gitlab_application_settings} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application_settings gitlab_application_settings} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -2122,7 +2122,7 @@ export class ApplicationSettings extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_application_settings',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/application/README.md b/src/application/README.md
index 1524c796c..9eb36ab51 100644
--- a/src/application/README.md
+++ b/src/application/README.md
@@ -1,3 +1,3 @@
# `gitlab_application`
-Refer to the Terraform Registry for docs: [`gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application).
+Refer to the Terraform Registry for docs: [`gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application).
diff --git a/src/application/index.ts b/src/application/index.ts
index 5255ec991..15bb94eef 100644
--- a/src/application/index.ts
+++ b/src/application/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface ApplicationConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/application#confidential Application#confidential}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application#confidential Application#confidential}
*/
readonly confidential?: boolean | cdktf.IResolvable;
/**
* Name of the application.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#name Application#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application#name Application#name}
*/
readonly name: string;
/**
* The URL gitlab should send the user to after authentication.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#redirect_url Application#redirect_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application#redirect_url Application#redirect_url}
*/
readonly redirectUrl: string;
/**
@@ -36,13 +36,13 @@ export interface ApplicationConfig extends cdktf.TerraformMetaArguments {
* 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.6.0/docs/resources/application#scopes Application#scopes}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application#scopes Application#scopes}
*/
readonly scopes: string[];
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application gitlab_application}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application gitlab_application}
*/
export class Application extends cdktf.TerraformResource {
@@ -58,7 +58,7 @@ export class Application extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Application resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Application to import
- * @param importFromId The id of the existing Application that should be imported. 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
+ * @param importFromId The id of the existing Application that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Application to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -70,7 +70,7 @@ export class Application extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application gitlab_application} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/application gitlab_application} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -81,7 +81,7 @@ export class Application extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_application',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/branch-protection/README.md b/src/branch-protection/README.md
index 54ddfc30a..c76a9a290 100644
--- a/src/branch-protection/README.md
+++ b/src/branch-protection/README.md
@@ -1,3 +1,3 @@
# `gitlab_branch_protection`
-Refer to the Terraform Registry for docs: [`gitlab_branch_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection).
+Refer to the Terraform Registry for docs: [`gitlab_branch_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection).
diff --git a/src/branch-protection/index.ts b/src/branch-protection/index.ts
index 6e3f69c42..e0a017fb5 100644
--- a/src/branch-protection/index.ts
+++ b/src/branch-protection/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,61 +15,61 @@ export interface BranchProtectionConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
*/
readonly allowForcePush?: boolean | cdktf.IResolvable;
/**
* Name of the branch.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#branch BranchProtection#branch}
*/
readonly branch: string;
/**
* 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.6.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.1/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
*/
readonly codeOwnerApprovalRequired?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
*/
readonly mergeAccessLevel?: string;
/**
* The id of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#project BranchProtection#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#project BranchProtection#project}
*/
readonly project: 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.6.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.1/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
*/
readonly pushAccessLevel?: 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.6.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.1/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
*/
readonly unprotectAccessLevel?: string;
/**
* allowed_to_merge block
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
*/
readonly allowedToMerge?: BranchProtectionAllowedToMerge[] | cdktf.IResolvable;
/**
* allowed_to_push block
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
*/
readonly allowedToPush?: BranchProtectionAllowedToPush[] | cdktf.IResolvable;
/**
* allowed_to_unprotect block
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
*/
readonly allowedToUnprotect?: BranchProtectionAllowedToUnprotect[] | cdktf.IResolvable;
}
@@ -77,13 +77,13 @@ export interface BranchProtectionAllowedToMerge {
/**
* 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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
*/
readonly groupId?: 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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
*/
readonly userId?: number;
}
@@ -240,19 +240,19 @@ export interface BranchProtectionAllowedToPush {
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#deploy_key_id BranchProtection#deploy_key_id}
*/
readonly deployKeyId?: number;
/**
* 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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
*/
readonly groupId?: number;
/**
* 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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
*/
readonly userId?: number;
}
@@ -438,13 +438,13 @@ export interface BranchProtectionAllowedToUnprotect {
/**
* 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.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#group_id BranchProtection#group_id}
*/
readonly groupId?: 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.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#user_id BranchProtection#user_id}
*/
readonly userId?: number;
}
@@ -599,7 +599,7 @@ export class BranchProtectionAllowedToUnprotectList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection gitlab_branch_protection}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection gitlab_branch_protection}
*/
export class BranchProtection extends cdktf.TerraformResource {
@@ -615,7 +615,7 @@ export class BranchProtection extends cdktf.TerraformResource {
* Generates CDKTF code for importing a BranchProtection resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the BranchProtection to import
- * @param importFromId The id of the existing BranchProtection that should be imported. 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
+ * @param importFromId The id of the existing BranchProtection that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the BranchProtection to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -627,7 +627,7 @@ export class BranchProtection extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection gitlab_branch_protection} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch_protection gitlab_branch_protection} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -638,7 +638,7 @@ export class BranchProtection extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_branch_protection',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/branch/README.md b/src/branch/README.md
index dbd2ca5d8..473ad43c2 100644
--- a/src/branch/README.md
+++ b/src/branch/README.md
@@ -1,3 +1,3 @@
# `gitlab_branch`
-Refer to the Terraform Registry for docs: [`gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch).
+Refer to the Terraform Registry for docs: [`gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch).
diff --git a/src/branch/index.ts b/src/branch/index.ts
index 5313b0caa..49a7e7f7e 100644
--- a/src/branch/index.ts
+++ b/src/branch/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface BranchConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,19 +22,19 @@ export interface BranchConfig extends cdktf.TerraformMetaArguments {
/**
* The name for this branch.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#name Branch#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch#name Branch#name}
*/
readonly name: 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.6.0/docs/resources/branch#project Branch#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch#project Branch#project}
*/
readonly project: string;
/**
* The ref which the branch is created from.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#ref Branch#ref}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch#ref Branch#ref}
*/
readonly ref: string;
}
@@ -165,7 +165,7 @@ export class BranchCommitList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch gitlab_branch}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch gitlab_branch}
*/
export class Branch extends cdktf.TerraformResource {
@@ -181,7 +181,7 @@ export class Branch extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Branch resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Branch to import
- * @param importFromId The id of the existing Branch that should be imported. 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
+ * @param importFromId The id of the existing Branch that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Branch to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -193,7 +193,7 @@ export class Branch extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch gitlab_branch} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/branch gitlab_branch} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -204,7 +204,7 @@ export class Branch extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_branch',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/cluster-agent-token/README.md b/src/cluster-agent-token/README.md
index 034c283f4..ccdfb1381 100644
--- a/src/cluster-agent-token/README.md
+++ b/src/cluster-agent-token/README.md
@@ -1,3 +1,3 @@
# `gitlab_cluster_agent_token`
-Refer to the Terraform Registry for docs: [`gitlab_cluster_agent_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token).
+Refer to the Terraform Registry for docs: [`gitlab_cluster_agent_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent_token).
diff --git a/src/cluster-agent-token/index.ts b/src/cluster-agent-token/index.ts
index 16495d924..6a6e3f41b 100644
--- a/src/cluster-agent-token/index.ts
+++ b/src/cluster-agent-token/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent_token
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface ClusterAgentTokenConfig extends cdktf.TerraformMetaArguments {
/**
* The ID of the agent.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
*/
readonly agentId: number;
/**
* The Description for the agent.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -34,19 +34,19 @@ export interface ClusterAgentTokenConfig extends cdktf.TerraformMetaArguments {
/**
* The Name of the agent.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
*/
readonly name: 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.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent_token gitlab_cluster_agent_token}
*/
export class ClusterAgentToken extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class ClusterAgentToken extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ClusterAgentToken resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ClusterAgentToken to import
- * @param importFromId The id of the existing ClusterAgentToken that should be imported. 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
+ * @param importFromId The id of the existing ClusterAgentToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent_token#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ClusterAgentToken to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class ClusterAgentToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent_token gitlab_cluster_agent_token} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class ClusterAgentToken extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_cluster_agent_token',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/cluster-agent/README.md b/src/cluster-agent/README.md
index 8dc197bbd..1c1cd8a99 100644
--- a/src/cluster-agent/README.md
+++ b/src/cluster-agent/README.md
@@ -1,3 +1,3 @@
# `gitlab_cluster_agent`
-Refer to the Terraform Registry for docs: [`gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent).
+Refer to the Terraform Registry for docs: [`gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent).
diff --git a/src/cluster-agent/index.ts b/src/cluster-agent/index.ts
index 320e8101a..2b5accc75 100644
--- a/src/cluster-agent/index.ts
+++ b/src/cluster-agent/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface ClusterAgentConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,19 +22,19 @@ export interface ClusterAgentConfig extends cdktf.TerraformMetaArguments {
/**
* The Name of the agent.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent#name ClusterAgent#name}
*/
readonly name: 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.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent#project ClusterAgent#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent gitlab_cluster_agent}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent gitlab_cluster_agent}
*/
export class ClusterAgent extends cdktf.TerraformResource {
@@ -50,7 +50,7 @@ export class ClusterAgent extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ClusterAgent resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ClusterAgent to import
- * @param importFromId The id of the existing ClusterAgent that should be imported. 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
+ * @param importFromId The id of the existing ClusterAgent that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ClusterAgent to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class ClusterAgent extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent gitlab_cluster_agent} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/cluster_agent gitlab_cluster_agent} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class ClusterAgent extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_cluster_agent',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/compliance-framework/README.md b/src/compliance-framework/README.md
index 3488e7d82..79d0d7adf 100644
--- a/src/compliance-framework/README.md
+++ b/src/compliance-framework/README.md
@@ -1,3 +1,3 @@
# `gitlab_compliance_framework`
-Refer to the Terraform Registry for docs: [`gitlab_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework).
+Refer to the Terraform Registry for docs: [`gitlab_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/compliance_framework).
diff --git a/src/compliance-framework/index.ts b/src/compliance-framework/index.ts
index 7c3a98d20..fecf3f9d7 100644
--- a/src/compliance-framework/index.ts
+++ b/src/compliance-framework/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/compliance_framework
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,43 +15,43 @@ export interface ComplianceFrameworkConfig extends cdktf.TerraformMetaArguments
/**
* 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.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/compliance_framework#color ComplianceFramework#color}
*/
readonly color: string;
/**
* 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.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/compliance_framework#default ComplianceFramework#default}
*/
readonly default?: boolean | cdktf.IResolvable;
/**
* Description for the compliance framework.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/compliance_framework#description ComplianceFramework#description}
*/
readonly description: string;
/**
* Name for the compliance framework.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/compliance_framework#name ComplianceFramework#name}
*/
readonly name: 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.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
*/
readonly namespacePath: 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.6.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.1/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
*/
readonly pipelineConfigurationFullPath?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework gitlab_compliance_framework}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/compliance_framework gitlab_compliance_framework}
*/
export class ComplianceFramework extends cdktf.TerraformResource {
@@ -67,7 +67,7 @@ export class ComplianceFramework extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ComplianceFramework resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ComplianceFramework to import
- * @param importFromId The id of the existing ComplianceFramework that should be imported. 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
+ * @param importFromId The id of the existing ComplianceFramework that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/compliance_framework#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ComplianceFramework to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -79,7 +79,7 @@ export class ComplianceFramework extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework gitlab_compliance_framework} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/compliance_framework gitlab_compliance_framework} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -90,7 +90,7 @@ export class ComplianceFramework extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_compliance_framework',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-application/README.md b/src/data-gitlab-application/README.md
index 7ece80294..82401462b 100644
--- a/src/data-gitlab-application/README.md
+++ b/src/data-gitlab-application/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_application`
-Refer to the Terraform Registry for docs: [`data_gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application).
+Refer to the Terraform Registry for docs: [`data_gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/application).
diff --git a/src/data-gitlab-application/index.ts b/src/data-gitlab-application/index.ts
index 8dbbbacd5..27dbca23c 100644
--- a/src/data-gitlab-application/index.ts
+++ b/src/data-gitlab-application/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/application
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,7 +15,7 @@ export interface DataGitlabApplicationConfig extends cdktf.TerraformMetaArgument
/**
* The ID of this Terraform resource. In the format of ``.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#id DataGitlabApplication#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -24,7 +24,7 @@ export interface DataGitlabApplicationConfig extends cdktf.TerraformMetaArgument
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application gitlab_application}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/application gitlab_application}
*/
export class DataGitlabApplication extends cdktf.TerraformDataSource {
@@ -40,7 +40,7 @@ export class DataGitlabApplication extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabApplication resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabApplication to import
- * @param importFromId The id of the existing DataGitlabApplication that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabApplication to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -52,7 +52,7 @@ export class DataGitlabApplication extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application gitlab_application} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/application gitlab_application} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -63,7 +63,7 @@ export class DataGitlabApplication extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_application',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-branch/README.md b/src/data-gitlab-branch/README.md
index a9c26dd69..e1661ff34 100644
--- a/src/data-gitlab-branch/README.md
+++ b/src/data-gitlab-branch/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_branch`
-Refer to the Terraform Registry for docs: [`data_gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch).
+Refer to the Terraform Registry for docs: [`data_gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/branch).
diff --git a/src/data-gitlab-branch/index.ts b/src/data-gitlab-branch/index.ts
index b97a3be48..2dce55e7c 100644
--- a/src/data-gitlab-branch/index.ts
+++ b/src/data-gitlab-branch/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/branch
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabBranchConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,13 +22,13 @@ export interface DataGitlabBranchConfig extends cdktf.TerraformMetaArguments {
/**
* The name of the branch.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/branch#name DataGitlabBranch#name}
*/
readonly name: string;
/**
* The full path or id of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/branch#project DataGitlabBranch#project}
*/
readonly project: string;
}
@@ -159,7 +159,7 @@ export class DataGitlabBranchCommitList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch gitlab_branch}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/branch gitlab_branch}
*/
export class DataGitlabBranch extends cdktf.TerraformDataSource {
@@ -175,7 +175,7 @@ export class DataGitlabBranch extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabBranch resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabBranch to import
- * @param importFromId The id of the existing DataGitlabBranch that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabBranch that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabBranch to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -187,7 +187,7 @@ export class DataGitlabBranch extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch gitlab_branch} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/branch gitlab_branch} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -198,7 +198,7 @@ export class DataGitlabBranch extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_branch',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-cluster-agent/README.md b/src/data-gitlab-cluster-agent/README.md
index 0d54e327d..08a2f6ff9 100644
--- a/src/data-gitlab-cluster-agent/README.md
+++ b/src/data-gitlab-cluster-agent/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_cluster_agent`
-Refer to the Terraform Registry for docs: [`data_gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent).
+Refer to the Terraform Registry for docs: [`data_gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agent).
diff --git a/src/data-gitlab-cluster-agent/index.ts b/src/data-gitlab-cluster-agent/index.ts
index e97e2a6eb..50c78df16 100644
--- a/src/data-gitlab-cluster-agent/index.ts
+++ b/src/data-gitlab-cluster-agent/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agent
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface DataGitlabClusterAgentConfig extends cdktf.TerraformMetaArgumen
/**
* The ID of the agent.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
*/
readonly agentId: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,13 +28,13 @@ export interface DataGitlabClusterAgentConfig extends cdktf.TerraformMetaArgumen
/**
* 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.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent gitlab_cluster_agent}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agent gitlab_cluster_agent}
*/
export class DataGitlabClusterAgent extends cdktf.TerraformDataSource {
@@ -50,7 +50,7 @@ export class DataGitlabClusterAgent extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabClusterAgent resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabClusterAgent to import
- * @param importFromId The id of the existing DataGitlabClusterAgent that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabClusterAgent that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agent#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabClusterAgent to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class DataGitlabClusterAgent extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent gitlab_cluster_agent} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agent gitlab_cluster_agent} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class DataGitlabClusterAgent extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_cluster_agent',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-cluster-agents/README.md b/src/data-gitlab-cluster-agents/README.md
index 1410e453a..449b54461 100644
--- a/src/data-gitlab-cluster-agents/README.md
+++ b/src/data-gitlab-cluster-agents/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_cluster_agents`
-Refer to the Terraform Registry for docs: [`data_gitlab_cluster_agents`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents).
+Refer to the Terraform Registry for docs: [`data_gitlab_cluster_agents`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agents).
diff --git a/src/data-gitlab-cluster-agents/index.ts b/src/data-gitlab-cluster-agents/index.ts
index cea56f307..eaad52674 100644
--- a/src/data-gitlab-cluster-agents/index.ts
+++ b/src/data-gitlab-cluster-agents/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agents
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabClusterAgentsConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,7 +22,7 @@ export interface DataGitlabClusterAgentsConfig extends cdktf.TerraformMetaArgume
/**
* 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.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
*/
readonly project: string;
}
@@ -123,7 +123,7 @@ export class DataGitlabClusterAgentsClusterAgentsList extends cdktf.ComplexList
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents gitlab_cluster_agents}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agents gitlab_cluster_agents}
*/
export class DataGitlabClusterAgents extends cdktf.TerraformDataSource {
@@ -139,7 +139,7 @@ export class DataGitlabClusterAgents extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabClusterAgents resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabClusterAgents to import
- * @param importFromId The id of the existing DataGitlabClusterAgents that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabClusterAgents that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agents#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabClusterAgents to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -151,7 +151,7 @@ export class DataGitlabClusterAgents extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents gitlab_cluster_agents} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/cluster_agents gitlab_cluster_agents} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -162,7 +162,7 @@ export class DataGitlabClusterAgents extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_cluster_agents',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-compliance-framework/README.md b/src/data-gitlab-compliance-framework/README.md
index 44d3ef951..2d2cb424d 100644
--- a/src/data-gitlab-compliance-framework/README.md
+++ b/src/data-gitlab-compliance-framework/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_compliance_framework`
-Refer to the Terraform Registry for docs: [`data_gitlab_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework).
+Refer to the Terraform Registry for docs: [`data_gitlab_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/compliance_framework).
diff --git a/src/data-gitlab-compliance-framework/index.ts b/src/data-gitlab-compliance-framework/index.ts
index 6c3d8efa9..94ae93ed7 100644
--- a/src/data-gitlab-compliance-framework/index.ts
+++ b/src/data-gitlab-compliance-framework/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/compliance_framework
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface DataGitlabComplianceFrameworkConfig extends cdktf.TerraformMeta
/**
* Name for the compliance framework.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
*/
readonly name: 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.6.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.1/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
*/
readonly namespacePath: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework gitlab_compliance_framework}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/compliance_framework gitlab_compliance_framework}
*/
export class DataGitlabComplianceFramework extends cdktf.TerraformDataSource {
@@ -43,7 +43,7 @@ export class DataGitlabComplianceFramework extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabComplianceFramework resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabComplianceFramework to import
- * @param importFromId The id of the existing DataGitlabComplianceFramework that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabComplianceFramework that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/compliance_framework#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabComplianceFramework to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -55,7 +55,7 @@ export class DataGitlabComplianceFramework extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework gitlab_compliance_framework} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/compliance_framework gitlab_compliance_framework} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -66,7 +66,7 @@ export class DataGitlabComplianceFramework extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_compliance_framework',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-current-user/README.md b/src/data-gitlab-current-user/README.md
index fdc8ef9de..93958f749 100644
--- a/src/data-gitlab-current-user/README.md
+++ b/src/data-gitlab-current-user/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_current_user`
-Refer to the Terraform Registry for docs: [`data_gitlab_current_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user).
+Refer to the Terraform Registry for docs: [`data_gitlab_current_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/current_user).
diff --git a/src/data-gitlab-current-user/index.ts b/src/data-gitlab-current-user/index.ts
index 84c35a5fa..1090f508f 100644
--- a/src/data-gitlab-current-user/index.ts
+++ b/src/data-gitlab-current-user/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/current_user
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,7 +15,7 @@ export interface DataGitlabCurrentUserConfig extends cdktf.TerraformMetaArgument
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user gitlab_current_user}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/current_user gitlab_current_user}
*/
export class DataGitlabCurrentUser extends cdktf.TerraformDataSource {
@@ -31,7 +31,7 @@ export class DataGitlabCurrentUser extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabCurrentUser resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabCurrentUser to import
- * @param importFromId The id of the existing DataGitlabCurrentUser that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabCurrentUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/current_user#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabCurrentUser to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -43,7 +43,7 @@ export class DataGitlabCurrentUser extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user gitlab_current_user} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/current_user gitlab_current_user} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -54,7 +54,7 @@ export class DataGitlabCurrentUser extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_current_user',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-group-billable-member-memberships/README.md b/src/data-gitlab-group-billable-member-memberships/README.md
index 14d81d535..51271048d 100644
--- a/src/data-gitlab-group-billable-member-memberships/README.md
+++ b/src/data-gitlab-group-billable-member-memberships/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_group_billable_member_memberships`
-Refer to the Terraform Registry for docs: [`data_gitlab_group_billable_member_memberships`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships).
+Refer to the Terraform Registry for docs: [`data_gitlab_group_billable_member_memberships`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships).
diff --git a/src/data-gitlab-group-billable-member-memberships/index.ts b/src/data-gitlab-group-billable-member-memberships/index.ts
index 9e6f5b198..ac9f7611c 100644
--- a/src/data-gitlab-group-billable-member-memberships/index.ts
+++ b/src/data-gitlab-group-billable-member-memberships/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,13 +15,13 @@ export interface DataGitlabGroupBillableMemberMembershipsConfig extends cdktf.Te
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
*/
readonly groupId: string;
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
*/
readonly userId: number;
}
@@ -132,7 +132,7 @@ export class DataGitlabGroupBillableMemberMembershipsMembershipsList extends cdk
}
/**
-* 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}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships}
*/
export class DataGitlabGroupBillableMemberMemberships extends cdktf.TerraformDataSource {
@@ -148,7 +148,7 @@ export class DataGitlabGroupBillableMemberMemberships extends cdktf.TerraformDat
* Generates CDKTF code for importing a DataGitlabGroupBillableMemberMemberships resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabGroupBillableMemberMemberships to import
- * @param importFromId 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
+ * @param importFromId The id of the existing DataGitlabGroupBillableMemberMemberships that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabGroupBillableMemberMemberships to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -160,7 +160,7 @@ export class DataGitlabGroupBillableMemberMemberships extends cdktf.TerraformDat
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -171,7 +171,7 @@ export class DataGitlabGroupBillableMemberMemberships extends cdktf.TerraformDat
terraformResourceType: 'gitlab_group_billable_member_memberships',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-group-hook/README.md b/src/data-gitlab-group-hook/README.md
index 16544a318..291293a13 100644
--- a/src/data-gitlab-group-hook/README.md
+++ b/src/data-gitlab-group-hook/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_group_hook`
-Refer to the Terraform Registry for docs: [`data_gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook).
+Refer to the Terraform Registry for docs: [`data_gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hook).
diff --git a/src/data-gitlab-group-hook/index.ts b/src/data-gitlab-group-hook/index.ts
index a1f017918..253efd89b 100644
--- a/src/data-gitlab-group-hook/index.ts
+++ b/src/data-gitlab-group-hook/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hook
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface DataGitlabGroupHookConfig extends cdktf.TerraformMetaArguments
/**
* The ID or full path of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
*/
readonly group: string;
/**
* The id of the group hook.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
*/
readonly hookId: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -34,7 +34,7 @@ export interface DataGitlabGroupHookConfig extends cdktf.TerraformMetaArguments
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook gitlab_group_hook}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hook gitlab_group_hook}
*/
export class DataGitlabGroupHook extends cdktf.TerraformDataSource {
@@ -50,7 +50,7 @@ export class DataGitlabGroupHook extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabGroupHook resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabGroupHook to import
- * @param importFromId The id of the existing DataGitlabGroupHook that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabGroupHook that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hook#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabGroupHook to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class DataGitlabGroupHook extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook gitlab_group_hook} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hook gitlab_group_hook} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class DataGitlabGroupHook extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_group_hook',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-group-hooks/README.md b/src/data-gitlab-group-hooks/README.md
index 5fff98040..c126a5563 100644
--- a/src/data-gitlab-group-hooks/README.md
+++ b/src/data-gitlab-group-hooks/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_group_hooks`
-Refer to the Terraform Registry for docs: [`data_gitlab_group_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks).
+Refer to the Terraform Registry for docs: [`data_gitlab_group_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hooks).
diff --git a/src/data-gitlab-group-hooks/index.ts b/src/data-gitlab-group-hooks/index.ts
index c05362f0b..0f06b4154 100644
--- a/src/data-gitlab-group-hooks/index.ts
+++ b/src/data-gitlab-group-hooks/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hooks
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface DataGitlabGroupHooksConfig extends cdktf.TerraformMetaArguments
/**
* The ID or full path of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
*/
readonly group: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -203,7 +203,7 @@ export class DataGitlabGroupHooksHooksList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks gitlab_group_hooks}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hooks gitlab_group_hooks}
*/
export class DataGitlabGroupHooks extends cdktf.TerraformDataSource {
@@ -219,7 +219,7 @@ export class DataGitlabGroupHooks extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabGroupHooks resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabGroupHooks to import
- * @param importFromId The id of the existing DataGitlabGroupHooks that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabGroupHooks that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hooks#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabGroupHooks to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -231,7 +231,7 @@ export class DataGitlabGroupHooks extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks gitlab_group_hooks} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_hooks gitlab_group_hooks} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -242,7 +242,7 @@ export class DataGitlabGroupHooks extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_group_hooks',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-group-ids/README.md b/src/data-gitlab-group-ids/README.md
index 14472168a..d5b6a3bff 100644
--- a/src/data-gitlab-group-ids/README.md
+++ b/src/data-gitlab-group-ids/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_group_ids`
-Refer to the Terraform Registry for docs: [`data_gitlab_group_ids`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids).
+Refer to the Terraform Registry for docs: [`data_gitlab_group_ids`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_ids).
diff --git a/src/data-gitlab-group-ids/index.ts b/src/data-gitlab-group-ids/index.ts
index 07a6c7325..eedcb71e4 100644
--- a/src/data-gitlab-group-ids/index.ts
+++ b/src/data-gitlab-group-ids/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_ids
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,13 +15,13 @@ export interface DataGitlabGroupIdsConfig extends cdktf.TerraformMetaArguments {
/**
* The ID or URL-encoded path of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
*/
readonly group: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids gitlab_group_ids}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_ids gitlab_group_ids}
*/
export class DataGitlabGroupIds extends cdktf.TerraformDataSource {
@@ -37,7 +37,7 @@ export class DataGitlabGroupIds extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabGroupIds resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabGroupIds to import
- * @param importFromId The id of the existing DataGitlabGroupIds that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabGroupIds that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_ids#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabGroupIds to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -49,7 +49,7 @@ export class DataGitlabGroupIds extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids gitlab_group_ids} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_ids gitlab_group_ids} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -60,7 +60,7 @@ export class DataGitlabGroupIds extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_group_ids',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-group-membership/README.md b/src/data-gitlab-group-membership/README.md
index f7da21ee6..7a9fe09f8 100644
--- a/src/data-gitlab-group-membership/README.md
+++ b/src/data-gitlab-group-membership/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_group_membership`
-Refer to the Terraform Registry for docs: [`data_gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership).
+Refer to the Terraform Registry for docs: [`data_gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership).
diff --git a/src/data-gitlab-group-membership/index.ts b/src/data-gitlab-group-membership/index.ts
index 10d65759e..2a2a7921c 100644
--- a/src/data-gitlab-group-membership/index.ts
+++ b/src/data-gitlab-group-membership/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface DataGitlabGroupMembershipConfig extends cdktf.TerraformMetaArgu
/**
* 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.6.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.1/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
*/
readonly accessLevel?: string;
/**
* The full path of the group.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
*/
readonly fullPath?: 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_membership#group_id DataGitlabGroupMembership#group_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
*/
readonly groupId?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -40,7 +40,7 @@ export interface DataGitlabGroupMembershipConfig extends cdktf.TerraformMetaArgu
/**
* Return all project members including members through ancestor groups.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
*/
readonly inherited?: boolean | cdktf.IResolvable;
}
@@ -156,7 +156,7 @@ export class DataGitlabGroupMembershipMembersList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership gitlab_group_membership}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership gitlab_group_membership}
*/
export class DataGitlabGroupMembership extends cdktf.TerraformDataSource {
@@ -172,7 +172,7 @@ export class DataGitlabGroupMembership extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabGroupMembership resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabGroupMembership to import
- * @param importFromId The id of the existing DataGitlabGroupMembership that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabGroupMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabGroupMembership to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -184,7 +184,7 @@ export class DataGitlabGroupMembership extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership gitlab_group_membership} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_membership gitlab_group_membership} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -195,7 +195,7 @@ export class DataGitlabGroupMembership extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_group_membership',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-group-provisioned-users/README.md b/src/data-gitlab-group-provisioned-users/README.md
index 8c9103245..f0dff4362 100644
--- a/src/data-gitlab-group-provisioned-users/README.md
+++ b/src/data-gitlab-group-provisioned-users/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_group_provisioned_users`
-Refer to the Terraform Registry for docs: [`data_gitlab_group_provisioned_users`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users).
+Refer to the Terraform Registry for docs: [`data_gitlab_group_provisioned_users`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users).
diff --git a/src/data-gitlab-group-provisioned-users/index.ts b/src/data-gitlab-group-provisioned-users/index.ts
index 91542d1da..aa0c3404c 100644
--- a/src/data-gitlab-group-provisioned-users/index.ts
+++ b/src/data-gitlab-group-provisioned-users/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,31 +15,31 @@ export interface DataGitlabGroupProvisionedUsersConfig extends cdktf.TerraformMe
/**
* Return only active provisioned users.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
*/
readonly active?: boolean | cdktf.IResolvable;
/**
* Return only blocked provisioned users.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
*/
readonly blocked?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
*/
readonly createdAfter?: 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.6.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.1/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
*/
readonly createdBefore?: string;
/**
* The ID or URL-encoded path of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -48,19 +48,19 @@ export interface DataGitlabGroupProvisionedUsersConfig extends cdktf.TerraformMe
/**
* The search query to filter the provisioned users.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
*/
readonly search?: string;
/**
* The username of the provisioned user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
*/
readonly username?: string;
/**
* provisioned_users block
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
*/
readonly provisionedUsers?: DataGitlabGroupProvisionedUsersProvisionedUsers[] | cdktf.IResolvable;
}
@@ -272,7 +272,7 @@ export class DataGitlabGroupProvisionedUsersProvisionedUsersList extends cdktf.C
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}
*/
export class DataGitlabGroupProvisionedUsers extends cdktf.TerraformDataSource {
@@ -288,7 +288,7 @@ export class DataGitlabGroupProvisionedUsers extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabGroupProvisionedUsers resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabGroupProvisionedUsers to import
- * @param importFromId The id of the existing DataGitlabGroupProvisionedUsers that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabGroupProvisionedUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabGroupProvisionedUsers to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -300,7 +300,7 @@ export class DataGitlabGroupProvisionedUsers extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -311,7 +311,7 @@ export class DataGitlabGroupProvisionedUsers extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_group_provisioned_users',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-group-service-account/README.md b/src/data-gitlab-group-service-account/README.md
index 6a21a6aeb..76ad8f586 100644
--- a/src/data-gitlab-group-service-account/README.md
+++ b/src/data-gitlab-group-service-account/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_group_service_account`
-Refer to the Terraform Registry for docs: [`data_gitlab_group_service_account`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account).
+Refer to the Terraform Registry for docs: [`data_gitlab_group_service_account`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account).
diff --git a/src/data-gitlab-group-service-account/index.ts b/src/data-gitlab-group-service-account/index.ts
index 8aa59de67..a01d86ccc 100644
--- a/src/data-gitlab-group-service-account/index.ts
+++ b/src/data-gitlab-group-service-account/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,31 +15,31 @@ export interface DataGitlabGroupServiceAccountConfig extends cdktf.TerraformMeta
/**
* 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.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
*/
readonly group: 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.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
*/
readonly name?: string;
/**
* The 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
*/
readonly serviceAccountId: 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.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
*/
readonly username?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account gitlab_group_service_account}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account gitlab_group_service_account}
*/
export class DataGitlabGroupServiceAccount extends cdktf.TerraformDataSource {
@@ -55,7 +55,7 @@ export class DataGitlabGroupServiceAccount extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabGroupServiceAccount resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabGroupServiceAccount to import
- * @param importFromId The id of the existing DataGitlabGroupServiceAccount that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabGroupServiceAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabGroupServiceAccount to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -67,7 +67,7 @@ export class DataGitlabGroupServiceAccount extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account gitlab_group_service_account} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_service_account gitlab_group_service_account} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -78,7 +78,7 @@ export class DataGitlabGroupServiceAccount extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_group_service_account',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-group-subgroups/README.md b/src/data-gitlab-group-subgroups/README.md
index 5041f1f73..210ce7fce 100644
--- a/src/data-gitlab-group-subgroups/README.md
+++ b/src/data-gitlab-group-subgroups/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_group_subgroups`
-Refer to the Terraform Registry for docs: [`data_gitlab_group_subgroups`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups).
+Refer to the Terraform Registry for docs: [`data_gitlab_group_subgroups`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups).
diff --git a/src/data-gitlab-group-subgroups/index.ts b/src/data-gitlab-group-subgroups/index.ts
index 8fb2795a7..7695c31ae 100644
--- a/src/data-gitlab-group-subgroups/index.ts
+++ b/src/data-gitlab-group-subgroups/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface DataGitlabGroupSubgroupsConfig extends cdktf.TerraformMetaArgum
/**
* Show all the groups you have access to.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
*/
readonly allAvailable?: boolean | cdktf.IResolvable;
/**
* The ID of the group.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
*/
readonly groupId: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -34,49 +34,49 @@ export interface DataGitlabGroupSubgroupsConfig extends cdktf.TerraformMetaArgum
/**
* 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.6.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.1/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
*/
readonly minAccessLevel?: string;
/**
* Order groups by name, path or id.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
*/
readonly orderBy?: string;
/**
* Limit to groups explicitly owned by the current user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
*/
readonly owned?: boolean | cdktf.IResolvable;
/**
* Return the list of authorized groups matching the search criteria.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
*/
readonly search?: string;
/**
* Skip the group IDs passed.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
*/
readonly skipGroups?: number[];
/**
* Order groups in asc or desc order.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
*/
readonly sort?: string;
/**
* Include group statistics (administrators only).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
*/
readonly statistics?: boolean | cdktf.IResolvable;
/**
* Include custom attributes in response (administrators only).
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
*/
readonly withCustomAttributes?: boolean | cdktf.IResolvable;
}
@@ -293,7 +293,7 @@ export class DataGitlabGroupSubgroupsSubgroupsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups gitlab_group_subgroups}
*/
export class DataGitlabGroupSubgroups extends cdktf.TerraformDataSource {
@@ -309,7 +309,7 @@ export class DataGitlabGroupSubgroups extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabGroupSubgroups resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabGroupSubgroups to import
- * @param importFromId The id of the existing DataGitlabGroupSubgroups that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabGroupSubgroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabGroupSubgroups to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -321,7 +321,7 @@ export class DataGitlabGroupSubgroups extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_subgroups gitlab_group_subgroups} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -332,7 +332,7 @@ export class DataGitlabGroupSubgroups extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_group_subgroups',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-group-variable/README.md b/src/data-gitlab-group-variable/README.md
index 92e2541c1..c97eeab4c 100644
--- a/src/data-gitlab-group-variable/README.md
+++ b/src/data-gitlab-group-variable/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_group_variable`
-Refer to the Terraform Registry for docs: [`data_gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable).
+Refer to the Terraform Registry for docs: [`data_gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variable).
diff --git a/src/data-gitlab-group-variable/index.ts b/src/data-gitlab-group-variable/index.ts
index 6ec27db1c..a5fbcb32e 100644
--- a/src/data-gitlab-group-variable/index.ts
+++ b/src/data-gitlab-group-variable/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variable
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface DataGitlabGroupVariableConfig extends cdktf.TerraformMetaArgume
/**
* 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.6.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.1/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
*/
readonly environmentScope?: string;
/**
* The name or id of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
*/
readonly group: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -34,13 +34,13 @@ export interface DataGitlabGroupVariableConfig extends cdktf.TerraformMetaArgume
/**
* The name of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
*/
readonly key: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable gitlab_group_variable}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variable gitlab_group_variable}
*/
export class DataGitlabGroupVariable extends cdktf.TerraformDataSource {
@@ -56,7 +56,7 @@ export class DataGitlabGroupVariable extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabGroupVariable resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabGroupVariable to import
- * @param importFromId The id of the existing DataGitlabGroupVariable that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabGroupVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variable#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabGroupVariable to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -68,7 +68,7 @@ export class DataGitlabGroupVariable extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable gitlab_group_variable} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variable gitlab_group_variable} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -79,7 +79,7 @@ export class DataGitlabGroupVariable extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_group_variable',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-group-variables/README.md b/src/data-gitlab-group-variables/README.md
index a035aa98a..9450c603e 100644
--- a/src/data-gitlab-group-variables/README.md
+++ b/src/data-gitlab-group-variables/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_group_variables`
-Refer to the Terraform Registry for docs: [`data_gitlab_group_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables).
+Refer to the Terraform Registry for docs: [`data_gitlab_group_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variables).
diff --git a/src/data-gitlab-group-variables/index.ts b/src/data-gitlab-group-variables/index.ts
index 6bcfa37bd..93f4d12e6 100644
--- a/src/data-gitlab-group-variables/index.ts
+++ b/src/data-gitlab-group-variables/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variables
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface DataGitlabGroupVariablesConfig extends cdktf.TerraformMetaArgum
/**
* The environment scope of the variable. Defaults to all environment (`*`).
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
*/
readonly environmentScope?: string;
/**
* The name or id of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
*/
readonly group: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -149,7 +149,7 @@ export class DataGitlabGroupVariablesVariablesList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables gitlab_group_variables}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variables gitlab_group_variables}
*/
export class DataGitlabGroupVariables extends cdktf.TerraformDataSource {
@@ -165,7 +165,7 @@ export class DataGitlabGroupVariables extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabGroupVariables resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabGroupVariables to import
- * @param importFromId The id of the existing DataGitlabGroupVariables that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabGroupVariables that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variables#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabGroupVariables to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -177,7 +177,7 @@ export class DataGitlabGroupVariables extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables gitlab_group_variables} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group_variables gitlab_group_variables} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -188,7 +188,7 @@ export class DataGitlabGroupVariables extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_group_variables',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-group/README.md b/src/data-gitlab-group/README.md
index 48bea932a..a70988f5c 100644
--- a/src/data-gitlab-group/README.md
+++ b/src/data-gitlab-group/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_group`
-Refer to the Terraform Registry for docs: [`data_gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group).
+Refer to the Terraform Registry for docs: [`data_gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group).
diff --git a/src/data-gitlab-group/index.ts b/src/data-gitlab-group/index.ts
index 7703956b2..f88309620 100644
--- a/src/data-gitlab-group/index.ts
+++ b/src/data-gitlab-group/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface DataGitlabGroupConfig extends cdktf.TerraformMetaArguments {
/**
* The full path of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group#full_path DataGitlabGroup#full_path}
*/
readonly fullPath?: 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#group_id DataGitlabGroup#group_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group#group_id DataGitlabGroup#group_id}
*/
readonly groupId?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -129,7 +129,7 @@ export class DataGitlabGroupSharedWithGroupsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group gitlab_group}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group gitlab_group}
*/
export class DataGitlabGroup extends cdktf.TerraformDataSource {
@@ -145,7 +145,7 @@ export class DataGitlabGroup extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabGroup resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabGroup to import
- * @param importFromId The id of the existing DataGitlabGroup that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabGroup to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -157,7 +157,7 @@ export class DataGitlabGroup extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group gitlab_group} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/group gitlab_group} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -168,7 +168,7 @@ export class DataGitlabGroup extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_group',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-groups/README.md b/src/data-gitlab-groups/README.md
index 524d1efc5..c103d8647 100644
--- a/src/data-gitlab-groups/README.md
+++ b/src/data-gitlab-groups/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_groups`
-Refer to the Terraform Registry for docs: [`data_gitlab_groups`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups).
+Refer to the Terraform Registry for docs: [`data_gitlab_groups`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/groups).
diff --git a/src/data-gitlab-groups/index.ts b/src/data-gitlab-groups/index.ts
index 26217bede..ea377864a 100644
--- a/src/data-gitlab-groups/index.ts
+++ b/src/data-gitlab-groups/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/groups
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabGroupsConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,25 +22,25 @@ export interface DataGitlabGroupsConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
*/
readonly orderBy?: string;
/**
* Search groups by name or path.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/groups#search DataGitlabGroups#search}
*/
readonly search?: 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.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/groups#sort DataGitlabGroups#sort}
*/
readonly sort?: string;
/**
* Limit to top level groups, excluding all subgroups.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
*/
readonly topLevelOnly?: boolean | cdktf.IResolvable;
}
@@ -196,7 +196,7 @@ export class DataGitlabGroupsGroupsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups gitlab_groups}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/groups gitlab_groups}
*/
export class DataGitlabGroups extends cdktf.TerraformDataSource {
@@ -212,7 +212,7 @@ export class DataGitlabGroups extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabGroups resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabGroups to import
- * @param importFromId The id of the existing DataGitlabGroups that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/groups#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabGroups to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -224,7 +224,7 @@ export class DataGitlabGroups extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups gitlab_groups} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/groups gitlab_groups} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -235,7 +235,7 @@ export class DataGitlabGroups extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_groups',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-instance-deploy-keys/README.md b/src/data-gitlab-instance-deploy-keys/README.md
index e7b513c46..fff253264 100644
--- a/src/data-gitlab-instance-deploy-keys/README.md
+++ b/src/data-gitlab-instance-deploy-keys/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_instance_deploy_keys`
-Refer to the Terraform Registry for docs: [`data_gitlab_instance_deploy_keys`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys).
+Refer to the Terraform Registry for docs: [`data_gitlab_instance_deploy_keys`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_deploy_keys).
diff --git a/src/data-gitlab-instance-deploy-keys/index.ts b/src/data-gitlab-instance-deploy-keys/index.ts
index 707f52a04..6f1914d44 100644
--- a/src/data-gitlab-instance-deploy-keys/index.ts
+++ b/src/data-gitlab-instance-deploy-keys/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_deploy_keys
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabInstanceDeployKeysConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,7 +22,7 @@ export interface DataGitlabInstanceDeployKeysConfig extends cdktf.TerraformMetaA
/**
* Only return deploy keys that are 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
*/
readonly public?: boolean | cdktf.IResolvable;
}
@@ -234,7 +234,7 @@ export class DataGitlabInstanceDeployKeysDeployKeysList extends cdktf.ComplexLis
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}
*/
export class DataGitlabInstanceDeployKeys extends cdktf.TerraformDataSource {
@@ -250,7 +250,7 @@ export class DataGitlabInstanceDeployKeys extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabInstanceDeployKeys resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabInstanceDeployKeys to import
- * @param importFromId The id of the existing DataGitlabInstanceDeployKeys that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabInstanceDeployKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_deploy_keys#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabInstanceDeployKeys to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -262,7 +262,7 @@ export class DataGitlabInstanceDeployKeys extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -273,7 +273,7 @@ export class DataGitlabInstanceDeployKeys extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_instance_deploy_keys',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-instance-variable/README.md b/src/data-gitlab-instance-variable/README.md
index 25aba3c62..124b3894a 100644
--- a/src/data-gitlab-instance-variable/README.md
+++ b/src/data-gitlab-instance-variable/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_instance_variable`
-Refer to the Terraform Registry for docs: [`data_gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable).
+Refer to the Terraform Registry for docs: [`data_gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_variable).
diff --git a/src/data-gitlab-instance-variable/index.ts b/src/data-gitlab-instance-variable/index.ts
index cf38b00d0..35c4282b7 100644
--- a/src/data-gitlab-instance-variable/index.ts
+++ b/src/data-gitlab-instance-variable/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_variable
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabInstanceVariableConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,13 +22,13 @@ export interface DataGitlabInstanceVariableConfig extends cdktf.TerraformMetaArg
/**
* The name of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
*/
readonly key: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable gitlab_instance_variable}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_variable gitlab_instance_variable}
*/
export class DataGitlabInstanceVariable extends cdktf.TerraformDataSource {
@@ -44,7 +44,7 @@ export class DataGitlabInstanceVariable extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabInstanceVariable resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabInstanceVariable to import
- * @param importFromId The id of the existing DataGitlabInstanceVariable that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabInstanceVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_variable#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabInstanceVariable to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -56,7 +56,7 @@ export class DataGitlabInstanceVariable extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable gitlab_instance_variable} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_variable gitlab_instance_variable} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -67,7 +67,7 @@ export class DataGitlabInstanceVariable extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_instance_variable',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-instance-variables/README.md b/src/data-gitlab-instance-variables/README.md
index 8e5eca51b..3509442ce 100644
--- a/src/data-gitlab-instance-variables/README.md
+++ b/src/data-gitlab-instance-variables/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_instance_variables`
-Refer to the Terraform Registry for docs: [`data_gitlab_instance_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables).
+Refer to the Terraform Registry for docs: [`data_gitlab_instance_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_variables).
diff --git a/src/data-gitlab-instance-variables/index.ts b/src/data-gitlab-instance-variables/index.ts
index 015ccee01..f89eeb3eb 100644
--- a/src/data-gitlab-instance-variables/index.ts
+++ b/src/data-gitlab-instance-variables/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_variables
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabInstanceVariablesConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -127,7 +127,7 @@ export class DataGitlabInstanceVariablesVariablesList extends cdktf.ComplexList
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables gitlab_instance_variables}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_variables gitlab_instance_variables}
*/
export class DataGitlabInstanceVariables extends cdktf.TerraformDataSource {
@@ -143,7 +143,7 @@ export class DataGitlabInstanceVariables extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabInstanceVariables resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabInstanceVariables to import
- * @param importFromId The id of the existing DataGitlabInstanceVariables that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabInstanceVariables that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_variables#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabInstanceVariables to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -155,7 +155,7 @@ export class DataGitlabInstanceVariables extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables gitlab_instance_variables} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/instance_variables gitlab_instance_variables} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -166,7 +166,7 @@ export class DataGitlabInstanceVariables extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_instance_variables',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-metadata/README.md b/src/data-gitlab-metadata/README.md
index 683a8b482..a3a6ac51d 100644
--- a/src/data-gitlab-metadata/README.md
+++ b/src/data-gitlab-metadata/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_metadata`
-Refer to the Terraform Registry for docs: [`data_gitlab_metadata`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata).
+Refer to the Terraform Registry for docs: [`data_gitlab_metadata`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/metadata).
diff --git a/src/data-gitlab-metadata/index.ts b/src/data-gitlab-metadata/index.ts
index 9a4daee28..24e726d83 100644
--- a/src/data-gitlab-metadata/index.ts
+++ b/src/data-gitlab-metadata/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/metadata
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -84,7 +84,7 @@ export class DataGitlabMetadataKasOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata gitlab_metadata}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/metadata gitlab_metadata}
*/
export class DataGitlabMetadata extends cdktf.TerraformDataSource {
@@ -100,7 +100,7 @@ export class DataGitlabMetadata extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabMetadata resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabMetadata to import
- * @param importFromId The id of the existing DataGitlabMetadata that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabMetadata that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabMetadata to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -112,7 +112,7 @@ export class DataGitlabMetadata extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata gitlab_metadata} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/metadata gitlab_metadata} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -123,7 +123,7 @@ export class DataGitlabMetadata extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_metadata',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-pipeline-schedule/README.md b/src/data-gitlab-pipeline-schedule/README.md
index b50f8be94..6ba21c2f3 100644
--- a/src/data-gitlab-pipeline-schedule/README.md
+++ b/src/data-gitlab-pipeline-schedule/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_pipeline_schedule`
-Refer to the Terraform Registry for docs: [`data_gitlab_pipeline_schedule`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule).
+Refer to the Terraform Registry for docs: [`data_gitlab_pipeline_schedule`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedule).
diff --git a/src/data-gitlab-pipeline-schedule/index.ts b/src/data-gitlab-pipeline-schedule/index.ts
index 87431eaaf..10d97a66f 100644
--- a/src/data-gitlab-pipeline-schedule/index.ts
+++ b/src/data-gitlab-pipeline-schedule/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedule
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface DataGitlabPipelineScheduleConfig extends cdktf.TerraformMetaArg
/**
* The 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
*/
readonly cronTimezone?: string;
/**
* The 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
*/
readonly pipelineScheduleId: number;
/**
* 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.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
*/
readonly project: string;
}
@@ -266,7 +266,7 @@ export class DataGitlabPipelineScheduleVariablesList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}
*/
export class DataGitlabPipelineSchedule extends cdktf.TerraformDataSource {
@@ -282,7 +282,7 @@ export class DataGitlabPipelineSchedule extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabPipelineSchedule resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabPipelineSchedule to import
- * @param importFromId The id of the existing DataGitlabPipelineSchedule that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabPipelineSchedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabPipelineSchedule to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -294,7 +294,7 @@ export class DataGitlabPipelineSchedule extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -305,7 +305,7 @@ export class DataGitlabPipelineSchedule extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_pipeline_schedule',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-pipeline-schedules/README.md b/src/data-gitlab-pipeline-schedules/README.md
index ef0dcdb07..2ca2711a2 100644
--- a/src/data-gitlab-pipeline-schedules/README.md
+++ b/src/data-gitlab-pipeline-schedules/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_pipeline_schedules`
-Refer to the Terraform Registry for docs: [`data_gitlab_pipeline_schedules`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules).
+Refer to the Terraform Registry for docs: [`data_gitlab_pipeline_schedules`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedules).
diff --git a/src/data-gitlab-pipeline-schedules/index.ts b/src/data-gitlab-pipeline-schedules/index.ts
index 67c4fb023..726347de0 100644
--- a/src/data-gitlab-pipeline-schedules/index.ts
+++ b/src/data-gitlab-pipeline-schedules/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedules
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,7 +15,7 @@ export interface DataGitlabPipelineSchedulesConfig extends cdktf.TerraformMetaAr
/**
* 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.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
*/
readonly project: string;
}
@@ -102,13 +102,13 @@ export interface DataGitlabPipelineSchedulesPipelineSchedules {
/**
* The 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
*/
readonly cronTimezone?: string;
/**
* The pipeline schedule id.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -284,7 +284,7 @@ export class DataGitlabPipelineSchedulesPipelineSchedulesList extends cdktf.Comp
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}
*/
export class DataGitlabPipelineSchedules extends cdktf.TerraformDataSource {
@@ -300,7 +300,7 @@ export class DataGitlabPipelineSchedules extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabPipelineSchedules resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabPipelineSchedules to import
- * @param importFromId The id of the existing DataGitlabPipelineSchedules that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabPipelineSchedules that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedules#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabPipelineSchedules to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -312,7 +312,7 @@ export class DataGitlabPipelineSchedules extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -323,7 +323,7 @@ export class DataGitlabPipelineSchedules extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_pipeline_schedules',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-branches/README.md b/src/data-gitlab-project-branches/README.md
index 657e3bc90..df3aafef6 100644
--- a/src/data-gitlab-project-branches/README.md
+++ b/src/data-gitlab-project-branches/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_branches`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_branches).
diff --git a/src/data-gitlab-project-branches/index.ts b/src/data-gitlab-project-branches/index.ts
index 6453183ed..cb2da60f9 100644
--- a/src/data-gitlab-project-branches/index.ts
+++ b/src/data-gitlab-project-branches/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_branches
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabProjectBranchesConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,7 +22,7 @@ export interface DataGitlabProjectBranchesConfig extends cdktf.TerraformMetaArgu
/**
* 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.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
*/
readonly project: string;
}
@@ -269,7 +269,7 @@ export class DataGitlabProjectBranchesBranchesList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches gitlab_project_branches}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_branches gitlab_project_branches}
*/
export class DataGitlabProjectBranches extends cdktf.TerraformDataSource {
@@ -285,7 +285,7 @@ export class DataGitlabProjectBranches extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectBranches resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectBranches to import
- * @param importFromId The id of the existing DataGitlabProjectBranches that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectBranches that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_branches#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectBranches to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -297,7 +297,7 @@ export class DataGitlabProjectBranches extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches gitlab_project_branches} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_branches gitlab_project_branches} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -308,7 +308,7 @@ export class DataGitlabProjectBranches extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_branches',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-environments/README.md b/src/data-gitlab-project-environments/README.md
index daab53cfe..4b57bbc3c 100644
--- a/src/data-gitlab-project-environments/README.md
+++ b/src/data-gitlab-project-environments/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_environments`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_environments`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_environments`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments).
diff --git a/src/data-gitlab-project-environments/index.ts b/src/data-gitlab-project-environments/index.ts
index f1a719279..6f1460671 100644
--- a/src/data-gitlab-project-environments/index.ts
+++ b/src/data-gitlab-project-environments/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,25 @@ export interface DataGitlabProjectEnvironmentsConfig extends cdktf.TerraformMeta
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
*/
readonly name?: 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
*/
readonly project: 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
*/
readonly search?: 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
*/
readonly states?: string;
}
@@ -169,7 +169,7 @@ export class DataGitlabProjectEnvironmentsEnvironmentsList extends cdktf.Complex
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments gitlab_project_environments}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments gitlab_project_environments}
*/
export class DataGitlabProjectEnvironments extends cdktf.TerraformDataSource {
@@ -185,7 +185,7 @@ export class DataGitlabProjectEnvironments extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectEnvironments resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectEnvironments to import
- * @param importFromId 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
+ * @param importFromId The id of the existing DataGitlabProjectEnvironments that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectEnvironments to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -197,7 +197,7 @@ export class DataGitlabProjectEnvironments extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments gitlab_project_environments} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_environments gitlab_project_environments} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -208,7 +208,7 @@ export class DataGitlabProjectEnvironments extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_environments',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-hook/README.md b/src/data-gitlab-project-hook/README.md
index ae205e916..2c49471c0 100644
--- a/src/data-gitlab-project-hook/README.md
+++ b/src/data-gitlab-project-hook/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_hook`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hook).
diff --git a/src/data-gitlab-project-hook/index.ts b/src/data-gitlab-project-hook/index.ts
index dc3749190..2674c02d9 100644
--- a/src/data-gitlab-project-hook/index.ts
+++ b/src/data-gitlab-project-hook/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hook
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface DataGitlabProjectHookConfig extends cdktf.TerraformMetaArgument
/**
* The id of the project hook.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
*/
readonly hookId: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,13 +28,13 @@ export interface DataGitlabProjectHookConfig extends cdktf.TerraformMetaArgument
/**
* 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.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook gitlab_project_hook}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hook gitlab_project_hook}
*/
export class DataGitlabProjectHook extends cdktf.TerraformDataSource {
@@ -50,7 +50,7 @@ export class DataGitlabProjectHook extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectHook resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectHook to import
- * @param importFromId The id of the existing DataGitlabProjectHook that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectHook that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hook#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectHook to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class DataGitlabProjectHook extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook gitlab_project_hook} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hook gitlab_project_hook} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class DataGitlabProjectHook extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_hook',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-hooks/README.md b/src/data-gitlab-project-hooks/README.md
index 49889b6c5..0eb0ee2c4 100644
--- a/src/data-gitlab-project-hooks/README.md
+++ b/src/data-gitlab-project-hooks/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_hooks`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hooks).
diff --git a/src/data-gitlab-project-hooks/index.ts b/src/data-gitlab-project-hooks/index.ts
index 566c682ac..ad735c1d7 100644
--- a/src/data-gitlab-project-hooks/index.ts
+++ b/src/data-gitlab-project-hooks/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hooks
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabProjectHooksConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,7 +22,7 @@ export interface DataGitlabProjectHooksConfig extends cdktf.TerraformMetaArgumen
/**
* The name or id of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
*/
readonly project: string;
}
@@ -198,7 +198,7 @@ export class DataGitlabProjectHooksHooksList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks gitlab_project_hooks}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hooks gitlab_project_hooks}
*/
export class DataGitlabProjectHooks extends cdktf.TerraformDataSource {
@@ -214,7 +214,7 @@ export class DataGitlabProjectHooks extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectHooks resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectHooks to import
- * @param importFromId The id of the existing DataGitlabProjectHooks that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectHooks that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hooks#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectHooks to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -226,7 +226,7 @@ export class DataGitlabProjectHooks extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks gitlab_project_hooks} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_hooks gitlab_project_hooks} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -237,7 +237,7 @@ export class DataGitlabProjectHooks extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_hooks',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-ids/README.md b/src/data-gitlab-project-ids/README.md
index 5c9b27a90..74199baf0 100644
--- a/src/data-gitlab-project-ids/README.md
+++ b/src/data-gitlab-project-ids/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_ids`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_ids`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_ids`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_ids).
diff --git a/src/data-gitlab-project-ids/index.ts b/src/data-gitlab-project-ids/index.ts
index 0dbd5674f..24f45182b 100644
--- a/src/data-gitlab-project-ids/index.ts
+++ b/src/data-gitlab-project-ids/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_ids
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,13 +15,13 @@ export interface DataGitlabProjectIdsConfig extends cdktf.TerraformMetaArguments
/**
* The ID or URL-encoded path of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids gitlab_project_ids}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_ids gitlab_project_ids}
*/
export class DataGitlabProjectIds extends cdktf.TerraformDataSource {
@@ -37,7 +37,7 @@ export class DataGitlabProjectIds extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectIds resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectIds to import
- * @param importFromId The id of the existing DataGitlabProjectIds that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectIds that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_ids#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectIds to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -49,7 +49,7 @@ export class DataGitlabProjectIds extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids gitlab_project_ids} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_ids gitlab_project_ids} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -60,7 +60,7 @@ export class DataGitlabProjectIds extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_ids',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-issue/README.md b/src/data-gitlab-project-issue/README.md
index 40e106848..1fc6ff2e2 100644
--- a/src/data-gitlab-project-issue/README.md
+++ b/src/data-gitlab-project-issue/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_issue`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issue).
diff --git a/src/data-gitlab-project-issue/index.ts b/src/data-gitlab-project-issue/index.ts
index d0bb1f852..279eebbcf 100644
--- a/src/data-gitlab-project-issue/index.ts
+++ b/src/data-gitlab-project-issue/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issue
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabProjectIssueConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,13 +22,13 @@ export interface DataGitlabProjectIssueConfig extends cdktf.TerraformMetaArgumen
/**
* The internal ID of the project's issue.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
*/
readonly iid: number;
/**
* The name or ID of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
*/
readonly project: string;
}
@@ -114,7 +114,7 @@ export class DataGitlabProjectIssueTaskCompletionStatusList extends cdktf.Comple
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue gitlab_project_issue}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issue gitlab_project_issue}
*/
export class DataGitlabProjectIssue extends cdktf.TerraformDataSource {
@@ -130,7 +130,7 @@ export class DataGitlabProjectIssue extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectIssue resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectIssue to import
- * @param importFromId The id of the existing DataGitlabProjectIssue that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectIssue that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issue#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectIssue to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -142,7 +142,7 @@ export class DataGitlabProjectIssue extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue gitlab_project_issue} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issue gitlab_project_issue} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -153,7 +153,7 @@ export class DataGitlabProjectIssue extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_issue',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-issues/README.md b/src/data-gitlab-project-issues/README.md
index 9a5fe6dbc..5ff3f02fa 100644
--- a/src/data-gitlab-project-issues/README.md
+++ b/src/data-gitlab-project-issues/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_issues`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_issues`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_issues`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues).
diff --git a/src/data-gitlab-project-issues/index.ts b/src/data-gitlab-project-issues/index.ts
index 527b255bb..0a72e5bd5 100644
--- a/src/data-gitlab-project-issues/index.ts
+++ b/src/data-gitlab-project-issues/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,47 +15,47 @@ export interface DataGitlabProjectIssuesConfig extends cdktf.TerraformMetaArgume
/**
* 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.6.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.1/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
*/
readonly assigneeId?: number;
/**
* 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.6.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.1/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
*/
readonly assigneeUsername?: string;
/**
* 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.6.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.1/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
*/
readonly authorId?: number;
/**
* Filter confidential or public issues.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
*/
readonly confidential?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
*/
readonly createdAfter?: 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.6.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.1/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
*/
readonly createdBefore?: 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. 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.6.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.1/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
*/
readonly dueDate?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -64,115 +64,115 @@ export interface DataGitlabProjectIssuesConfig extends cdktf.TerraformMetaArgume
/**
* Return only the issues having the given iid
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
*/
readonly iids?: number[];
/**
* 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.6.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.1/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
*/
readonly issueType?: string;
/**
* 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.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
*/
readonly labels?: 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.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
*/
readonly milestone?: string;
/**
* 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.6.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.1/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
*/
readonly myReactionEmoji?: string;
/**
* Return issues that do not match the 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
*/
readonly notAssigneeId?: number[];
/**
* Return issues that do not match the 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
*/
readonly notAuthorId?: number[];
/**
* Return issues that do not match the 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
*/
readonly notLabels?: string[];
/**
* Return issues that do not match the 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
*/
readonly notMilestone?: 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.6.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.1/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
*/
readonly notMyReactionEmoji?: 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.6.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.1/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
*/
readonly orderBy?: string;
/**
* The name or id of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
*/
readonly project: 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.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
*/
readonly scope?: string;
/**
* Search project issues against their title and description
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
*/
readonly search?: 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.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
*/
readonly sort?: 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.6.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.1/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
*/
readonly updatedAfter?: 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.6.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.1/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
*/
readonly updatedBefore?: string;
/**
* 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.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
*/
readonly weight?: number;
/**
* If true, the response returns more details for each label in labels field: :name, :color, :description, :description_html, :text_color. Default is false. description_html was introduced in GitLab 12.7
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
*/
readonly withLabelsDetails?: boolean | cdktf.IResolvable;
}
@@ -526,7 +526,7 @@ export class DataGitlabProjectIssuesIssuesList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues gitlab_project_issues}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues gitlab_project_issues}
*/
export class DataGitlabProjectIssues extends cdktf.TerraformDataSource {
@@ -542,7 +542,7 @@ export class DataGitlabProjectIssues extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectIssues resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectIssues to import
- * @param importFromId The id of the existing DataGitlabProjectIssues that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectIssues that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectIssues to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -554,7 +554,7 @@ export class DataGitlabProjectIssues extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues gitlab_project_issues} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_issues gitlab_project_issues} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -565,7 +565,7 @@ export class DataGitlabProjectIssues extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_issues',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-membership/README.md b/src/data-gitlab-project-membership/README.md
index c2d606300..8bbcb7b12 100644
--- a/src/data-gitlab-project-membership/README.md
+++ b/src/data-gitlab-project-membership/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_membership`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership).
diff --git a/src/data-gitlab-project-membership/index.ts b/src/data-gitlab-project-membership/index.ts
index aef6cfa00..38bc35b47 100644
--- a/src/data-gitlab-project-membership/index.ts
+++ b/src/data-gitlab-project-membership/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface DataGitlabProjectMembershipConfig extends cdktf.TerraformMetaAr
/**
* The full path of the project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
*/
readonly fullPath?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,19 +28,19 @@ export interface DataGitlabProjectMembershipConfig extends cdktf.TerraformMetaAr
/**
* Return all project members including members through ancestor groups
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
*/
readonly inherited?: boolean | cdktf.IResolvable;
/**
* The ID of the project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
*/
readonly projectId?: number;
/**
* A query string to search for members
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
*/
readonly query?: string;
}
@@ -156,7 +156,7 @@ export class DataGitlabProjectMembershipMembersList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership gitlab_project_membership}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership gitlab_project_membership}
*/
export class DataGitlabProjectMembership extends cdktf.TerraformDataSource {
@@ -172,7 +172,7 @@ export class DataGitlabProjectMembership extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectMembership resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectMembership to import
- * @param importFromId The id of the existing DataGitlabProjectMembership that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectMembership to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -184,7 +184,7 @@ export class DataGitlabProjectMembership extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership gitlab_project_membership} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_membership gitlab_project_membership} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -195,7 +195,7 @@ export class DataGitlabProjectMembership extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_membership',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-merge-request/README.md b/src/data-gitlab-project-merge-request/README.md
index bf7dcffea..ec892aa0f 100644
--- a/src/data-gitlab-project-merge-request/README.md
+++ b/src/data-gitlab-project-merge-request/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_merge_request`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_merge_request`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_merge_request`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_merge_request).
diff --git a/src/data-gitlab-project-merge-request/index.ts b/src/data-gitlab-project-merge-request/index.ts
index 676bf5de9..427b8702f 100644
--- a/src/data-gitlab-project-merge-request/index.ts
+++ b/src/data-gitlab-project-merge-request/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_merge_request
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,13 +15,13 @@ export interface DataGitlabProjectMergeRequestConfig extends cdktf.TerraformMeta
/**
* The unique project level ID of the merge request.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
*/
readonly iid: number;
/**
* The ID or path of the 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
*/
readonly project: string;
}
@@ -364,7 +364,7 @@ export class DataGitlabProjectMergeRequestClosedByOutputReference extends cdktf.
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request gitlab_project_merge_request}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_merge_request gitlab_project_merge_request}
*/
export class DataGitlabProjectMergeRequest extends cdktf.TerraformDataSource {
@@ -380,7 +380,7 @@ export class DataGitlabProjectMergeRequest extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectMergeRequest resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectMergeRequest to import
- * @param importFromId The id of the existing DataGitlabProjectMergeRequest that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectMergeRequest that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_merge_request#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectMergeRequest to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -392,7 +392,7 @@ export class DataGitlabProjectMergeRequest extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request gitlab_project_merge_request} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_merge_request gitlab_project_merge_request} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -403,7 +403,7 @@ export class DataGitlabProjectMergeRequest extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_merge_request',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-milestone/README.md b/src/data-gitlab-project-milestone/README.md
index b4e9efddd..273cf9287 100644
--- a/src/data-gitlab-project-milestone/README.md
+++ b/src/data-gitlab-project-milestone/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_milestone`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestone).
diff --git a/src/data-gitlab-project-milestone/index.ts b/src/data-gitlab-project-milestone/index.ts
index fb30b49c5..5db6b45d4 100644
--- a/src/data-gitlab-project-milestone/index.ts
+++ b/src/data-gitlab-project-milestone/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestone
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabProjectMilestoneConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,19 +22,19 @@ export interface DataGitlabProjectMilestoneConfig extends cdktf.TerraformMetaArg
/**
* The instance-wide ID of the project’s milestone.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
*/
readonly milestoneId: number;
/**
* 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.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone gitlab_project_milestone}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestone gitlab_project_milestone}
*/
export class DataGitlabProjectMilestone extends cdktf.TerraformDataSource {
@@ -50,7 +50,7 @@ export class DataGitlabProjectMilestone extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectMilestone resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectMilestone to import
- * @param importFromId The id of the existing DataGitlabProjectMilestone that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectMilestone that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestone#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectMilestone to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class DataGitlabProjectMilestone extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone gitlab_project_milestone} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestone gitlab_project_milestone} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class DataGitlabProjectMilestone extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_milestone',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-milestones/README.md b/src/data-gitlab-project-milestones/README.md
index 93ad14839..da3fe979b 100644
--- a/src/data-gitlab-project-milestones/README.md
+++ b/src/data-gitlab-project-milestones/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_milestones`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_milestones`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_milestones`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones).
diff --git a/src/data-gitlab-project-milestones/index.ts b/src/data-gitlab-project-milestones/index.ts
index e84b78073..d3bc543ac 100644
--- a/src/data-gitlab-project-milestones/index.ts
+++ b/src/data-gitlab-project-milestones/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabProjectMilestonesConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,37 +22,37 @@ export interface DataGitlabProjectMilestonesConfig extends cdktf.TerraformMetaAr
/**
* 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.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
*/
readonly iids?: number[];
/**
* 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.6.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.1/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
*/
readonly includeParentMilestones?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
*/
readonly project: 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.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
*/
readonly search?: string;
/**
* Return only `active` or `closed` milestones.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
*/
readonly state?: string;
/**
* Return only the milestones having the given `title`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
*/
readonly title?: string;
}
@@ -193,7 +193,7 @@ export class DataGitlabProjectMilestonesMilestonesList extends cdktf.ComplexList
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones gitlab_project_milestones}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones gitlab_project_milestones}
*/
export class DataGitlabProjectMilestones extends cdktf.TerraformDataSource {
@@ -209,7 +209,7 @@ export class DataGitlabProjectMilestones extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectMilestones resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectMilestones to import
- * @param importFromId The id of the existing DataGitlabProjectMilestones that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectMilestones that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectMilestones to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -221,7 +221,7 @@ export class DataGitlabProjectMilestones extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones gitlab_project_milestones} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_milestones gitlab_project_milestones} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -232,7 +232,7 @@ export class DataGitlabProjectMilestones extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_milestones',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-protected-branch/README.md b/src/data-gitlab-project-protected-branch/README.md
index 0cd4b79d7..ddfd478e1 100644
--- a/src/data-gitlab-project-protected-branch/README.md
+++ b/src/data-gitlab-project-protected-branch/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_protected_branch`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_protected_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_protected_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch).
diff --git a/src/data-gitlab-project-protected-branch/index.ts b/src/data-gitlab-project-protected-branch/index.ts
index d6d10f989..0f1a345e4 100644
--- a/src/data-gitlab-project-protected-branch/index.ts
+++ b/src/data-gitlab-project-protected-branch/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,25 @@ export interface DataGitlabProjectProtectedBranchConfig extends cdktf.TerraformM
/**
* The name of the protected branch.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
*/
readonly name: 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.6.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.1/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
*/
readonly projectId: string;
/**
* merge_access_levels block
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
*/
readonly mergeAccessLevels?: DataGitlabProjectProtectedBranchMergeAccessLevels[] | cdktf.IResolvable;
/**
* push_access_levels block
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
*/
readonly pushAccessLevels?: DataGitlabProjectProtectedBranchPushAccessLevels[] | cdktf.IResolvable;
}
@@ -41,13 +41,13 @@ export interface DataGitlabProjectProtectedBranchMergeAccessLevels {
/**
* 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.6.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.1/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
*/
readonly groupId?: 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.6.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.1/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
*/
readonly userId?: number;
}
@@ -204,19 +204,19 @@ export interface DataGitlabProjectProtectedBranchPushAccessLevels {
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch#deploy_key_id DataGitlabProjectProtectedBranch#deploy_key_id}
*/
readonly deployKeyId?: number;
/**
* 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.6.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.1/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
*/
readonly groupId?: number;
/**
* 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.6.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.1/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
*/
readonly userId?: number;
}
@@ -400,7 +400,7 @@ export class DataGitlabProjectProtectedBranchPushAccessLevelsList extends cdktf.
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch gitlab_project_protected_branch}
*/
export class DataGitlabProjectProtectedBranch extends cdktf.TerraformDataSource {
@@ -416,7 +416,7 @@ export class DataGitlabProjectProtectedBranch extends cdktf.TerraformDataSource
* Generates CDKTF code for importing a DataGitlabProjectProtectedBranch resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectProtectedBranch to import
- * @param importFromId The id of the existing DataGitlabProjectProtectedBranch that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectProtectedBranch that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectProtectedBranch to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -428,7 +428,7 @@ export class DataGitlabProjectProtectedBranch extends cdktf.TerraformDataSource
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branch gitlab_project_protected_branch} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -439,7 +439,7 @@ export class DataGitlabProjectProtectedBranch extends cdktf.TerraformDataSource
terraformResourceType: 'gitlab_project_protected_branch',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-protected-branches/README.md b/src/data-gitlab-project-protected-branches/README.md
index ff7539808..3a27ca639 100644
--- a/src/data-gitlab-project-protected-branches/README.md
+++ b/src/data-gitlab-project-protected-branches/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_protected_branches`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_protected_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_protected_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches).
diff --git a/src/data-gitlab-project-protected-branches/index.ts b/src/data-gitlab-project-protected-branches/index.ts
index 3d0ec3f89..93304884e 100644
--- a/src/data-gitlab-project-protected-branches/index.ts
+++ b/src/data-gitlab-project-protected-branches/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,13 +15,13 @@ export interface DataGitlabProjectProtectedBranchesConfig extends cdktf.Terrafor
/**
* The integer or path with namespace that uniquely identifies the project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
*/
readonly projectId: string;
/**
* protected_branches block
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
*/
readonly protectedBranches?: DataGitlabProjectProtectedBranchesProtectedBranches[] | cdktf.IResolvable;
}
@@ -29,13 +29,13 @@ export interface DataGitlabProjectProtectedBranchesProtectedBranchesMergeAccessL
/**
* 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.6.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.1/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
*/
readonly groupId?: 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.6.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.1/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
*/
readonly userId?: number;
}
@@ -192,19 +192,19 @@ export interface DataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLe
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#deploy_key_id DataGitlabProjectProtectedBranches#deploy_key_id}
*/
readonly deployKeyId?: number;
/**
* 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.6.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.1/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
*/
readonly groupId?: number;
/**
* 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.6.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.1/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
*/
readonly userId?: number;
}
@@ -390,13 +390,13 @@ export interface DataGitlabProjectProtectedBranchesProtectedBranches {
/**
* merge_access_levels block
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#merge_access_levels DataGitlabProjectProtectedBranches#merge_access_levels}
*/
readonly mergeAccessLevels?: DataGitlabProjectProtectedBranchesProtectedBranchesMergeAccessLevels[] | cdktf.IResolvable;
/**
* push_access_levels block
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#push_access_levels DataGitlabProjectProtectedBranches#push_access_levels}
*/
readonly pushAccessLevels?: DataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLevels[] | cdktf.IResolvable;
}
@@ -561,7 +561,7 @@ export class DataGitlabProjectProtectedBranchesProtectedBranchesList extends cdk
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches gitlab_project_protected_branches}
*/
export class DataGitlabProjectProtectedBranches extends cdktf.TerraformDataSource {
@@ -577,7 +577,7 @@ export class DataGitlabProjectProtectedBranches extends cdktf.TerraformDataSourc
* Generates CDKTF code for importing a DataGitlabProjectProtectedBranches resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectProtectedBranches to import
- * @param importFromId The id of the existing DataGitlabProjectProtectedBranches that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectProtectedBranches that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectProtectedBranches to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -589,7 +589,7 @@ export class DataGitlabProjectProtectedBranches extends cdktf.TerraformDataSourc
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_branches gitlab_project_protected_branches} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -600,7 +600,7 @@ export class DataGitlabProjectProtectedBranches extends cdktf.TerraformDataSourc
terraformResourceType: 'gitlab_project_protected_branches',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-protected-tag/README.md b/src/data-gitlab-project-protected-tag/README.md
index e684c5381..488392b37 100644
--- a/src/data-gitlab-project-protected-tag/README.md
+++ b/src/data-gitlab-project-protected-tag/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_protected_tag`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_protected_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_protected_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tag).
diff --git a/src/data-gitlab-project-protected-tag/index.ts b/src/data-gitlab-project-protected-tag/index.ts
index 060bda4ca..3637eb8e3 100644
--- a/src/data-gitlab-project-protected-tag/index.ts
+++ b/src/data-gitlab-project-protected-tag/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tag
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,13 +15,13 @@ export interface DataGitlabProjectProtectedTagConfig extends cdktf.TerraformMeta
/**
* The integer or path with namespace that uniquely identifies the 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
*/
readonly project: string;
/**
* The name of the protected 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
*/
readonly tag: string;
}
@@ -29,13 +29,13 @@ export interface DataGitlabProjectProtectedTagCreateAccessLevels {
/**
* 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.6.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.1/docs/data-sources/project_protected_tag#group_id DataGitlabProjectProtectedTag#group_id}
*/
readonly groupId?: 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.6.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.1/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
*/
readonly userId?: number;
}
@@ -185,7 +185,7 @@ export class DataGitlabProjectProtectedTagCreateAccessLevelsList extends cdktf.C
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tag gitlab_project_protected_tag}
*/
export class DataGitlabProjectProtectedTag extends cdktf.TerraformDataSource {
@@ -201,7 +201,7 @@ export class DataGitlabProjectProtectedTag extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectProtectedTag resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectProtectedTag to import
- * @param importFromId The id of the existing DataGitlabProjectProtectedTag that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectProtectedTag that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tag#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectProtectedTag to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -213,7 +213,7 @@ export class DataGitlabProjectProtectedTag extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tag gitlab_project_protected_tag} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -224,7 +224,7 @@ export class DataGitlabProjectProtectedTag extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_protected_tag',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-protected-tags/README.md b/src/data-gitlab-project-protected-tags/README.md
index 7264795a6..badbb88ef 100644
--- a/src/data-gitlab-project-protected-tags/README.md
+++ b/src/data-gitlab-project-protected-tags/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_protected_tags`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_protected_tags`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_protected_tags`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tags).
diff --git a/src/data-gitlab-project-protected-tags/index.ts b/src/data-gitlab-project-protected-tags/index.ts
index 66e9f8caf..3911b2d07 100644
--- a/src/data-gitlab-project-protected-tags/index.ts
+++ b/src/data-gitlab-project-protected-tags/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tags
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,7 +15,7 @@ export interface DataGitlabProjectProtectedTagsConfig extends cdktf.TerraformMet
/**
* The integer or path with namespace that uniquely identifies the 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
*/
readonly project: string;
}
@@ -23,13 +23,13 @@ export interface DataGitlabProjectProtectedTagsProtectedTagsCreateAccessLevels {
/**
* 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.6.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.1/docs/data-sources/project_protected_tags#group_id DataGitlabProjectProtectedTags#group_id}
*/
readonly groupId?: 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.6.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.1/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
*/
readonly userId?: number;
}
@@ -260,7 +260,7 @@ export class DataGitlabProjectProtectedTagsProtectedTagsList extends cdktf.Compl
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tags gitlab_project_protected_tags}
*/
export class DataGitlabProjectProtectedTags extends cdktf.TerraformDataSource {
@@ -276,7 +276,7 @@ export class DataGitlabProjectProtectedTags extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectProtectedTags resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectProtectedTags to import
- * @param importFromId The id of the existing DataGitlabProjectProtectedTags that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectProtectedTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tags#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectProtectedTags to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -288,7 +288,7 @@ export class DataGitlabProjectProtectedTags extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_protected_tags gitlab_project_protected_tags} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -299,7 +299,7 @@ export class DataGitlabProjectProtectedTags extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_protected_tags',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-tag/README.md b/src/data-gitlab-project-tag/README.md
index 945d4ae4e..3fca73835 100644
--- a/src/data-gitlab-project-tag/README.md
+++ b/src/data-gitlab-project-tag/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_tag`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tag).
diff --git a/src/data-gitlab-project-tag/index.ts b/src/data-gitlab-project-tag/index.ts
index c0016b3ec..a638fa357 100644
--- a/src/data-gitlab-project-tag/index.ts
+++ b/src/data-gitlab-project-tag/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tag
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabProjectTagConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,13 +22,13 @@ export interface DataGitlabProjectTagConfig extends cdktf.TerraformMetaArguments
/**
* The name of a tag.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
*/
readonly name: 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.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
*/
readonly project: string;
}
@@ -239,7 +239,7 @@ export class DataGitlabProjectTagReleaseList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag gitlab_project_tag}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tag gitlab_project_tag}
*/
export class DataGitlabProjectTag extends cdktf.TerraformDataSource {
@@ -255,7 +255,7 @@ export class DataGitlabProjectTag extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectTag resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectTag to import
- * @param importFromId The id of the existing DataGitlabProjectTag that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectTag that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tag#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectTag to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -267,7 +267,7 @@ export class DataGitlabProjectTag extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag gitlab_project_tag} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tag gitlab_project_tag} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -278,7 +278,7 @@ export class DataGitlabProjectTag extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_tag',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-tags/README.md b/src/data-gitlab-project-tags/README.md
index e9f9c5ef3..a081accdf 100644
--- a/src/data-gitlab-project-tags/README.md
+++ b/src/data-gitlab-project-tags/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_tags`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_tags`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_tags`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags).
diff --git a/src/data-gitlab-project-tags/index.ts b/src/data-gitlab-project-tags/index.ts
index 567872b35..2b5eaad99 100644
--- a/src/data-gitlab-project-tags/index.ts
+++ b/src/data-gitlab-project-tags/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabProjectTagsConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,25 +22,25 @@ export interface DataGitlabProjectTagsConfig extends cdktf.TerraformMetaArgument
/**
* Return tags ordered by `name` or `updated` fields. Default is `updated`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
*/
readonly orderBy?: 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.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
*/
readonly project: string;
/**
* 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.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
*/
readonly search?: 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.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
*/
readonly sort?: string;
}
@@ -353,7 +353,7 @@ export class DataGitlabProjectTagsTagsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags gitlab_project_tags}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags gitlab_project_tags}
*/
export class DataGitlabProjectTags extends cdktf.TerraformDataSource {
@@ -369,7 +369,7 @@ export class DataGitlabProjectTags extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectTags resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectTags to import
- * @param importFromId The id of the existing DataGitlabProjectTags that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectTags to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -381,7 +381,7 @@ export class DataGitlabProjectTags extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags gitlab_project_tags} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_tags gitlab_project_tags} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -392,7 +392,7 @@ export class DataGitlabProjectTags extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_tags',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-variable/README.md b/src/data-gitlab-project-variable/README.md
index 48c88ef69..73328e07e 100644
--- a/src/data-gitlab-project-variable/README.md
+++ b/src/data-gitlab-project-variable/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_variable`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variable).
diff --git a/src/data-gitlab-project-variable/index.ts b/src/data-gitlab-project-variable/index.ts
index e496d2bd8..a43cc3005 100644
--- a/src/data-gitlab-project-variable/index.ts
+++ b/src/data-gitlab-project-variable/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variable
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface DataGitlabProjectVariableConfig extends cdktf.TerraformMetaArgu
/**
* 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.6.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.1/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
*/
readonly environmentScope?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,19 +28,19 @@ export interface DataGitlabProjectVariableConfig extends cdktf.TerraformMetaArgu
/**
* The name of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
*/
readonly key: string;
/**
* The name or id of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable gitlab_project_variable}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variable gitlab_project_variable}
*/
export class DataGitlabProjectVariable extends cdktf.TerraformDataSource {
@@ -56,7 +56,7 @@ export class DataGitlabProjectVariable extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectVariable resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectVariable to import
- * @param importFromId The id of the existing DataGitlabProjectVariable that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variable#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectVariable to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -68,7 +68,7 @@ export class DataGitlabProjectVariable extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable gitlab_project_variable} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variable gitlab_project_variable} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -79,7 +79,7 @@ export class DataGitlabProjectVariable extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_variable',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project-variables/README.md b/src/data-gitlab-project-variables/README.md
index f3f10236b..5ead333ef 100644
--- a/src/data-gitlab-project-variables/README.md
+++ b/src/data-gitlab-project-variables/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project_variables`
-Refer to the Terraform Registry for docs: [`data_gitlab_project_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables).
+Refer to the Terraform Registry for docs: [`data_gitlab_project_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variables).
diff --git a/src/data-gitlab-project-variables/index.ts b/src/data-gitlab-project-variables/index.ts
index 9af078a29..71fbf9dde 100644
--- a/src/data-gitlab-project-variables/index.ts
+++ b/src/data-gitlab-project-variables/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variables
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface DataGitlabProjectVariablesConfig extends cdktf.TerraformMetaArg
/**
* The environment scope of the variable. Defaults to all environment (`*`).
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
*/
readonly environmentScope?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,7 +28,7 @@ export interface DataGitlabProjectVariablesConfig extends cdktf.TerraformMetaArg
/**
* The name or id of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
*/
readonly project: string;
}
@@ -149,7 +149,7 @@ export class DataGitlabProjectVariablesVariablesList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables gitlab_project_variables}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variables gitlab_project_variables}
*/
export class DataGitlabProjectVariables extends cdktf.TerraformDataSource {
@@ -165,7 +165,7 @@ export class DataGitlabProjectVariables extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjectVariables resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjectVariables to import
- * @param importFromId The id of the existing DataGitlabProjectVariables that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjectVariables that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variables#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjectVariables to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -177,7 +177,7 @@ export class DataGitlabProjectVariables extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables gitlab_project_variables} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project_variables gitlab_project_variables} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -188,7 +188,7 @@ export class DataGitlabProjectVariables extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project_variables',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-project/README.md b/src/data-gitlab-project/README.md
index abc32ee94..32ababe64 100644
--- a/src/data-gitlab-project/README.md
+++ b/src/data-gitlab-project/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_project`
-Refer to the Terraform Registry for docs: [`data_gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project).
+Refer to the Terraform Registry for docs: [`data_gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project).
diff --git a/src/data-gitlab-project/index.ts b/src/data-gitlab-project/index.ts
index 528ab4b28..ec7c3c591 100644
--- a/src/data-gitlab-project/index.ts
+++ b/src/data-gitlab-project/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,13 +15,13 @@ export interface DataGitlabProjectConfig extends cdktf.TerraformMetaArguments {
/**
* Default number of revisions for shallow cloning.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
*/
readonly ciDefaultGitDepth?: number;
/**
* The integer that uniquely identifies the project within the gitlab install.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#id DataGitlabProject#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -30,13 +30,13 @@ export interface DataGitlabProjectConfig extends cdktf.TerraformMetaArguments {
/**
* The path of the repository 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
*/
readonly pathWithNamespace?: string;
/**
* If true, jobs can be viewed by non-project members.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
*/
readonly publicBuilds?: boolean | cdktf.IResolvable;
}
@@ -377,7 +377,7 @@ export class DataGitlabProjectSharedWithGroupsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project gitlab_project}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project gitlab_project}
*/
export class DataGitlabProject extends cdktf.TerraformDataSource {
@@ -393,7 +393,7 @@ export class DataGitlabProject extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProject resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProject to import
- * @param importFromId The id of the existing DataGitlabProject that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProject that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProject to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -405,7 +405,7 @@ export class DataGitlabProject extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project gitlab_project} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/project gitlab_project} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -416,7 +416,7 @@ export class DataGitlabProject extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_project',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-projects/README.md b/src/data-gitlab-projects/README.md
index 1162c560e..e8f88ea4b 100644
--- a/src/data-gitlab-projects/README.md
+++ b/src/data-gitlab-projects/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_projects`
-Refer to the Terraform Registry for docs: [`data_gitlab_projects`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects).
+Refer to the Terraform Registry for docs: [`data_gitlab_projects`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects).
diff --git a/src/data-gitlab-projects/index.ts b/src/data-gitlab-projects/index.ts
index 690dde813..a1fe446d2 100644
--- a/src/data-gitlab-projects/index.ts
+++ b/src/data-gitlab-projects/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface DataGitlabProjectsConfig extends cdktf.TerraformMetaArguments {
/**
* Limit by archived status.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#archived DataGitlabProjects#archived}
*/
readonly archived?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
*/
readonly groupId?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -34,121 +34,121 @@ export interface DataGitlabProjectsConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
*/
readonly includeSubgroups?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
*/
readonly maxQueryablePages?: number;
/**
* Limit by projects that the current user is a member of.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#membership DataGitlabProjects#membership}
*/
readonly membership?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
*/
readonly minAccessLevel?: number;
/**
* Return projects ordered ordered by: `id`, `name`, `path`, `created_at`, `updated_at`, `last_activity_at`, `similarity`, `repository_size`, `storage_size`, `packages_size`, `wiki_size`. 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.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
*/
readonly orderBy?: string;
/**
* Limit by projects owned by the current user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#owned DataGitlabProjects#owned}
*/
readonly owned?: boolean | cdktf.IResolvable;
/**
* The first page to begin the query on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#page DataGitlabProjects#page}
*/
readonly page?: number;
/**
* The number of results to return 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
*/
readonly perPage?: number;
/**
* Return list of authorized projects matching the search criteria.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#search DataGitlabProjects#search}
*/
readonly search?: string;
/**
* Return only the ID, URL, name, and path of each project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#simple DataGitlabProjects#simple}
*/
readonly simple?: boolean | cdktf.IResolvable;
/**
* Return projects sorted in `asc` or `desc` order. Default is `desc`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#sort DataGitlabProjects#sort}
*/
readonly sort?: string;
/**
* Limit by projects starred by the current user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#starred DataGitlabProjects#starred}
*/
readonly starred?: boolean | cdktf.IResolvable;
/**
* Include project statistics. Cannot be used with `group_id`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
*/
readonly statistics?: boolean | cdktf.IResolvable;
/**
* Limit by projects that have all of the given topics.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#topic DataGitlabProjects#topic}
*/
readonly topic?: string[];
/**
* Limit by visibility `public`, `internal`, or `private`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
*/
readonly visibility?: string;
/**
* Include custom attributes in response _(admins only)_.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
*/
readonly withCustomAttributes?: boolean | cdktf.IResolvable;
/**
* Limit by projects with issues feature enabled. Default is `false`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
*/
readonly withIssuesEnabled?: boolean | cdktf.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.6.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.1/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
*/
readonly withMergeRequestsEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
*/
readonly withProgrammingLanguage?: string;
/**
* 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.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
*/
readonly withShared?: boolean | cdktf.IResolvable;
}
@@ -1310,7 +1310,7 @@ export class DataGitlabProjectsProjectsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects gitlab_projects}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects gitlab_projects}
*/
export class DataGitlabProjects extends cdktf.TerraformDataSource {
@@ -1326,7 +1326,7 @@ export class DataGitlabProjects extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabProjects resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabProjects to import
- * @param importFromId The id of the existing DataGitlabProjects that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabProjects that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabProjects to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -1338,7 +1338,7 @@ export class DataGitlabProjects extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects gitlab_projects} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/projects gitlab_projects} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -1349,7 +1349,7 @@ export class DataGitlabProjects extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_projects',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-release-link/README.md b/src/data-gitlab-release-link/README.md
index ed3d2d667..f93077eb6 100644
--- a/src/data-gitlab-release-link/README.md
+++ b/src/data-gitlab-release-link/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_release_link`
-Refer to the Terraform Registry for docs: [`data_gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link).
+Refer to the Terraform Registry for docs: [`data_gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_link).
diff --git a/src/data-gitlab-release-link/index.ts b/src/data-gitlab-release-link/index.ts
index 8353989ee..7e7e70157 100644
--- a/src/data-gitlab-release-link/index.ts
+++ b/src/data-gitlab-release-link/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_link
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabReleaseLinkConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,25 +22,25 @@ export interface DataGitlabReleaseLinkConfig extends cdktf.TerraformMetaArgument
/**
* The ID of the link.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
*/
readonly linkId: number;
/**
* 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.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
*/
readonly project: string;
/**
* The tag associated with the Release.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
*/
readonly tagName: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link gitlab_release_link}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_link gitlab_release_link}
*/
export class DataGitlabReleaseLink extends cdktf.TerraformDataSource {
@@ -56,7 +56,7 @@ export class DataGitlabReleaseLink extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabReleaseLink resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabReleaseLink to import
- * @param importFromId The id of the existing DataGitlabReleaseLink that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabReleaseLink that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_link#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabReleaseLink to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -68,7 +68,7 @@ export class DataGitlabReleaseLink extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link gitlab_release_link} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_link gitlab_release_link} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -79,7 +79,7 @@ export class DataGitlabReleaseLink extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_release_link',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-release-links/README.md b/src/data-gitlab-release-links/README.md
index 04f2bfa1c..07cab8783 100644
--- a/src/data-gitlab-release-links/README.md
+++ b/src/data-gitlab-release-links/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_release_links`
-Refer to the Terraform Registry for docs: [`data_gitlab_release_links`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links).
+Refer to the Terraform Registry for docs: [`data_gitlab_release_links`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_links).
diff --git a/src/data-gitlab-release-links/index.ts b/src/data-gitlab-release-links/index.ts
index 43008eeca..8673a3500 100644
--- a/src/data-gitlab-release-links/index.ts
+++ b/src/data-gitlab-release-links/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_links
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabReleaseLinksConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,13 +22,13 @@ export interface DataGitlabReleaseLinksConfig extends cdktf.TerraformMetaArgumen
/**
* The ID or full path to the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
*/
readonly project: string;
/**
* The tag associated with the Release.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
*/
readonly tagName: string;
}
@@ -149,7 +149,7 @@ export class DataGitlabReleaseLinksReleaseLinksList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links gitlab_release_links}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_links gitlab_release_links}
*/
export class DataGitlabReleaseLinks extends cdktf.TerraformDataSource {
@@ -165,7 +165,7 @@ export class DataGitlabReleaseLinks extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabReleaseLinks resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabReleaseLinks to import
- * @param importFromId The id of the existing DataGitlabReleaseLinks that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabReleaseLinks that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_links#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabReleaseLinks to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -177,7 +177,7 @@ export class DataGitlabReleaseLinks extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links gitlab_release_links} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release_links gitlab_release_links} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -188,7 +188,7 @@ export class DataGitlabReleaseLinks extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_release_links',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-release/README.md b/src/data-gitlab-release/README.md
index 6ab8b397b..95b0ccbe5 100644
--- a/src/data-gitlab-release/README.md
+++ b/src/data-gitlab-release/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_release`
-Refer to the Terraform Registry for docs: [`data_gitlab_release`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release).
+Refer to the Terraform Registry for docs: [`data_gitlab_release`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release).
diff --git a/src/data-gitlab-release/index.ts b/src/data-gitlab-release/index.ts
index 7a5a656a7..d3452b8c9 100644
--- a/src/data-gitlab-release/index.ts
+++ b/src/data-gitlab-release/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface DataGitlabReleaseConfig extends cdktf.TerraformMetaArguments {
/**
* The ID or URL-encoded path of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release#project_id DataGitlabRelease#project_id}
*/
readonly projectId: string;
/**
* The Git tag the release is associated with.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
*/
readonly tagName: string;
/**
* assets block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release#assets DataGitlabRelease#assets}
*/
readonly assets?: DataGitlabReleaseAssets;
}
@@ -227,13 +227,13 @@ export interface DataGitlabReleaseAssets {
/**
* links block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#links DataGitlabRelease#links}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release#links DataGitlabRelease#links}
*/
readonly links?: DataGitlabReleaseAssetsLinks[] | cdktf.IResolvable;
/**
* sources block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release#sources DataGitlabRelease#sources}
*/
readonly sources?: DataGitlabReleaseAssetsSources[] | cdktf.IResolvable;
}
@@ -361,7 +361,7 @@ export class DataGitlabReleaseAssetsOutputReference extends cdktf.ComplexObject
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release gitlab_release}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release gitlab_release}
*/
export class DataGitlabRelease extends cdktf.TerraformDataSource {
@@ -377,7 +377,7 @@ export class DataGitlabRelease extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabRelease resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabRelease to import
- * @param importFromId The id of the existing DataGitlabRelease that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabRelease that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabRelease to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -389,7 +389,7 @@ export class DataGitlabRelease extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release gitlab_release} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/release gitlab_release} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -400,7 +400,7 @@ export class DataGitlabRelease extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_release',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-repository-file/README.md b/src/data-gitlab-repository-file/README.md
index 0e9c583ff..267610bdd 100644
--- a/src/data-gitlab-repository-file/README.md
+++ b/src/data-gitlab-repository-file/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_repository_file`
-Refer to the Terraform Registry for docs: [`data_gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file).
+Refer to the Terraform Registry for docs: [`data_gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_file).
diff --git a/src/data-gitlab-repository-file/index.ts b/src/data-gitlab-repository-file/index.ts
index a7a58c455..e997cd625 100644
--- a/src/data-gitlab-repository-file/index.ts
+++ b/src/data-gitlab-repository-file/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_file
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface DataGitlabRepositoryFileConfig extends cdktf.TerraformMetaArgum
/**
* 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.6.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.1/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
*/
readonly filePath: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,19 +28,19 @@ export interface DataGitlabRepositoryFileConfig extends cdktf.TerraformMetaArgum
/**
* The name or ID of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
*/
readonly project: string;
/**
* The name of branch, tag or commit.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
*/
readonly ref: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file gitlab_repository_file}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_file gitlab_repository_file}
*/
export class DataGitlabRepositoryFile extends cdktf.TerraformDataSource {
@@ -56,7 +56,7 @@ export class DataGitlabRepositoryFile extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabRepositoryFile resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabRepositoryFile to import
- * @param importFromId The id of the existing DataGitlabRepositoryFile that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabRepositoryFile that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabRepositoryFile to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -68,7 +68,7 @@ export class DataGitlabRepositoryFile extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file gitlab_repository_file} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_file gitlab_repository_file} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -79,7 +79,7 @@ export class DataGitlabRepositoryFile extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_repository_file',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-repository-tree/README.md b/src/data-gitlab-repository-tree/README.md
index c3326d7b3..52dd1cef6 100644
--- a/src/data-gitlab-repository-tree/README.md
+++ b/src/data-gitlab-repository-tree/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_repository_tree`
-Refer to the Terraform Registry for docs: [`data_gitlab_repository_tree`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree).
+Refer to the Terraform Registry for docs: [`data_gitlab_repository_tree`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree).
diff --git a/src/data-gitlab-repository-tree/index.ts b/src/data-gitlab-repository-tree/index.ts
index eff193922..51de42006 100644
--- a/src/data-gitlab-repository-tree/index.ts
+++ b/src/data-gitlab-repository-tree/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabRepositoryTreeConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,25 +22,25 @@ export interface DataGitlabRepositoryTreeConfig extends cdktf.TerraformMetaArgum
/**
* The path inside repository. Used to get content of subdirectories.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
*/
readonly path?: 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.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
*/
readonly project: string;
/**
* Boolean value used to get a recursive tree (false by default).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
*/
readonly recursive?: boolean | cdktf.IResolvable;
/**
* The name of a repository branch or tag.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
*/
readonly ref: string;
}
@@ -141,7 +141,7 @@ export class DataGitlabRepositoryTreeTreeList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree gitlab_repository_tree}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree gitlab_repository_tree}
*/
export class DataGitlabRepositoryTree extends cdktf.TerraformDataSource {
@@ -157,7 +157,7 @@ export class DataGitlabRepositoryTree extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabRepositoryTree resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabRepositoryTree to import
- * @param importFromId The id of the existing DataGitlabRepositoryTree that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabRepositoryTree that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabRepositoryTree to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -169,7 +169,7 @@ export class DataGitlabRepositoryTree extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree gitlab_repository_tree} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/repository_tree gitlab_repository_tree} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -180,7 +180,7 @@ export class DataGitlabRepositoryTree extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_repository_tree',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-runners/README.md b/src/data-gitlab-runners/README.md
index 4ccc06243..38c6be95c 100644
--- a/src/data-gitlab-runners/README.md
+++ b/src/data-gitlab-runners/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_runners`
-Refer to the Terraform Registry for docs: [`data_gitlab_runners`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners).
+Refer to the Terraform Registry for docs: [`data_gitlab_runners`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners).
diff --git a/src/data-gitlab-runners/index.ts b/src/data-gitlab-runners/index.ts
index 82d29158a..6db394471 100644
--- a/src/data-gitlab-runners/index.ts
+++ b/src/data-gitlab-runners/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,25 @@ export interface DataGitlabRunnersConfig extends cdktf.TerraformMetaArguments {
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#paused DataGitlabRunners#paused}
*/
readonly paused?: boolean | cdktf.IResolvable;
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#status DataGitlabRunners#status}
*/
readonly status?: 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
*/
readonly tagList?: 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#type DataGitlabRunners#type}
*/
readonly type?: string;
}
@@ -144,7 +144,7 @@ export class DataGitlabRunnersRunnersList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners gitlab_runners}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners gitlab_runners}
*/
export class DataGitlabRunners extends cdktf.TerraformDataSource {
@@ -160,7 +160,7 @@ export class DataGitlabRunners extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabRunners resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabRunners to import
- * @param importFromId 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
+ * @param importFromId The id of the existing DataGitlabRunners that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabRunners to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -172,7 +172,7 @@ export class DataGitlabRunners extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners gitlab_runners} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/runners gitlab_runners} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -183,7 +183,7 @@ export class DataGitlabRunners extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_runners',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-user-sshkeys/README.md b/src/data-gitlab-user-sshkeys/README.md
index 35a22868d..328247fd9 100644
--- a/src/data-gitlab-user-sshkeys/README.md
+++ b/src/data-gitlab-user-sshkeys/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_user_sshkeys`
-Refer to the Terraform Registry for docs: [`data_gitlab_user_sshkeys`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys).
+Refer to the Terraform Registry for docs: [`data_gitlab_user_sshkeys`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user_sshkeys).
diff --git a/src/data-gitlab-user-sshkeys/index.ts b/src/data-gitlab-user-sshkeys/index.ts
index 8e1e5394b..2636b6a3b 100644
--- a/src/data-gitlab-user-sshkeys/index.ts
+++ b/src/data-gitlab-user-sshkeys/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user_sshkeys
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataGitlabUserSshkeysConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,13 +22,13 @@ export interface DataGitlabUserSshkeysConfig extends cdktf.TerraformMetaArgument
/**
* ID of the user to get the SSH keys for.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
*/
readonly userId?: number;
/**
* Username of the user to get the SSH keys for.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
*/
readonly username?: string;
}
@@ -134,7 +134,7 @@ export class DataGitlabUserSshkeysKeysList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user_sshkeys gitlab_user_sshkeys}
*/
export class DataGitlabUserSshkeys extends cdktf.TerraformDataSource {
@@ -150,7 +150,7 @@ export class DataGitlabUserSshkeys extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabUserSshkeys resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabUserSshkeys to import
- * @param importFromId The id of the existing DataGitlabUserSshkeys that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabUserSshkeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user_sshkeys#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabUserSshkeys to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -162,7 +162,7 @@ export class DataGitlabUserSshkeys extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user_sshkeys gitlab_user_sshkeys} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -173,7 +173,7 @@ export class DataGitlabUserSshkeys extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_user_sshkeys',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-user/README.md b/src/data-gitlab-user/README.md
index 6833496db..544ca4cb0 100644
--- a/src/data-gitlab-user/README.md
+++ b/src/data-gitlab-user/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_user`
-Refer to the Terraform Registry for docs: [`data_gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user).
+Refer to the Terraform Registry for docs: [`data_gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user).
diff --git a/src/data-gitlab-user/index.ts b/src/data-gitlab-user/index.ts
index 70f8b3f25..215875a62 100644
--- a/src/data-gitlab-user/index.ts
+++ b/src/data-gitlab-user/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface DataGitlabUserConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/data-sources/user#email DataGitlabUser#email}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user#email DataGitlabUser#email}
*/
readonly email?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,25 +28,25 @@ export interface DataGitlabUserConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
*/
readonly namespaceId?: number;
/**
* The ID of the user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user#user_id DataGitlabUser#user_id}
*/
readonly userId?: number;
/**
* The username of the user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#username DataGitlabUser#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user#username DataGitlabUser#username}
*/
readonly username?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user gitlab_user}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user gitlab_user}
*/
export class DataGitlabUser extends cdktf.TerraformDataSource {
@@ -62,7 +62,7 @@ export class DataGitlabUser extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabUser resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabUser to import
- * @param importFromId The id of the existing DataGitlabUser that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabUser to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class DataGitlabUser extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user gitlab_user} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/user gitlab_user} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class DataGitlabUser extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_user',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/data-gitlab-users/README.md b/src/data-gitlab-users/README.md
index 09dc19ce6..2dac830d2 100644
--- a/src/data-gitlab-users/README.md
+++ b/src/data-gitlab-users/README.md
@@ -1,3 +1,3 @@
# `data_gitlab_users`
-Refer to the Terraform Registry for docs: [`data_gitlab_users`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users).
+Refer to the Terraform Registry for docs: [`data_gitlab_users`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users).
diff --git a/src/data-gitlab-users/index.ts b/src/data-gitlab-users/index.ts
index 2c66d6728..4e46ec940 100644
--- a/src/data-gitlab-users/index.ts
+++ b/src/data-gitlab-users/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,41 +15,41 @@ export interface DataGitlabUsersConfig extends cdktf.TerraformMetaArguments {
/**
* Filter users that are active.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#active DataGitlabUsers#active}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#active DataGitlabUsers#active}
*/
readonly active?: boolean | cdktf.IResolvable;
/**
* Filter users that are blocked.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#blocked DataGitlabUsers#blocked}
*/
readonly blocked?: boolean | cdktf.IResolvable;
/**
* Search for users created after a specific date. (Requires administrator privileges)
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#created_after DataGitlabUsers#created_after}
*/
readonly createdAfter?: 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.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#created_before DataGitlabUsers#created_before}
*/
readonly createdBefore?: string;
/**
* Lookup users by external provider. (Requires administrator privileges)
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
*/
readonly externProvider?: string;
/**
* Lookup users by external UID. (Requires administrator privileges)
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
*/
readonly externUid?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -58,19 +58,19 @@ export interface DataGitlabUsersConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#order_by DataGitlabUsers#order_by}
*/
readonly orderBy?: string;
/**
* Search users by username, name or email.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#search DataGitlabUsers#search}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#search DataGitlabUsers#search}
*/
readonly search?: 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.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#sort DataGitlabUsers#sort}
*/
readonly sort?: string;
}
@@ -286,7 +286,7 @@ export class DataGitlabUsersUsersList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users gitlab_users}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users gitlab_users}
*/
export class DataGitlabUsers extends cdktf.TerraformDataSource {
@@ -302,7 +302,7 @@ export class DataGitlabUsers extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataGitlabUsers resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataGitlabUsers to import
- * @param importFromId The id of the existing DataGitlabUsers that should be imported. 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
+ * @param importFromId The id of the existing DataGitlabUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataGitlabUsers to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -314,7 +314,7 @@ export class DataGitlabUsers extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users gitlab_users} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/data-sources/users gitlab_users} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -325,7 +325,7 @@ export class DataGitlabUsers extends cdktf.TerraformDataSource {
terraformResourceType: 'gitlab_users',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/deploy-key-enable/README.md b/src/deploy-key-enable/README.md
index 49a5b10e1..d7ff9cc29 100644
--- a/src/deploy-key-enable/README.md
+++ b/src/deploy-key-enable/README.md
@@ -1,3 +1,3 @@
# `gitlab_deploy_key_enable`
-Refer to the Terraform Registry for docs: [`gitlab_deploy_key_enable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable).
+Refer to the Terraform Registry for docs: [`gitlab_deploy_key_enable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable).
diff --git a/src/deploy-key-enable/index.ts b/src/deploy-key-enable/index.ts
index 4520d4836..5752c9142 100644
--- a/src/deploy-key-enable/index.ts
+++ b/src/deploy-key-enable/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface DeployKeyEnableConfig extends cdktf.TerraformMetaArguments {
/**
* Can deploy key push to the project's repository.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
*/
readonly canPush?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,31 +28,31 @@ export interface DeployKeyEnableConfig extends cdktf.TerraformMetaArguments {
/**
* Deploy key.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
*/
readonly key?: string;
/**
* The Gitlab key id for the pre-existing deploy key
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
*/
readonly keyId: 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.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
*/
readonly project: string;
/**
* Deploy key's title.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
*/
readonly title?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable gitlab_deploy_key_enable}
*/
export class DeployKeyEnable extends cdktf.TerraformResource {
@@ -68,7 +68,7 @@ export class DeployKeyEnable extends cdktf.TerraformResource {
* Generates CDKTF code for importing a DeployKeyEnable resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DeployKeyEnable to import
- * @param importFromId The id of the existing DeployKeyEnable that should be imported. 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
+ * @param importFromId The id of the existing DeployKeyEnable that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DeployKeyEnable to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -80,7 +80,7 @@ export class DeployKeyEnable extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key_enable gitlab_deploy_key_enable} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -91,7 +91,7 @@ export class DeployKeyEnable extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_deploy_key_enable',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/deploy-key/README.md b/src/deploy-key/README.md
index 68aef9bf5..754d2241e 100644
--- a/src/deploy-key/README.md
+++ b/src/deploy-key/README.md
@@ -1,3 +1,3 @@
# `gitlab_deploy_key`
-Refer to the Terraform Registry for docs: [`gitlab_deploy_key`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key).
+Refer to the Terraform Registry for docs: [`gitlab_deploy_key`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key).
diff --git a/src/deploy-key/index.ts b/src/deploy-key/index.ts
index 75ead75af..86905911c 100644
--- a/src/deploy-key/index.ts
+++ b/src/deploy-key/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface DeployKeyConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key#can_push DeployKey#can_push}
*/
readonly canPush?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,25 +28,25 @@ export interface DeployKeyConfig extends cdktf.TerraformMetaArguments {
/**
* The public ssh key body.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#key DeployKey#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key#key DeployKey#key}
*/
readonly key: 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.6.0/docs/resources/deploy_key#project DeployKey#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key#project DeployKey#project}
*/
readonly project: string;
/**
* A title to describe the deploy key with.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#title DeployKey#title}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key#title DeployKey#title}
*/
readonly title: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key gitlab_deploy_key}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key gitlab_deploy_key}
*/
export class DeployKey extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class DeployKey extends cdktf.TerraformResource {
* Generates CDKTF code for importing a DeployKey resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DeployKey to import
- * @param importFromId The id of the existing DeployKey that should be imported. 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
+ * @param importFromId The id of the existing DeployKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DeployKey to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class DeployKey extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key gitlab_deploy_key} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_key gitlab_deploy_key} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class DeployKey extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_deploy_key',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/deploy-token/README.md b/src/deploy-token/README.md
index bed2eb33e..9bacac7a1 100644
--- a/src/deploy-token/README.md
+++ b/src/deploy-token/README.md
@@ -1,3 +1,3 @@
# `gitlab_deploy_token`
-Refer to the Terraform Registry for docs: [`gitlab_deploy_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token).
+Refer to the Terraform Registry for docs: [`gitlab_deploy_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token).
diff --git a/src/deploy-token/index.ts b/src/deploy-token/index.ts
index 85f54c95d..f6039242e 100644
--- a/src/deploy-token/index.ts
+++ b/src/deploy-token/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface DeployTokenConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token#expires_at DeployToken#expires_at}
*/
readonly expiresAt?: 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.6.0/docs/resources/deploy_token#group DeployToken#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token#group DeployToken#group}
*/
readonly group?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -34,31 +34,31 @@ export interface DeployTokenConfig extends cdktf.TerraformMetaArguments {
/**
* A name to describe the deploy token with.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#name DeployToken#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token#name DeployToken#name}
*/
readonly name: 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.6.0/docs/resources/deploy_token#project DeployToken#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token#project DeployToken#project}
*/
readonly project?: 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.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token#scopes DeployToken#scopes}
*/
readonly scopes: 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.6.0/docs/resources/deploy_token#username DeployToken#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token#username DeployToken#username}
*/
readonly username?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token gitlab_deploy_token}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token gitlab_deploy_token}
*/
export class DeployToken extends cdktf.TerraformResource {
@@ -74,7 +74,7 @@ export class DeployToken extends cdktf.TerraformResource {
* Generates CDKTF code for importing a DeployToken resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DeployToken to import
- * @param importFromId The id of the existing DeployToken that should be imported. 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
+ * @param importFromId The id of the existing DeployToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DeployToken to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -86,7 +86,7 @@ export class DeployToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token gitlab_deploy_token} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/deploy_token gitlab_deploy_token} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -97,7 +97,7 @@ export class DeployToken extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_deploy_token',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/global-level-notifications/README.md b/src/global-level-notifications/README.md
index 69f81a18a..4729c3049 100644
--- a/src/global-level-notifications/README.md
+++ b/src/global-level-notifications/README.md
@@ -1,3 +1,3 @@
# `gitlab_global_level_notifications`
-Refer to the Terraform Registry for docs: [`gitlab_global_level_notifications`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications).
+Refer to the Terraform Registry for docs: [`gitlab_global_level_notifications`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/global_level_notifications).
diff --git a/src/global-level-notifications/index.ts b/src/global-level-notifications/index.ts
index d00310d72..fab884d3e 100644
--- a/src/global-level-notifications/index.ts
+++ b/src/global-level-notifications/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/global_level_notifications
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,115 +15,115 @@ export interface GlobalLevelNotificationsConfig extends cdktf.TerraformMetaArgum
/**
* 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.6.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.1/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
*/
readonly closeIssue?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
*/
readonly closeMergeRequest?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
*/
readonly failedPipeline?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
*/
readonly fixedPipeline?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
*/
readonly issueDue?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
*/
readonly level?: string;
/**
* 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.6.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.1/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
*/
readonly mergeMergeRequest?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
*/
readonly mergeWhenPipelineSucceeds?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
*/
readonly movedProject?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
*/
readonly newIssue?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
*/
readonly newMergeRequest?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
*/
readonly newNote?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
*/
readonly pushToMergeRequest?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
*/
readonly reassignIssue?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
*/
readonly reassignMergeRequest?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
*/
readonly reopenIssue?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
*/
readonly reopenMergeRequest?: boolean | cdktf.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.6.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.1/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
*/
readonly successPipeline?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications gitlab_global_level_notifications}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/global_level_notifications gitlab_global_level_notifications}
*/
export class GlobalLevelNotifications extends cdktf.TerraformResource {
@@ -139,7 +139,7 @@ export class GlobalLevelNotifications extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GlobalLevelNotifications resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GlobalLevelNotifications to import
- * @param importFromId The id of the existing GlobalLevelNotifications that should be imported. 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
+ * @param importFromId The id of the existing GlobalLevelNotifications that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/global_level_notifications#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GlobalLevelNotifications to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -151,7 +151,7 @@ export class GlobalLevelNotifications extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications gitlab_global_level_notifications} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/global_level_notifications gitlab_global_level_notifications} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -162,7 +162,7 @@ export class GlobalLevelNotifications extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_global_level_notifications',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-access-token/README.md b/src/group-access-token/README.md
index 41810fcec..99161a1c5 100644
--- a/src/group-access-token/README.md
+++ b/src/group-access-token/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_access_token`
-Refer to the Terraform Registry for docs: [`gitlab_group_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token).
+Refer to the Terraform Registry for docs: [`gitlab_group_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_access_token).
diff --git a/src/group-access-token/index.ts b/src/group-access-token/index.ts
index e14a69d2c..1c38d884e 100644
--- a/src/group-access-token/index.ts
+++ b/src/group-access-token/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_access_token
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,37 +15,37 @@ export interface GroupAccessTokenConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
*/
readonly accessLevel?: string;
/**
* When the token will expire, YYYY-MM-DD format.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
*/
readonly expiresAt?: string;
/**
* The ID or full path of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_access_token#group GroupAccessToken#group}
*/
readonly group: string;
/**
* The name of the group access token.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_access_token#name GroupAccessToken#name}
*/
readonly name: string;
/**
* 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.6.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.1/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
*/
readonly rotationConfiguration?: GroupAccessTokenRotationConfiguration;
/**
* 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.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
*/
readonly scopes: string[];
}
@@ -53,13 +53,13 @@ export interface GroupAccessTokenRotationConfiguration {
/**
* The duration (in days) the new token should be valid for.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
*/
readonly expirationDays: number;
/**
* 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.6.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.1/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
*/
readonly rotateBeforeDays: number;
}
@@ -176,7 +176,7 @@ export class GroupAccessTokenRotationConfigurationOutputReference extends cdktf.
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token gitlab_group_access_token}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_access_token gitlab_group_access_token}
*/
export class GroupAccessToken extends cdktf.TerraformResource {
@@ -192,7 +192,7 @@ export class GroupAccessToken extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupAccessToken resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupAccessToken to import
- * @param importFromId The id of the existing GroupAccessToken that should be imported. 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
+ * @param importFromId The id of the existing GroupAccessToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_access_token#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupAccessToken to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -204,7 +204,7 @@ export class GroupAccessToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token gitlab_group_access_token} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_access_token gitlab_group_access_token} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -215,7 +215,7 @@ export class GroupAccessToken extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_access_token',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-badge/README.md b/src/group-badge/README.md
index 4496ea550..242dc8e83 100644
--- a/src/group-badge/README.md
+++ b/src/group-badge/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_badge`
-Refer to the Terraform Registry for docs: [`gitlab_group_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge).
+Refer to the Terraform Registry for docs: [`gitlab_group_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge).
diff --git a/src/group-badge/index.ts b/src/group-badge/index.ts
index 26a8a8b3d..fd101dea6 100644
--- a/src/group-badge/index.ts
+++ b/src/group-badge/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface GroupBadgeConfig extends cdktf.TerraformMetaArguments {
/**
* The id of the group to add the badge to.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#group GroupBadge#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge#group GroupBadge#group}
*/
readonly group: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,25 +28,25 @@ export interface GroupBadgeConfig extends cdktf.TerraformMetaArguments {
/**
* The image url which will be presented on group overview.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge#image_url GroupBadge#image_url}
*/
readonly imageUrl: string;
/**
* The url linked with the badge.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge#link_url GroupBadge#link_url}
*/
readonly linkUrl: string;
/**
* The name of the badge.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#name GroupBadge#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge#name GroupBadge#name}
*/
readonly name?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge gitlab_group_badge}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge gitlab_group_badge}
*/
export class GroupBadge extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class GroupBadge extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupBadge resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupBadge to import
- * @param importFromId The id of the existing GroupBadge that should be imported. 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
+ * @param importFromId The id of the existing GroupBadge that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupBadge to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class GroupBadge extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge gitlab_group_badge} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_badge gitlab_group_badge} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class GroupBadge extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_badge',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-cluster/README.md b/src/group-cluster/README.md
index 7431385b2..71b6e099c 100644
--- a/src/group-cluster/README.md
+++ b/src/group-cluster/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_cluster`
-Refer to the Terraform Registry for docs: [`gitlab_group_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster).
+Refer to the Terraform Registry for docs: [`gitlab_group_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster).
diff --git a/src/group-cluster/index.ts b/src/group-cluster/index.ts
index 739c9b3f9..0a5370dc4 100644
--- a/src/group-cluster/index.ts
+++ b/src/group-cluster/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,29 +15,29 @@ export interface GroupClusterConfig extends cdktf.TerraformMetaArguments {
/**
* The base domain of the cluster.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster#domain GroupCluster#domain}
*/
readonly domain?: string;
/**
* 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.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster#enabled GroupCluster#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
* The associated environment to the cluster. Defaults to `*`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
*/
readonly environmentScope?: string;
/**
* The id of the group to add the cluster to.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#group GroupCluster#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster#group GroupCluster#group}
*/
readonly group: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -46,49 +46,49 @@ export interface GroupClusterConfig extends cdktf.TerraformMetaArguments {
/**
* The URL to access the Kubernetes API.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
*/
readonly kubernetesApiUrl: 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.6.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.1/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
*/
readonly kubernetesAuthorizationType?: 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.6.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.1/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
*/
readonly kubernetesCaCert?: string;
/**
* The token to authenticate against Kubernetes.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
*/
readonly kubernetesToken: string;
/**
* 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.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster#managed GroupCluster#managed}
*/
readonly managed?: boolean | cdktf.IResolvable;
/**
* The ID of the management project for the cluster.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
*/
readonly managementProjectId?: string;
/**
* The name of cluster.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#name GroupCluster#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster#name GroupCluster#name}
*/
readonly name: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster gitlab_group_cluster}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster gitlab_group_cluster}
*/
export class GroupCluster extends cdktf.TerraformResource {
@@ -104,7 +104,7 @@ export class GroupCluster extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupCluster resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupCluster to import
- * @param importFromId The id of the existing GroupCluster that should be imported. 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
+ * @param importFromId The id of the existing GroupCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupCluster to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -116,7 +116,7 @@ export class GroupCluster extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster gitlab_group_cluster} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_cluster gitlab_group_cluster} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -127,7 +127,7 @@ export class GroupCluster extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_cluster',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-custom-attribute/README.md b/src/group-custom-attribute/README.md
index 3608ff44c..609e3f643 100644
--- a/src/group-custom-attribute/README.md
+++ b/src/group-custom-attribute/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_custom_attribute`
-Refer to the Terraform Registry for docs: [`gitlab_group_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute).
+Refer to the Terraform Registry for docs: [`gitlab_group_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_custom_attribute).
diff --git a/src/group-custom-attribute/index.ts b/src/group-custom-attribute/index.ts
index 1a056ff7f..6a89d5904 100644
--- a/src/group-custom-attribute/index.ts
+++ b/src/group-custom-attribute/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_custom_attribute
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface GroupCustomAttributeConfig extends cdktf.TerraformMetaArguments
/**
* The id of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
*/
readonly group: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,19 +28,19 @@ export interface GroupCustomAttributeConfig extends cdktf.TerraformMetaArguments
/**
* Key for the Custom Attribute.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
*/
readonly key: string;
/**
* Value for the Custom Attribute.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
*/
readonly value: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_custom_attribute gitlab_group_custom_attribute}
*/
export class GroupCustomAttribute extends cdktf.TerraformResource {
@@ -56,7 +56,7 @@ export class GroupCustomAttribute extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupCustomAttribute resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupCustomAttribute to import
- * @param importFromId The id of the existing GroupCustomAttribute that should be imported. 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
+ * @param importFromId The id of the existing GroupCustomAttribute that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_custom_attribute#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupCustomAttribute to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -68,7 +68,7 @@ export class GroupCustomAttribute extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_custom_attribute gitlab_group_custom_attribute} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -79,7 +79,7 @@ export class GroupCustomAttribute extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_custom_attribute',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-epic-board/README.md b/src/group-epic-board/README.md
index 222525321..cb9afdf67 100644
--- a/src/group-epic-board/README.md
+++ b/src/group-epic-board/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_epic_board`
-Refer to the Terraform Registry for docs: [`gitlab_group_epic_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board).
+Refer to the Terraform Registry for docs: [`gitlab_group_epic_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_epic_board).
diff --git a/src/group-epic-board/index.ts b/src/group-epic-board/index.ts
index 39674f177..8b9ca3699 100644
--- a/src/group-epic-board/index.ts
+++ b/src/group-epic-board/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_epic_board
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface GroupEpicBoardConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_epic_board#group GroupEpicBoard#group}
*/
readonly group: string;
/**
* The name of the board.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_epic_board#name GroupEpicBoard#name}
*/
readonly name: string;
/**
* lists block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
*/
readonly lists?: GroupEpicBoardLists[] | cdktf.IResolvable;
}
@@ -35,7 +35,7 @@ export interface GroupEpicBoardLists {
/**
* The ID of the label the list should be scoped to.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
*/
readonly labelId?: number;
}
@@ -161,7 +161,7 @@ export class GroupEpicBoardListsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board gitlab_group_epic_board}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_epic_board gitlab_group_epic_board}
*/
export class GroupEpicBoard extends cdktf.TerraformResource {
@@ -177,7 +177,7 @@ export class GroupEpicBoard extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupEpicBoard resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupEpicBoard to import
- * @param importFromId The id of the existing GroupEpicBoard that should be imported. 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
+ * @param importFromId The id of the existing GroupEpicBoard that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_epic_board#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupEpicBoard to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -189,7 +189,7 @@ export class GroupEpicBoard extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board gitlab_group_epic_board} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_epic_board gitlab_group_epic_board} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -200,7 +200,7 @@ export class GroupEpicBoard extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_epic_board',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-hook/README.md b/src/group-hook/README.md
index ddcf76b70..b77e69af7 100644
--- a/src/group-hook/README.md
+++ b/src/group-hook/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_hook`
-Refer to the Terraform Registry for docs: [`gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook).
+Refer to the Terraform Registry for docs: [`gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook).
diff --git a/src/group-hook/index.ts b/src/group-hook/index.ts
index e44b9eae5..8bdf39b69 100644
--- a/src/group-hook/index.ts
+++ b/src/group-hook/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,121 +15,121 @@ export interface GroupHookConfig extends cdktf.TerraformMetaArguments {
/**
* Invoke the hook for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
*/
readonly confidentialIssuesEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
*/
readonly confidentialNoteEvents?: boolean | cdktf.IResolvable;
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
*/
readonly customHeaders?: GroupHookCustomHeaders[] | cdktf.IResolvable;
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
*/
readonly customWebhookTemplate?: string;
/**
* Invoke the hook for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
*/
readonly deploymentEvents?: boolean | cdktf.IResolvable;
/**
* Enable SSL verification when invoking the hook.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
*/
readonly enableSslVerification?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/group_hook#group GroupHook#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#group GroupHook#group}
*/
readonly group: string;
/**
* Invoke the hook for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#issues_events GroupHook#issues_events}
*/
readonly issuesEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#job_events GroupHook#job_events}
*/
readonly jobEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
*/
readonly mergeRequestsEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#note_events GroupHook#note_events}
*/
readonly noteEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
*/
readonly pipelineEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#push_events GroupHook#push_events}
*/
readonly pushEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for push events on matching branches only.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
*/
readonly pushEventsBranchFilter?: string;
/**
* Invoke the hook for release 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#releases_events GroupHook#releases_events}
*/
readonly releasesEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
*/
readonly subgroupEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
*/
readonly tagPushEvents?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/group_hook#token GroupHook#token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#token GroupHook#token}
*/
readonly token?: 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.6.0/docs/resources/group_hook#url GroupHook#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#url GroupHook#url}
*/
readonly url: string;
/**
* Invoke the hook for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
*/
readonly wikiPageEvents?: boolean | cdktf.IResolvable;
}
@@ -137,13 +137,13 @@ export interface GroupHookCustomHeaders {
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#key GroupHook#key}
*/
readonly key: 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#value GroupHook#value}
*/
readonly value: string;
}
@@ -282,7 +282,7 @@ export class GroupHookCustomHeadersList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook gitlab_group_hook}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook gitlab_group_hook}
*/
export class GroupHook extends cdktf.TerraformResource {
@@ -298,7 +298,7 @@ export class GroupHook extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupHook resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupHook to import
- * @param importFromId The id of the existing GroupHook that should be imported. 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
+ * @param importFromId The id of the existing GroupHook that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupHook to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -310,7 +310,7 @@ export class GroupHook extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook gitlab_group_hook} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_hook gitlab_group_hook} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -321,7 +321,7 @@ export class GroupHook extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_hook',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-issue-board/README.md b/src/group-issue-board/README.md
index fc9c9628c..184e204ce 100644
--- a/src/group-issue-board/README.md
+++ b/src/group-issue-board/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_issue_board`
-Refer to the Terraform Registry for docs: [`gitlab_group_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board).
+Refer to the Terraform Registry for docs: [`gitlab_group_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board).
diff --git a/src/group-issue-board/index.ts b/src/group-issue-board/index.ts
index f30e9922d..a327fa012 100644
--- a/src/group-issue-board/index.ts
+++ b/src/group-issue-board/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,31 +15,31 @@ export interface GroupIssueBoardConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#group GroupIssueBoard#group}
*/
readonly group: 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.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
*/
readonly labels?: string[];
/**
* The milestone the board should be scoped to.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
*/
readonly milestoneId?: number;
/**
* The name of the board.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#name GroupIssueBoard#name}
*/
readonly name: string;
/**
* lists block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
*/
readonly lists?: GroupIssueBoardLists[] | cdktf.IResolvable;
}
@@ -47,13 +47,13 @@ export interface GroupIssueBoardLists {
/**
* The ID of the label the list should be scoped to.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#label_id GroupIssueBoard#label_id}
*/
readonly labelId?: 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.6.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#position GroupIssueBoard#position}
*/
readonly position?: number;
}
@@ -203,7 +203,7 @@ export class GroupIssueBoardListsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board gitlab_group_issue_board}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board gitlab_group_issue_board}
*/
export class GroupIssueBoard extends cdktf.TerraformResource {
@@ -219,7 +219,7 @@ export class GroupIssueBoard extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupIssueBoard resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupIssueBoard to import
- * @param importFromId The id of the existing GroupIssueBoard that should be imported. 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
+ * @param importFromId The id of the existing GroupIssueBoard that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupIssueBoard to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -231,7 +231,7 @@ export class GroupIssueBoard extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board gitlab_group_issue_board} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_issue_board gitlab_group_issue_board} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -242,7 +242,7 @@ export class GroupIssueBoard extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_issue_board',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-label/README.md b/src/group-label/README.md
index 6310b5863..92dd0eb9b 100644
--- a/src/group-label/README.md
+++ b/src/group-label/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_label`
-Refer to the Terraform Registry for docs: [`gitlab_group_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label).
+Refer to the Terraform Registry for docs: [`gitlab_group_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_label).
diff --git a/src/group-label/index.ts b/src/group-label/index.ts
index 84068b68d..9a0329739 100644
--- a/src/group-label/index.ts
+++ b/src/group-label/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_label
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface GroupLabelConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/group_label#color GroupLabel#color}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_label#color GroupLabel#color}
*/
readonly color: string;
/**
* The description of the label.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#description GroupLabel#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_label#description GroupLabel#description}
*/
readonly description?: 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.6.0/docs/resources/group_label#group GroupLabel#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_label#group GroupLabel#group}
*/
readonly group: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -40,13 +40,13 @@ export interface GroupLabelConfig extends cdktf.TerraformMetaArguments {
/**
* The name of the label.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#name GroupLabel#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_label#name GroupLabel#name}
*/
readonly name: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label gitlab_group_label}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_label gitlab_group_label}
*/
export class GroupLabel extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class GroupLabel extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupLabel resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupLabel to import
- * @param importFromId The id of the existing GroupLabel that should be imported. 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
+ * @param importFromId The id of the existing GroupLabel that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_label#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupLabel to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class GroupLabel extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label gitlab_group_label} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_label gitlab_group_label} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class GroupLabel extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_label',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-ldap-link/README.md b/src/group-ldap-link/README.md
index 56bbdabea..c4e0769e6 100644
--- a/src/group-ldap-link/README.md
+++ b/src/group-ldap-link/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_ldap_link`
-Refer to the Terraform Registry for docs: [`gitlab_group_ldap_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link).
+Refer to the Terraform Registry for docs: [`gitlab_group_ldap_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_ldap_link).
diff --git a/src/group-ldap-link/index.ts b/src/group-ldap-link/index.ts
index 000e495ef..cbc19f1ea 100644
--- a/src/group-ldap-link/index.ts
+++ b/src/group-ldap-link/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_ldap_link
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,41 +15,41 @@ export interface GroupLdapLinkConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
*/
readonly accessLevel?: 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.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
*/
readonly cn?: 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.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
*/
readonly filter?: string;
/**
* 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.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_ldap_link#force GroupLdapLink#force}
*/
readonly force?: boolean | cdktf.IResolvable;
/**
* The ID or URL-encoded path of the group
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_ldap_link#group GroupLdapLink#group}
*/
readonly group: string;
/**
* 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.6.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.1/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
*/
readonly groupAccess?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -58,13 +58,13 @@ export interface GroupLdapLinkConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
*/
readonly ldapProvider: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link gitlab_group_ldap_link}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_ldap_link gitlab_group_ldap_link}
*/
export class GroupLdapLink extends cdktf.TerraformResource {
@@ -80,7 +80,7 @@ export class GroupLdapLink extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupLdapLink resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupLdapLink to import
- * @param importFromId The id of the existing GroupLdapLink that should be imported. 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
+ * @param importFromId The id of the existing GroupLdapLink that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_ldap_link#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupLdapLink to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -92,7 +92,7 @@ export class GroupLdapLink extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link gitlab_group_ldap_link} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_ldap_link gitlab_group_ldap_link} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -103,7 +103,7 @@ export class GroupLdapLink extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_ldap_link',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-membership/README.md b/src/group-membership/README.md
index 9ca24143b..9b2e32c84 100644
--- a/src/group-membership/README.md
+++ b/src/group-membership/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_membership`
-Refer to the Terraform Registry for docs: [`gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership).
+Refer to the Terraform Registry for docs: [`gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_membership).
diff --git a/src/group-membership/index.ts b/src/group-membership/index.ts
index 6a00d74c1..1b5cb7473 100644
--- a/src/group-membership/index.ts
+++ b/src/group-membership/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_membership
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface GroupMembershipConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_membership#access_level GroupMembership#access_level}
*/
readonly accessLevel: string;
/**
* Expiration date for the group membership. Format: `YYYY-MM-DD`
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_membership#expires_at GroupMembership#expires_at}
*/
readonly expiresAt?: string;
/**
* The id of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_membership#group_id GroupMembership#group_id}
*/
readonly groupId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -40,31 +40,31 @@ export interface GroupMembershipConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
*/
readonly memberRoleId?: number;
/**
* Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. Only used during a 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
*/
readonly skipSubresourcesOnDestroy?: boolean | cdktf.IResolvable;
/**
* Whether the removed member should be unassigned from any issues or merge requests inside a given group or project. Only used during a 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
*/
readonly unassignIssuablesOnDestroy?: boolean | cdktf.IResolvable;
/**
* The id of the user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_membership#user_id GroupMembership#user_id}
*/
readonly userId: number;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership gitlab_group_membership}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_membership gitlab_group_membership}
*/
export class GroupMembership extends cdktf.TerraformResource {
@@ -80,7 +80,7 @@ export class GroupMembership extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupMembership resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupMembership to import
- * @param importFromId The id of the existing GroupMembership that should be imported. 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
+ * @param importFromId The id of the existing GroupMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_membership#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupMembership to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -92,7 +92,7 @@ export class GroupMembership extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership gitlab_group_membership} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_membership gitlab_group_membership} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -103,7 +103,7 @@ export class GroupMembership extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_membership',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-project-file-template/README.md b/src/group-project-file-template/README.md
index b8fe58c1c..8c559f44c 100644
--- a/src/group-project-file-template/README.md
+++ b/src/group-project-file-template/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_project_file_template`
-Refer to the Terraform Registry for docs: [`gitlab_group_project_file_template`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template).
+Refer to the Terraform Registry for docs: [`gitlab_group_project_file_template`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_project_file_template).
diff --git a/src/group-project-file-template/index.ts b/src/group-project-file-template/index.ts
index 2756214d3..3dac468ef 100644
--- a/src/group-project-file-template/index.ts
+++ b/src/group-project-file-template/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_project_file_template
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -16,18 +16,18 @@ export interface GroupProjectFileTemplateConfig extends cdktf.TerraformMetaArgum
* 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.6.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.1/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
*/
readonly fileTemplateProjectId: number;
/**
* 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.6.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.1/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
*/
readonly groupId: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -36,7 +36,7 @@ export interface GroupProjectFileTemplateConfig extends cdktf.TerraformMetaArgum
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template gitlab_group_project_file_template}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_project_file_template gitlab_group_project_file_template}
*/
export class GroupProjectFileTemplate extends cdktf.TerraformResource {
@@ -52,7 +52,7 @@ export class GroupProjectFileTemplate extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupProjectFileTemplate resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupProjectFileTemplate to import
- * @param importFromId The id of the existing GroupProjectFileTemplate that should be imported. 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
+ * @param importFromId The id of the existing GroupProjectFileTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_project_file_template#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupProjectFileTemplate to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -64,7 +64,7 @@ export class GroupProjectFileTemplate extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template gitlab_group_project_file_template} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_project_file_template gitlab_group_project_file_template} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -75,7 +75,7 @@ export class GroupProjectFileTemplate extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_project_file_template',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-protected-environment/README.md b/src/group-protected-environment/README.md
index 23a720be9..491d26ee5 100644
--- a/src/group-protected-environment/README.md
+++ b/src/group-protected-environment/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_protected_environment`
-Refer to the Terraform Registry for docs: [`gitlab_group_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment).
+Refer to the Terraform Registry for docs: [`gitlab_group_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_protected_environment).
diff --git a/src/group-protected-environment/index.ts b/src/group-protected-environment/index.ts
index 39564bdd4..5f8bf829b 100644
--- a/src/group-protected-environment/index.ts
+++ b/src/group-protected-environment/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_protected_environment
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,25 @@ export interface GroupProtectedEnvironmentConfig extends cdktf.TerraformMetaArgu
/**
* 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.6.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.1/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
*/
readonly approvalRules?: GroupProtectedEnvironmentApprovalRules[] | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
*/
readonly deployAccessLevels: GroupProtectedEnvironmentDeployAccessLevels[] | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
*/
readonly environment: 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.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
*/
readonly group: string;
}
@@ -41,31 +41,31 @@ export interface GroupProtectedEnvironmentApprovalRules {
/**
* 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.6.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.1/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
*/
readonly accessLevel?: string;
/**
* The ID of the group allowed to approve a deployment to this protected environment. 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.6.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.1/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
*/
readonly groupId?: number;
/**
* Group inheritance allows access rules to take inherited group membership into account. 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.6.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.1/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
*/
readonly groupInheritanceType?: 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.6.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.1/docs/resources/group_protected_environment#required_approvals GroupProtectedEnvironment#required_approvals}
*/
readonly requiredApprovals?: number;
/**
* 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.6.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.1/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
*/
readonly userId?: number;
}
@@ -309,25 +309,25 @@ export interface GroupProtectedEnvironmentDeployAccessLevels {
/**
* 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.6.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.1/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
*/
readonly accessLevel?: string;
/**
* 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.6.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.1/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
*/
readonly groupId?: number;
/**
* Group inheritance allows deploy access levels to take inherited group membership into account. 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.6.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.1/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
*/
readonly groupInheritanceType?: number;
/**
* 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.6.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.1/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
*/
readonly userId?: number;
}
@@ -540,7 +540,7 @@ export class GroupProtectedEnvironmentDeployAccessLevelsList extends cdktf.Compl
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment gitlab_group_protected_environment}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_protected_environment gitlab_group_protected_environment}
*/
export class GroupProtectedEnvironment extends cdktf.TerraformResource {
@@ -556,7 +556,7 @@ export class GroupProtectedEnvironment extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupProtectedEnvironment resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupProtectedEnvironment to import
- * @param importFromId The id of the existing GroupProtectedEnvironment that should be imported. 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
+ * @param importFromId The id of the existing GroupProtectedEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_protected_environment#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupProtectedEnvironment to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -568,7 +568,7 @@ export class GroupProtectedEnvironment extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment gitlab_group_protected_environment} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_protected_environment gitlab_group_protected_environment} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -579,7 +579,7 @@ export class GroupProtectedEnvironment extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_protected_environment',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-saml-link/README.md b/src/group-saml-link/README.md
index 9a4eb9a76..478bf1552 100644
--- a/src/group-saml-link/README.md
+++ b/src/group-saml-link/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_saml_link`
-Refer to the Terraform Registry for docs: [`gitlab_group_saml_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link).
+Refer to the Terraform Registry for docs: [`gitlab_group_saml_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_saml_link).
diff --git a/src/group-saml-link/index.ts b/src/group-saml-link/index.ts
index 73ebdc5da..ff4f7cb3d 100644
--- a/src/group-saml-link/index.ts
+++ b/src/group-saml-link/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_saml_link
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface GroupSamlLinkConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
*/
readonly accessLevel: 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.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_saml_link#group GroupSamlLink#group}
*/
readonly group: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -34,19 +34,19 @@ export interface GroupSamlLinkConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
*/
readonly memberRoleId?: number;
/**
* The name of the SAML group.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
*/
readonly samlGroupName: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link gitlab_group_saml_link}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_saml_link gitlab_group_saml_link}
*/
export class GroupSamlLink extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class GroupSamlLink extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupSamlLink resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupSamlLink to import
- * @param importFromId The id of the existing GroupSamlLink that should be imported. 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
+ * @param importFromId The id of the existing GroupSamlLink that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_saml_link#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupSamlLink to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class GroupSamlLink extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link gitlab_group_saml_link} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_saml_link gitlab_group_saml_link} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class GroupSamlLink extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_saml_link',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-security-policy-attachment/README.md b/src/group-security-policy-attachment/README.md
index b9d75dfb9..91b28ca98 100644
--- a/src/group-security-policy-attachment/README.md
+++ b/src/group-security-policy-attachment/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_security_policy_attachment`
-Refer to the Terraform Registry for docs: [`gitlab_group_security_policy_attachment`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment).
+Refer to the Terraform Registry for docs: [`gitlab_group_security_policy_attachment`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_security_policy_attachment).
diff --git a/src/group-security-policy-attachment/index.ts b/src/group-security-policy-attachment/index.ts
index 4077170fa..f4b5d6b4e 100644
--- a/src/group-security-policy-attachment/index.ts
+++ b/src/group-security-policy-attachment/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_security_policy_attachment
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface GroupSecurityPolicyAttachmentConfig extends cdktf.TerraformMeta
/**
* 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.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
*/
readonly group: string;
/**
* The ID or Full Path of the security 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
*/
readonly policyProject: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}
*/
export class GroupSecurityPolicyAttachment extends cdktf.TerraformResource {
@@ -43,7 +43,7 @@ export class GroupSecurityPolicyAttachment extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupSecurityPolicyAttachment resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupSecurityPolicyAttachment to import
- * @param importFromId The id of the existing GroupSecurityPolicyAttachment that should be imported. 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
+ * @param importFromId The id of the existing GroupSecurityPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_security_policy_attachment#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupSecurityPolicyAttachment to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -55,7 +55,7 @@ export class GroupSecurityPolicyAttachment extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -66,7 +66,7 @@ export class GroupSecurityPolicyAttachment extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_security_policy_attachment',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-service-account-access-token/README.md b/src/group-service-account-access-token/README.md
index c94c04fda..1b25b472b 100644
--- a/src/group-service-account-access-token/README.md
+++ b/src/group-service-account-access-token/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_service_account_access_token`
-Refer to the Terraform Registry for docs: [`gitlab_group_service_account_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token).
+Refer to the Terraform Registry for docs: [`gitlab_group_service_account_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account_access_token).
diff --git a/src/group-service-account-access-token/index.ts b/src/group-service-account-access-token/index.ts
index e85c5970b..4ffb1c05e 100644
--- a/src/group-service-account-access-token/index.ts
+++ b/src/group-service-account-access-token/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account_access_token
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,39 +13,138 @@ import * as cdktf from 'cdktf';
export interface GroupServiceAccountAccessTokenConfig extends cdktf.TerraformMetaArguments {
/**
- * The personal access token expiry date. When left blank, the token follows the standard rule of expiry for personal access tokens.
+ * The service account 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.6.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.1/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
*/
readonly expiresAt?: 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.6.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.1/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
*/
readonly group: string;
/**
* The name of the personal access token.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
*/
readonly name: string;
/**
+ * 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.6.1/docs/resources/group_service_account_access_token#rotation_configuration GroupServiceAccountAccessToken#rotation_configuration}
+ */
+ readonly rotationConfiguration?: GroupServiceAccountAccessTokenRotationConfiguration;
+ /**
* 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.6.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.1/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
*/
readonly scopes: string[];
/**
* The ID of a service account user.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
*/
readonly userId: number;
}
+export interface GroupServiceAccountAccessTokenRotationConfiguration {
+ /**
+ * 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.6.1/docs/resources/group_service_account_access_token#rotate_before_days GroupServiceAccountAccessToken#rotate_before_days}
+ */
+ readonly rotateBeforeDays: number;
+}
+
+export function groupServiceAccountAccessTokenRotationConfigurationToTerraform(struct?: GroupServiceAccountAccessTokenRotationConfiguration | cdktf.IResolvable): any {
+ if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; }
+ if (cdktf.isComplexElement(struct)) {
+ throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration");
+ }
+ return {
+ rotate_before_days: cdktf.numberToTerraform(struct!.rotateBeforeDays),
+ }
+}
+
+
+export function groupServiceAccountAccessTokenRotationConfigurationToHclTerraform(struct?: GroupServiceAccountAccessTokenRotationConfiguration | cdktf.IResolvable): any {
+ if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; }
+ if (cdktf.isComplexElement(struct)) {
+ throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration");
+ }
+ const attrs = {
+ rotate_before_days: {
+ value: cdktf.numberToHclTerraform(struct!.rotateBeforeDays),
+ isBlock: false,
+ type: "simple",
+ storageClassType: "number",
+ },
+ };
+
+ // remove undefined attributes
+ return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
+}
+
+export class GroupServiceAccountAccessTokenRotationConfigurationOutputReference extends cdktf.ComplexObject {
+ private isEmptyObject = false;
+ private resolvableValue?: cdktf.IResolvable;
+
+ /**
+ * @param terraformResource The parent resource
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
+ */
+ public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string) {
+ super(terraformResource, terraformAttribute, false);
+ }
+
+ public get internalValue(): GroupServiceAccountAccessTokenRotationConfiguration | cdktf.IResolvable | undefined {
+ if (this.resolvableValue) {
+ return this.resolvableValue;
+ }
+ let hasAnyValues = this.isEmptyObject;
+ const internalValueResult: any = {};
+ if (this._rotateBeforeDays !== undefined) {
+ hasAnyValues = true;
+ internalValueResult.rotateBeforeDays = this._rotateBeforeDays;
+ }
+ return hasAnyValues ? internalValueResult : undefined;
+ }
+
+ public set internalValue(value: GroupServiceAccountAccessTokenRotationConfiguration | cdktf.IResolvable | undefined) {
+ if (value === undefined) {
+ this.isEmptyObject = false;
+ this.resolvableValue = undefined;
+ this._rotateBeforeDays = undefined;
+ }
+ else if (cdktf.Tokenization.isResolvable(value)) {
+ this.isEmptyObject = false;
+ this.resolvableValue = value;
+ }
+ else {
+ this.isEmptyObject = Object.keys(value).length === 0;
+ this.resolvableValue = undefined;
+ this._rotateBeforeDays = value.rotateBeforeDays;
+ }
+ }
+
+ // rotate_before_days - computed: false, optional: false, required: true
+ private _rotateBeforeDays?: number;
+ public get rotateBeforeDays() {
+ return this.getNumberAttribute('rotate_before_days');
+ }
+ public set rotateBeforeDays(value: number) {
+ this._rotateBeforeDays = value;
+ }
+ // Temporarily expose input value. Use with caution.
+ public get rotateBeforeDaysInput() {
+ return this._rotateBeforeDays;
+ }
+}
/**
-* 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}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}
*/
export class GroupServiceAccountAccessToken extends cdktf.TerraformResource {
@@ -61,7 +160,7 @@ export class GroupServiceAccountAccessToken extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupServiceAccountAccessToken resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupServiceAccountAccessToken to import
- * @param importFromId The id of the existing GroupServiceAccountAccessToken that should be imported. 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
+ * @param importFromId The id of the existing GroupServiceAccountAccessToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupServiceAccountAccessToken to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -73,7 +172,7 @@ export class GroupServiceAccountAccessToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -84,7 +183,7 @@ export class GroupServiceAccountAccessToken extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_service_account_access_token',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
@@ -98,6 +197,7 @@ export class GroupServiceAccountAccessToken extends cdktf.TerraformResource {
this._expiresAt = config.expiresAt;
this._group = config.group;
this._name = config.name;
+ this._rotationConfiguration.internalValue = config.rotationConfiguration;
this._scopes = config.scopes;
this._userId = config.userId;
}
@@ -168,6 +268,22 @@ export class GroupServiceAccountAccessToken extends cdktf.TerraformResource {
return this.getBooleanAttribute('revoked');
}
+ // rotation_configuration - computed: false, optional: true, required: false
+ private _rotationConfiguration = new GroupServiceAccountAccessTokenRotationConfigurationOutputReference(this, "rotation_configuration");
+ public get rotationConfiguration() {
+ return this._rotationConfiguration;
+ }
+ public putRotationConfiguration(value: GroupServiceAccountAccessTokenRotationConfiguration) {
+ this._rotationConfiguration.internalValue = value;
+ }
+ public resetRotationConfiguration() {
+ this._rotationConfiguration.internalValue = undefined;
+ }
+ // Temporarily expose input value. Use with caution.
+ public get rotationConfigurationInput() {
+ return this._rotationConfiguration.internalValue;
+ }
+
// scopes - computed: false, optional: false, required: true
private _scopes?: string[];
public get scopes() {
@@ -208,6 +324,7 @@ export class GroupServiceAccountAccessToken extends cdktf.TerraformResource {
expires_at: cdktf.stringToTerraform(this._expiresAt),
group: cdktf.stringToTerraform(this._group),
name: cdktf.stringToTerraform(this._name),
+ rotation_configuration: groupServiceAccountAccessTokenRotationConfigurationToTerraform(this._rotationConfiguration.internalValue),
scopes: cdktf.listMapper(cdktf.stringToTerraform, false)(this._scopes),
user_id: cdktf.numberToTerraform(this._userId),
};
@@ -233,6 +350,12 @@ export class GroupServiceAccountAccessToken extends cdktf.TerraformResource {
type: "simple",
storageClassType: "string",
},
+ rotation_configuration: {
+ value: groupServiceAccountAccessTokenRotationConfigurationToHclTerraform(this._rotationConfiguration.internalValue),
+ isBlock: true,
+ type: "struct",
+ storageClassType: "GroupServiceAccountAccessTokenRotationConfiguration",
+ },
scopes: {
value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._scopes),
isBlock: false,
diff --git a/src/group-service-account/README.md b/src/group-service-account/README.md
index 8fa9d1110..22378c207 100644
--- a/src/group-service-account/README.md
+++ b/src/group-service-account/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_service_account`
-Refer to the Terraform Registry for docs: [`gitlab_group_service_account`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account).
+Refer to the Terraform Registry for docs: [`gitlab_group_service_account`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account).
diff --git a/src/group-service-account/index.ts b/src/group-service-account/index.ts
index cb8682442..25df1b7df 100644
--- a/src/group-service-account/index.ts
+++ b/src/group-service-account/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,25 @@ export interface GroupServiceAccountConfig extends cdktf.TerraformMetaArguments
/**
* 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.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account#group GroupServiceAccount#group}
*/
readonly group: 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.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account#name GroupServiceAccount#name}
*/
readonly name?: 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.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account#username GroupServiceAccount#username}
*/
readonly username?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account gitlab_group_service_account}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account gitlab_group_service_account}
*/
export class GroupServiceAccount extends cdktf.TerraformResource {
@@ -49,7 +49,7 @@ export class GroupServiceAccount extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupServiceAccount resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupServiceAccount to import
- * @param importFromId The id of the existing GroupServiceAccount that should be imported. 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
+ * @param importFromId The id of the existing GroupServiceAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupServiceAccount to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -61,7 +61,7 @@ export class GroupServiceAccount extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account gitlab_group_service_account} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_service_account gitlab_group_service_account} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -72,7 +72,7 @@ export class GroupServiceAccount extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_service_account',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-share-group/README.md b/src/group-share-group/README.md
index fb7ed264c..3da57de3c 100644
--- a/src/group-share-group/README.md
+++ b/src/group-share-group/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_share_group`
-Refer to the Terraform Registry for docs: [`gitlab_group_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group).
+Refer to the Terraform Registry for docs: [`gitlab_group_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_share_group).
diff --git a/src/group-share-group/index.ts b/src/group-share-group/index.ts
index f868a02ca..a274b16a2 100644
--- a/src/group-share-group/index.ts
+++ b/src/group-share-group/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_share_group
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface GroupShareGroupConfig extends cdktf.TerraformMetaArguments {
/**
* Share expiration date. Format: `YYYY-MM-DD`
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
*/
readonly expiresAt?: 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.6.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.1/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
*/
readonly groupAccess: string;
/**
* The id of the main group to be shared.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
*/
readonly groupId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -40,13 +40,13 @@ export interface GroupShareGroupConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
*/
readonly shareGroupId: number;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group gitlab_group_share_group}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_share_group gitlab_group_share_group}
*/
export class GroupShareGroup extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class GroupShareGroup extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupShareGroup resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupShareGroup to import
- * @param importFromId The id of the existing GroupShareGroup that should be imported. 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
+ * @param importFromId The id of the existing GroupShareGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_share_group#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupShareGroup to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class GroupShareGroup extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group gitlab_group_share_group} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_share_group gitlab_group_share_group} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class GroupShareGroup extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_share_group',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group-variable/README.md b/src/group-variable/README.md
index eed0a4f88..dcccf2c20 100644
--- a/src/group-variable/README.md
+++ b/src/group-variable/README.md
@@ -1,3 +1,3 @@
# `gitlab_group_variable`
-Refer to the Terraform Registry for docs: [`gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable).
+Refer to the Terraform Registry for docs: [`gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable).
diff --git a/src/group-variable/index.ts b/src/group-variable/index.ts
index 29511bb3f..015ac827c 100644
--- a/src/group-variable/index.ts
+++ b/src/group-variable/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface GroupVariableConfig extends cdktf.TerraformMetaArguments {
/**
* The description of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#description GroupVariable#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#description GroupVariable#description}
*/
readonly description?: string;
/**
* 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.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
*/
readonly environmentScope?: string;
/**
* The name or id of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#group GroupVariable#group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#group GroupVariable#group}
*/
readonly group: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -40,43 +40,43 @@ export interface GroupVariableConfig extends cdktf.TerraformMetaArguments {
/**
* The name of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#key GroupVariable#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#key GroupVariable#key}
*/
readonly key: string;
/**
* 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.6.0/docs/resources/group_variable#masked GroupVariable#masked}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#masked GroupVariable#masked}
*/
readonly masked?: boolean | cdktf.IResolvable;
/**
* If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#protected GroupVariable#protected}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#protected GroupVariable#protected}
*/
readonly protected?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/group_variable#raw GroupVariable#raw}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#raw GroupVariable#raw}
*/
readonly raw?: boolean | cdktf.IResolvable;
/**
* The value of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#value GroupVariable#value}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#value GroupVariable#value}
*/
readonly value: 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.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#variable_type GroupVariable#variable_type}
*/
readonly variableType?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable gitlab_group_variable}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable gitlab_group_variable}
*/
export class GroupVariable extends cdktf.TerraformResource {
@@ -92,7 +92,7 @@ export class GroupVariable extends cdktf.TerraformResource {
* Generates CDKTF code for importing a GroupVariable resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GroupVariable to import
- * @param importFromId The id of the existing GroupVariable that should be imported. 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
+ * @param importFromId The id of the existing GroupVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GroupVariable to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -104,7 +104,7 @@ export class GroupVariable extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable gitlab_group_variable} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group_variable gitlab_group_variable} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -115,7 +115,7 @@ export class GroupVariable extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group_variable',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/group/README.md b/src/group/README.md
index e4d98b520..24ee3198b 100644
--- a/src/group/README.md
+++ b/src/group/README.md
@@ -1,3 +1,3 @@
# `gitlab_group`
-Refer to the Terraform Registry for docs: [`gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group).
+Refer to the Terraform Registry for docs: [`gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group).
diff --git a/src/group/index.ts b/src/group/index.ts
index 42dd0a76d..6e21488e7 100644
--- a/src/group/index.ts
+++ b/src/group/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,59 +15,59 @@ export interface GroupConfig extends cdktf.TerraformMetaArguments {
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
*/
readonly allowedEmailDomainsList?: string[];
/**
* Default to Auto DevOps pipeline for all projects within this group.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
*/
readonly autoDevopsEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/group#avatar Group#avatar}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar Group#avatar}
*/
readonly avatar?: string;
/**
* 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.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#avatar_hash Group#avatar_hash}
*/
readonly avatarHash?: string;
/**
* Initial default branch name.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch Group#default_branch}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#default_branch Group#default_branch}
*/
readonly defaultBranch?: string;
/**
* 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.6.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.1/docs/resources/group#default_branch_protection Group#default_branch_protection}
*/
readonly defaultBranchProtection?: number;
/**
* The group's description.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#description Group#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#description Group#description}
*/
readonly description?: string;
/**
* Enable email notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#emails_enabled Group#emails_enabled}
*/
readonly emailsEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
*/
readonly extraSharedRunnersMinutesLimit?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -76,127 +76,127 @@ export interface GroupConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
*/
readonly ipRestrictionRanges?: string[];
/**
* 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.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#lfs_enabled Group#lfs_enabled}
*/
readonly lfsEnabled?: boolean | cdktf.IResolvable;
/**
* Users cannot be added to projects in this group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#membership_lock Group#membership_lock}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#membership_lock Group#membership_lock}
*/
readonly membershipLock?: boolean | cdktf.IResolvable;
/**
* Disable the capability of a group from getting mentioned.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#mentions_disabled Group#mentions_disabled}
*/
readonly mentionsDisabled?: boolean | cdktf.IResolvable;
/**
* The name of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#name Group#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#name Group#name}
*/
readonly name: string;
/**
* Id of the parent group (creates a nested group).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#parent_id Group#parent_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#parent_id Group#parent_id}
*/
readonly parentId?: number;
/**
* The path of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#path Group#path}
*/
readonly path: string;
/**
* 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.6.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.1/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
*/
readonly permanentlyRemoveOnDelete?: boolean | cdktf.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.6.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.1/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
*/
readonly preventForkingOutsideGroup?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/group#project_creation_level Group#project_creation_level}
*/
readonly projectCreationLevel?: string;
/**
* Allow users to request member access.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#request_access_enabled Group#request_access_enabled}
*/
readonly requestAccessEnabled?: boolean | cdktf.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.6.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.1/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
*/
readonly requireTwoFactorAuthentication?: boolean | cdktf.IResolvable;
/**
* Prevent sharing a project with another group within this group.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
*/
readonly shareWithGroupLock?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
*/
readonly sharedRunnersMinutesLimit?: number;
/**
* 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.6.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.1/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
*/
readonly sharedRunnersSetting?: string;
/**
* Allowed to create subgroups. Valid values are: `owner`, `maintainer`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
*/
readonly subgroupCreationLevel?: string;
/**
* 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.6.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.1/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
*/
readonly twoFactorGracePeriod?: number;
/**
* 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.6.0/docs/resources/group#visibility_level Group#visibility_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#visibility_level Group#visibility_level}
*/
readonly visibilityLevel?: 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.6.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.1/docs/resources/group#wiki_access_level Group#wiki_access_level}
*/
readonly wikiAccessLevel?: string;
/**
* default_branch_protection_defaults block
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
*/
readonly defaultBranchProtectionDefaults?: GroupDefaultBranchProtectionDefaults;
/**
* push_rules block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#push_rules Group#push_rules}
*/
readonly pushRules?: GroupPushRules;
}
@@ -204,25 +204,25 @@ export interface GroupDefaultBranchProtectionDefaults {
/**
* Allow force push for all users with push access.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#allow_force_push Group#allow_force_push}
*/
readonly allowForcePush?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
*/
readonly allowedToMerge?: 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.6.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.1/docs/resources/group#allowed_to_push Group#allowed_to_push}
*/
readonly allowedToPush?: string[];
/**
* Allow developers to 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
*/
readonly developerCanInitialPush?: boolean | cdktf.IResolvable;
}
@@ -395,79 +395,79 @@ export interface GroupPushRules {
/**
* 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.6.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.1/docs/resources/group#author_email_regex Group#author_email_regex}
*/
readonly authorEmailRegex?: 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.6.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.1/docs/resources/group#branch_name_regex Group#branch_name_regex}
*/
readonly branchNameRegex?: string;
/**
* 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.6.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.1/docs/resources/group#commit_committer_check Group#commit_committer_check}
*/
readonly commitCommitterCheck?: boolean | cdktf.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.6.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.1/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
*/
readonly commitCommitterNameCheck?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
*/
readonly commitMessageNegativeRegex?: 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.6.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.1/docs/resources/group#commit_message_regex Group#commit_message_regex}
*/
readonly commitMessageRegex?: string;
/**
* Deny deleting a 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
*/
readonly denyDeleteTag?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/group#file_name_regex Group#file_name_regex}
*/
readonly fileNameRegex?: string;
/**
* Maximum file size (MB) allowed.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#max_file_size Group#max_file_size}
*/
readonly maxFileSize?: number;
/**
* Allows only GitLab users to author commits.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#member_check Group#member_check}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#member_check Group#member_check}
*/
readonly memberCheck?: boolean | cdktf.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.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#prevent_secrets Group#prevent_secrets}
*/
readonly preventSecrets?: boolean | cdktf.IResolvable;
/**
* Reject commit when it’s not DCO certified.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
*/
readonly rejectNonDcoCommits?: boolean | cdktf.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.6.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.1/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
*/
readonly rejectUnsignedCommits?: boolean | cdktf.IResolvable;
}
@@ -899,7 +899,7 @@ export class GroupPushRulesOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group gitlab_group}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group gitlab_group}
*/
export class Group extends cdktf.TerraformResource {
@@ -915,7 +915,7 @@ export class Group extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Group resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Group to import
- * @param importFromId The id of the existing Group that should be imported. 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
+ * @param importFromId The id of the existing Group that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Group to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -927,7 +927,7 @@ export class Group extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group gitlab_group} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/group gitlab_group} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -938,7 +938,7 @@ export class Group extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_group',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
@@ -986,7 +986,7 @@ export class Group extends cdktf.TerraformResource {
// ATTRIBUTES
// ==========
- // allowed_email_domains_list - computed: false, optional: true, required: false
+ // allowed_email_domains_list - computed: true, optional: true, required: false
private _allowedEmailDomainsList?: string[];
public get allowedEmailDomainsList() {
return this.getListAttribute('allowed_email_domains_list');
diff --git a/src/instance-cluster/README.md b/src/instance-cluster/README.md
index 3a9e7fa39..bb6695add 100644
--- a/src/instance-cluster/README.md
+++ b/src/instance-cluster/README.md
@@ -1,3 +1,3 @@
# `gitlab_instance_cluster`
-Refer to the Terraform Registry for docs: [`gitlab_instance_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster).
+Refer to the Terraform Registry for docs: [`gitlab_instance_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster).
diff --git a/src/instance-cluster/index.ts b/src/instance-cluster/index.ts
index 6285fd983..0a82a4884 100644
--- a/src/instance-cluster/index.ts
+++ b/src/instance-cluster/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface InstanceClusterConfig extends cdktf.TerraformMetaArguments {
/**
* The base domain of the cluster.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster#domain InstanceCluster#domain}
*/
readonly domain?: string;
/**
* 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.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
* The associated environment to the cluster. Defaults to `*`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
*/
readonly environmentScope?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -40,55 +40,55 @@ export interface InstanceClusterConfig extends cdktf.TerraformMetaArguments {
/**
* The URL to access the Kubernetes API.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
*/
readonly kubernetesApiUrl: 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.6.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.1/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
*/
readonly kubernetesAuthorizationType?: 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.6.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.1/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
*/
readonly kubernetesCaCert?: string;
/**
* The unique namespace related to the instance.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
*/
readonly kubernetesNamespace?: 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.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
*/
readonly kubernetesToken: string;
/**
* 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.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster#managed InstanceCluster#managed}
*/
readonly managed?: boolean | cdktf.IResolvable;
/**
* The ID of the management project for the cluster.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
*/
readonly managementProjectId?: string;
/**
* The name of cluster.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster#name InstanceCluster#name}
*/
readonly name: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster gitlab_instance_cluster}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster gitlab_instance_cluster}
*/
export class InstanceCluster extends cdktf.TerraformResource {
@@ -104,7 +104,7 @@ export class InstanceCluster extends cdktf.TerraformResource {
* Generates CDKTF code for importing a InstanceCluster resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the InstanceCluster to import
- * @param importFromId The id of the existing InstanceCluster that should be imported. 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
+ * @param importFromId The id of the existing InstanceCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the InstanceCluster to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -116,7 +116,7 @@ export class InstanceCluster extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster gitlab_instance_cluster} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_cluster gitlab_instance_cluster} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -127,7 +127,7 @@ export class InstanceCluster extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_instance_cluster',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/instance-variable/README.md b/src/instance-variable/README.md
index d56b3c3d3..459ede09a 100644
--- a/src/instance-variable/README.md
+++ b/src/instance-variable/README.md
@@ -1,3 +1,3 @@
# `gitlab_instance_variable`
-Refer to the Terraform Registry for docs: [`gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable).
+Refer to the Terraform Registry for docs: [`gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable).
diff --git a/src/instance-variable/index.ts b/src/instance-variable/index.ts
index 679b2cacd..107b639bd 100644
--- a/src/instance-variable/index.ts
+++ b/src/instance-variable/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface InstanceVariableConfig extends cdktf.TerraformMetaArguments {
/**
* The description of the variable. Maximum of 255 characters.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#description InstanceVariable#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#description InstanceVariable#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,43 +28,43 @@ export interface InstanceVariableConfig extends cdktf.TerraformMetaArguments {
/**
* The name of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#key InstanceVariable#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#key InstanceVariable#key}
*/
readonly key: string;
/**
* 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.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#masked InstanceVariable#masked}
*/
readonly masked?: boolean | cdktf.IResolvable;
/**
* If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#protected InstanceVariable#protected}
*/
readonly protected?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#raw InstanceVariable#raw}
*/
readonly raw?: boolean | cdktf.IResolvable;
/**
* The value of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#value InstanceVariable#value}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#value InstanceVariable#value}
*/
readonly value: 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.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
*/
readonly variableType?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable gitlab_instance_variable}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable gitlab_instance_variable}
*/
export class InstanceVariable extends cdktf.TerraformResource {
@@ -80,7 +80,7 @@ export class InstanceVariable extends cdktf.TerraformResource {
* Generates CDKTF code for importing a InstanceVariable resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the InstanceVariable to import
- * @param importFromId The id of the existing InstanceVariable that should be imported. 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
+ * @param importFromId The id of the existing InstanceVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the InstanceVariable to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -92,7 +92,7 @@ export class InstanceVariable extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable gitlab_instance_variable} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/instance_variable gitlab_instance_variable} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -103,7 +103,7 @@ export class InstanceVariable extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_instance_variable',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/integration-custom-issue-tracker/README.md b/src/integration-custom-issue-tracker/README.md
index 6c3c85e7f..aa14bfb06 100644
--- a/src/integration-custom-issue-tracker/README.md
+++ b/src/integration-custom-issue-tracker/README.md
@@ -1,3 +1,3 @@
# `gitlab_integration_custom_issue_tracker`
-Refer to the Terraform Registry for docs: [`gitlab_integration_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker).
+Refer to the Terraform Registry for docs: [`gitlab_integration_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_custom_issue_tracker).
diff --git a/src/integration-custom-issue-tracker/index.ts b/src/integration-custom-issue-tracker/index.ts
index d167666fe..fb02918a3 100644
--- a/src/integration-custom-issue-tracker/index.ts
+++ b/src/integration-custom-issue-tracker/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_custom_issue_tracker
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,25 @@ export interface IntegrationCustomIssueTrackerConfig extends cdktf.TerraformMeta
/**
* 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.6.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.1/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
*/
readonly issuesUrl: 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.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
*/
readonly project: string;
/**
* The URL to the project in the external issue tracker.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
*/
readonly projectUrl: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}
*/
export class IntegrationCustomIssueTracker extends cdktf.TerraformResource {
@@ -49,7 +49,7 @@ export class IntegrationCustomIssueTracker extends cdktf.TerraformResource {
* Generates CDKTF code for importing a IntegrationCustomIssueTracker resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the IntegrationCustomIssueTracker to import
- * @param importFromId The id of the existing IntegrationCustomIssueTracker that should be imported. 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
+ * @param importFromId The id of the existing IntegrationCustomIssueTracker that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IntegrationCustomIssueTracker to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -61,7 +61,7 @@ export class IntegrationCustomIssueTracker extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -72,7 +72,7 @@ export class IntegrationCustomIssueTracker extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_integration_custom_issue_tracker',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/integration-emails-on-push/README.md b/src/integration-emails-on-push/README.md
index 934f83d7e..937d86bb0 100644
--- a/src/integration-emails-on-push/README.md
+++ b/src/integration-emails-on-push/README.md
@@ -1,3 +1,3 @@
# `gitlab_integration_emails_on_push`
-Refer to the Terraform Registry for docs: [`gitlab_integration_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push).
+Refer to the Terraform Registry for docs: [`gitlab_integration_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_emails_on_push).
diff --git a/src/integration-emails-on-push/index.ts b/src/integration-emails-on-push/index.ts
index da782fc3b..febf0a452 100644
--- a/src/integration-emails-on-push/index.ts
+++ b/src/integration-emails-on-push/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_emails_on_push
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface IntegrationEmailsOnPushConfig extends cdktf.TerraformMetaArgume
/**
* 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.6.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.1/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
*/
readonly branchesToBeNotified?: string;
/**
* Disable code 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
*/
readonly disableDiffs?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -34,37 +34,37 @@ export interface IntegrationEmailsOnPushConfig extends cdktf.TerraformMetaArgume
/**
* 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.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
*/
readonly project: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
*/
readonly pushEvents?: boolean | cdktf.IResolvable;
/**
* Emails separated by whitespace.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
*/
readonly recipients: string;
/**
* Send from committer.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
*/
readonly sendFromCommitterEmail?: boolean | cdktf.IResolvable;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
*/
readonly tagPushEvents?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}
*/
export class IntegrationEmailsOnPush extends cdktf.TerraformResource {
@@ -80,7 +80,7 @@ export class IntegrationEmailsOnPush extends cdktf.TerraformResource {
* Generates CDKTF code for importing a IntegrationEmailsOnPush resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the IntegrationEmailsOnPush to import
- * @param importFromId The id of the existing IntegrationEmailsOnPush that should be imported. 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
+ * @param importFromId The id of the existing IntegrationEmailsOnPush that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_emails_on_push#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IntegrationEmailsOnPush to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -92,7 +92,7 @@ export class IntegrationEmailsOnPush extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -103,7 +103,7 @@ export class IntegrationEmailsOnPush extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_integration_emails_on_push',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/integration-external-wiki/README.md b/src/integration-external-wiki/README.md
index 1d32dae6a..1f2093281 100644
--- a/src/integration-external-wiki/README.md
+++ b/src/integration-external-wiki/README.md
@@ -1,3 +1,3 @@
# `gitlab_integration_external_wiki`
-Refer to the Terraform Registry for docs: [`gitlab_integration_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki).
+Refer to the Terraform Registry for docs: [`gitlab_integration_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_external_wiki).
diff --git a/src/integration-external-wiki/index.ts b/src/integration-external-wiki/index.ts
index a5f610d16..fa4c1f381 100644
--- a/src/integration-external-wiki/index.ts
+++ b/src/integration-external-wiki/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_external_wiki
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface IntegrationExternalWikiConfig extends cdktf.TerraformMetaArgume
/**
* The URL of the external wiki.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
*/
readonly externalWikiUrl: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,13 +28,13 @@ export interface IntegrationExternalWikiConfig extends cdktf.TerraformMetaArgume
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_external_wiki gitlab_integration_external_wiki}
*/
export class IntegrationExternalWiki extends cdktf.TerraformResource {
@@ -50,7 +50,7 @@ export class IntegrationExternalWiki extends cdktf.TerraformResource {
* Generates CDKTF code for importing a IntegrationExternalWiki resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the IntegrationExternalWiki to import
- * @param importFromId The id of the existing IntegrationExternalWiki that should be imported. 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
+ * @param importFromId The id of the existing IntegrationExternalWiki that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_external_wiki#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IntegrationExternalWiki to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class IntegrationExternalWiki extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_external_wiki gitlab_integration_external_wiki} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class IntegrationExternalWiki extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_integration_external_wiki',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/integration-github/README.md b/src/integration-github/README.md
index 6708fbd82..2fa6a0fca 100644
--- a/src/integration-github/README.md
+++ b/src/integration-github/README.md
@@ -1,3 +1,3 @@
# `gitlab_integration_github`
-Refer to the Terraform Registry for docs: [`gitlab_integration_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github).
+Refer to the Terraform Registry for docs: [`gitlab_integration_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github).
diff --git a/src/integration-github/index.ts b/src/integration-github/index.ts
index 185ce3922..e63270e92 100644
--- a/src/integration-github/index.ts
+++ b/src/integration-github/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface IntegrationGithubConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,31 +22,31 @@ export interface IntegrationGithubConfig extends cdktf.TerraformMetaArguments {
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#project IntegrationGithub#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github#project IntegrationGithub#project}
*/
readonly project: 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.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
*/
readonly repositoryUrl: string;
/**
* 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.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github#static_context IntegrationGithub#static_context}
*/
readonly staticContext?: boolean | cdktf.IResolvable;
/**
* A GitHub personal access token with at least `repo:status` scope.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#token IntegrationGithub#token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github#token IntegrationGithub#token}
*/
readonly token: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github gitlab_integration_github}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github gitlab_integration_github}
*/
export class IntegrationGithub extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class IntegrationGithub extends cdktf.TerraformResource {
* Generates CDKTF code for importing a IntegrationGithub resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the IntegrationGithub to import
- * @param importFromId The id of the existing IntegrationGithub that should be imported. 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
+ * @param importFromId The id of the existing IntegrationGithub that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IntegrationGithub to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class IntegrationGithub extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github gitlab_integration_github} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_github gitlab_integration_github} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class IntegrationGithub extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_integration_github',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/integration-jenkins/README.md b/src/integration-jenkins/README.md
index 65c235d2d..4d75dbed1 100644
--- a/src/integration-jenkins/README.md
+++ b/src/integration-jenkins/README.md
@@ -1,3 +1,3 @@
# `gitlab_integration_jenkins`
-Refer to the Terraform Registry for docs: [`gitlab_integration_jenkins`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins).
+Refer to the Terraform Registry for docs: [`gitlab_integration_jenkins`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins).
diff --git a/src/integration-jenkins/index.ts b/src/integration-jenkins/index.ts
index 6f94dc4ca..1e1a160dc 100644
--- a/src/integration-jenkins/index.ts
+++ b/src/integration-jenkins/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,61 +15,61 @@ export interface IntegrationJenkinsConfig extends cdktf.TerraformMetaArguments {
/**
* Enable SSL verification. Defaults to `true` (enabled).
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
*/
readonly enableSslVerification?: boolean | cdktf.IResolvable;
/**
* Jenkins URL like `http://jenkins.example.com`
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
*/
readonly jenkinsUrl: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
*/
readonly mergeRequestEvents?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#password IntegrationJenkins#password}
*/
readonly password?: string;
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#project IntegrationJenkins#project}
*/
readonly project: string;
/**
* The URL-friendly project name. Example: `my_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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
*/
readonly projectName: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
*/
readonly pushEvents?: boolean | cdktf.IResolvable;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
*/
readonly tagPushEvents?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#username IntegrationJenkins#username}
*/
readonly username?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins gitlab_integration_jenkins}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins gitlab_integration_jenkins}
*/
export class IntegrationJenkins extends cdktf.TerraformResource {
@@ -85,7 +85,7 @@ export class IntegrationJenkins extends cdktf.TerraformResource {
* Generates CDKTF code for importing a IntegrationJenkins resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the IntegrationJenkins to import
- * @param importFromId The id of the existing IntegrationJenkins that should be imported. 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
+ * @param importFromId The id of the existing IntegrationJenkins that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IntegrationJenkins to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -97,7 +97,7 @@ export class IntegrationJenkins extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins gitlab_integration_jenkins} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jenkins gitlab_integration_jenkins} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -108,7 +108,7 @@ export class IntegrationJenkins extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_integration_jenkins',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/integration-jira/README.md b/src/integration-jira/README.md
index 8fc691ba6..c8155d088 100644
--- a/src/integration-jira/README.md
+++ b/src/integration-jira/README.md
@@ -1,3 +1,3 @@
# `gitlab_integration_jira`
-Refer to the Terraform Registry for docs: [`gitlab_integration_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira).
+Refer to the Terraform Registry for docs: [`gitlab_integration_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira).
diff --git a/src/integration-jira/index.ts b/src/integration-jira/index.ts
index 962993e56..4d73c746b 100644
--- a/src/integration-jira/index.ts
+++ b/src/integration-jira/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface IntegrationJiraConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#api_url IntegrationJira#api_url}
*/
readonly apiUrl?: string;
/**
* 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.6.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.1/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
*/
readonly commentOnEventEnabled?: boolean | cdktf.IResolvable;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
*/
readonly commitEvents?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -40,91 +40,91 @@ export interface IntegrationJiraConfig extends cdktf.TerraformMetaArguments {
/**
* Enable viewing Jira issues in GitLab.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
*/
readonly issuesEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
*/
readonly jiraAuthType?: number;
/**
* Prefix to match Jira issue keys.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
*/
readonly jiraIssuePrefix?: string;
/**
* Regular expression to match Jira issue keys.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
*/
readonly jiraIssueRegex?: string;
/**
* 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.6.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.1/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
*/
readonly jiraIssueTransitionAutomatic?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
*/
readonly jiraIssueTransitionId?: string;
/**
* Enable notifications for merge request 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
*/
readonly mergeRequestsEvents?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/integration_jira#password IntegrationJira#password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#password IntegrationJira#password}
*/
readonly password: string;
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project IntegrationJira#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#project IntegrationJira#project}
*/
readonly project: 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.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#project_key IntegrationJira#project_key}
*/
readonly projectKey?: string;
/**
* 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.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
*/
readonly projectKeys?: 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.6.0/docs/resources/integration_jira#url IntegrationJira#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#url IntegrationJira#url}
*/
readonly url: string;
/**
* Indicates whether or not to inherit default settings. Defaults to false.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
*/
readonly useInheritedSettings?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/integration_jira#username IntegrationJira#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#username IntegrationJira#username}
*/
readonly username?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira gitlab_integration_jira}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira gitlab_integration_jira}
*/
export class IntegrationJira extends cdktf.TerraformResource {
@@ -140,7 +140,7 @@ export class IntegrationJira extends cdktf.TerraformResource {
* Generates CDKTF code for importing a IntegrationJira resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the IntegrationJira to import
- * @param importFromId The id of the existing IntegrationJira that should be imported. 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
+ * @param importFromId The id of the existing IntegrationJira that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IntegrationJira to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -152,7 +152,7 @@ export class IntegrationJira extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira gitlab_integration_jira} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_jira gitlab_integration_jira} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -163,7 +163,7 @@ export class IntegrationJira extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_integration_jira',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/integration-mattermost/README.md b/src/integration-mattermost/README.md
index d7670f2fe..7fa2c89f2 100644
--- a/src/integration-mattermost/README.md
+++ b/src/integration-mattermost/README.md
@@ -1,3 +1,3 @@
# `gitlab_integration_mattermost`
-Refer to the Terraform Registry for docs: [`gitlab_integration_mattermost`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost).
+Refer to the Terraform Registry for docs: [`gitlab_integration_mattermost`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost).
diff --git a/src/integration-mattermost/index.ts b/src/integration-mattermost/index.ts
index 7ec7229b5..a1fe3a0c9 100644
--- a/src/integration-mattermost/index.ts
+++ b/src/integration-mattermost/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,35 +15,35 @@ export interface IntegrationMattermostConfig extends cdktf.TerraformMetaArgument
/**
* 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.6.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.1/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
*/
readonly branchesToBeNotified?: 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.6.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.1/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
*/
readonly confidentialIssueChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
*/
readonly confidentialIssuesEvents?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive confidential note events notifications.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
*/
readonly confidentialNoteChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
*/
readonly confidentialNoteEvents?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -52,115 +52,115 @@ export interface IntegrationMattermostConfig extends cdktf.TerraformMetaArgument
/**
* The name of the channel to receive issue events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
*/
readonly issueChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
*/
readonly issuesEvents?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive merge request events notifications.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
*/
readonly mergeRequestChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
*/
readonly mergeRequestsEvents?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive note events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
*/
readonly noteChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
*/
readonly noteEvents?: boolean | cdktf.IResolvable;
/**
* Send notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
*/
readonly notifyOnlyBrokenPipelines?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive pipeline events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
*/
readonly pipelineChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
*/
readonly pipelineEvents?: boolean | cdktf.IResolvable;
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#project IntegrationMattermost#project}
*/
readonly project: string;
/**
* The name of the channel to receive push events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
*/
readonly pushChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
*/
readonly pushEvents?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive tag push events notifications.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
*/
readonly tagPushChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
*/
readonly tagPushEvents?: boolean | cdktf.IResolvable;
/**
* Username to use.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#username IntegrationMattermost#username}
*/
readonly username?: 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.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
*/
readonly webhook: 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.6.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.1/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
*/
readonly wikiPageChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
*/
readonly wikiPageEvents?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost gitlab_integration_mattermost}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost gitlab_integration_mattermost}
*/
export class IntegrationMattermost extends cdktf.TerraformResource {
@@ -176,7 +176,7 @@ export class IntegrationMattermost extends cdktf.TerraformResource {
* Generates CDKTF code for importing a IntegrationMattermost resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the IntegrationMattermost to import
- * @param importFromId The id of the existing IntegrationMattermost that should be imported. 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
+ * @param importFromId The id of the existing IntegrationMattermost that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IntegrationMattermost to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -188,7 +188,7 @@ export class IntegrationMattermost extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost gitlab_integration_mattermost} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_mattermost gitlab_integration_mattermost} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -199,7 +199,7 @@ export class IntegrationMattermost extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_integration_mattermost',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/integration-microsoft-teams/README.md b/src/integration-microsoft-teams/README.md
index ffedfffd1..18cb3d594 100644
--- a/src/integration-microsoft-teams/README.md
+++ b/src/integration-microsoft-teams/README.md
@@ -1,3 +1,3 @@
# `gitlab_integration_microsoft_teams`
-Refer to the Terraform Registry for docs: [`gitlab_integration_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams).
+Refer to the Terraform Registry for docs: [`gitlab_integration_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams).
diff --git a/src/integration-microsoft-teams/index.ts b/src/integration-microsoft-teams/index.ts
index 8c6121c3c..17214e041 100644
--- a/src/integration-microsoft-teams/index.ts
+++ b/src/integration-microsoft-teams/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface IntegrationMicrosoftTeamsConfig extends cdktf.TerraformMetaArgu
/**
* 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.6.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.1/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
*/
readonly branchesToBeNotified?: string;
/**
* Enable notifications for confidential issue 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
*/
readonly confidentialIssuesEvents?: boolean | cdktf.IResolvable;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
*/
readonly confidentialNoteEvents?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -40,67 +40,67 @@ export interface IntegrationMicrosoftTeamsConfig extends cdktf.TerraformMetaArgu
/**
* Enable notifications for issue 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
*/
readonly issuesEvents?: boolean | cdktf.IResolvable;
/**
* Enable notifications for merge request 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
*/
readonly mergeRequestsEvents?: boolean | cdktf.IResolvable;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
*/
readonly noteEvents?: boolean | cdktf.IResolvable;
/**
* Send notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
*/
readonly notifyOnlyBrokenPipelines?: boolean | cdktf.IResolvable;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
*/
readonly pipelineEvents?: boolean | cdktf.IResolvable;
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
*/
readonly project: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
*/
readonly pushEvents?: boolean | cdktf.IResolvable;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
*/
readonly tagPushEvents?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
*/
readonly webhook: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
*/
readonly wikiPageEvents?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}
*/
export class IntegrationMicrosoftTeams extends cdktf.TerraformResource {
@@ -116,7 +116,7 @@ export class IntegrationMicrosoftTeams extends cdktf.TerraformResource {
* Generates CDKTF code for importing a IntegrationMicrosoftTeams resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the IntegrationMicrosoftTeams to import
- * @param importFromId The id of the existing IntegrationMicrosoftTeams that should be imported. 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
+ * @param importFromId The id of the existing IntegrationMicrosoftTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IntegrationMicrosoftTeams to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -128,7 +128,7 @@ export class IntegrationMicrosoftTeams extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -139,7 +139,7 @@ export class IntegrationMicrosoftTeams extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_integration_microsoft_teams',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/integration-pipelines-email/README.md b/src/integration-pipelines-email/README.md
index 46528c0b2..0fdd946e2 100644
--- a/src/integration-pipelines-email/README.md
+++ b/src/integration-pipelines-email/README.md
@@ -1,3 +1,3 @@
# `gitlab_integration_pipelines_email`
-Refer to the Terraform Registry for docs: [`gitlab_integration_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email).
+Refer to the Terraform Registry for docs: [`gitlab_integration_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_pipelines_email).
diff --git a/src/integration-pipelines-email/index.ts b/src/integration-pipelines-email/index.ts
index 92bb5799c..e770f92df 100644
--- a/src/integration-pipelines-email/index.ts
+++ b/src/integration-pipelines-email/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_pipelines_email
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface IntegrationPipelinesEmailConfig extends cdktf.TerraformMetaArgu
/**
* 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.6.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.1/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
*/
readonly branchesToBeNotified?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,25 +28,25 @@ export interface IntegrationPipelinesEmailConfig extends cdktf.TerraformMetaArgu
/**
* Notify only broken pipelines. Default is true.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
*/
readonly notifyOnlyBrokenPipelines?: boolean | cdktf.IResolvable;
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
*/
readonly project: string;
/**
* ) email addresses where notifications are sent.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
*/
readonly recipients: string[];
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}
*/
export class IntegrationPipelinesEmail extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class IntegrationPipelinesEmail extends cdktf.TerraformResource {
* Generates CDKTF code for importing a IntegrationPipelinesEmail resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the IntegrationPipelinesEmail to import
- * @param importFromId The id of the existing IntegrationPipelinesEmail that should be imported. 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
+ * @param importFromId The id of the existing IntegrationPipelinesEmail that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_pipelines_email#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IntegrationPipelinesEmail to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class IntegrationPipelinesEmail extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class IntegrationPipelinesEmail extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_integration_pipelines_email',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/integration-slack/README.md b/src/integration-slack/README.md
index 0530ef69a..9d5cd24fb 100644
--- a/src/integration-slack/README.md
+++ b/src/integration-slack/README.md
@@ -1,3 +1,3 @@
# `gitlab_integration_slack`
-Refer to the Terraform Registry for docs: [`gitlab_integration_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack).
+Refer to the Terraform Registry for docs: [`gitlab_integration_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack).
diff --git a/src/integration-slack/index.ts b/src/integration-slack/index.ts
index e1ef10e70..cfd68733b 100644
--- a/src/integration-slack/index.ts
+++ b/src/integration-slack/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,35 +15,35 @@ export interface IntegrationSlackConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
*/
readonly branchesToBeNotified?: 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.6.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.1/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
*/
readonly confidentialIssueChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
*/
readonly confidentialIssuesEvents?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive confidential note events notifications.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
*/
readonly confidentialNoteChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
*/
readonly confidentialNoteEvents?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -52,121 +52,121 @@ export interface IntegrationSlackConfig extends cdktf.TerraformMetaArguments {
/**
* The name of the channel to receive issue events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
*/
readonly issueChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
*/
readonly issuesEvents?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive merge request events notifications.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
*/
readonly mergeRequestChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
*/
readonly mergeRequestsEvents?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive note events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
*/
readonly noteChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
*/
readonly noteEvents?: boolean | cdktf.IResolvable;
/**
* Send notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
*/
readonly notifyOnlyBrokenPipelines?: boolean | cdktf.IResolvable;
/**
* This parameter has been replaced with `branches_to_be_notified`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
*/
readonly notifyOnlyDefaultBranch?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive pipeline events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
*/
readonly pipelineChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
*/
readonly pipelineEvents?: boolean | cdktf.IResolvable;
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#project IntegrationSlack#project}
*/
readonly project: string;
/**
* The name of the channel to receive push events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
*/
readonly pushChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
*/
readonly pushEvents?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive tag push events notifications.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
*/
readonly tagPushChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
*/
readonly tagPushEvents?: boolean | cdktf.IResolvable;
/**
* Username to use.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#username IntegrationSlack#username}
*/
readonly username?: 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.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
*/
readonly webhook: 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.6.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.1/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
*/
readonly wikiPageChannel?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
*/
readonly wikiPageEvents?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack gitlab_integration_slack}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack gitlab_integration_slack}
*/
export class IntegrationSlack extends cdktf.TerraformResource {
@@ -182,7 +182,7 @@ export class IntegrationSlack extends cdktf.TerraformResource {
* Generates CDKTF code for importing a IntegrationSlack resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the IntegrationSlack to import
- * @param importFromId The id of the existing IntegrationSlack that should be imported. 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
+ * @param importFromId The id of the existing IntegrationSlack that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IntegrationSlack to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -194,7 +194,7 @@ export class IntegrationSlack extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack gitlab_integration_slack} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_slack gitlab_integration_slack} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -205,7 +205,7 @@ export class IntegrationSlack extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_integration_slack',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/integration-telegram/README.md b/src/integration-telegram/README.md
index 9baaa66ed..ee041cf67 100644
--- a/src/integration-telegram/README.md
+++ b/src/integration-telegram/README.md
@@ -1,3 +1,3 @@
# `gitlab_integration_telegram`
-Refer to the Terraform Registry for docs: [`gitlab_integration_telegram`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram).
+Refer to the Terraform Registry for docs: [`gitlab_integration_telegram`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram).
diff --git a/src/integration-telegram/index.ts b/src/integration-telegram/index.ts
index f57f86dba..c5e1457cc 100644
--- a/src/integration-telegram/index.ts
+++ b/src/integration-telegram/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,91 +15,91 @@ export interface IntegrationTelegramConfig extends cdktf.TerraformMetaArguments
/**
* 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.6.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.1/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
*/
readonly branchesToBeNotified?: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
*/
readonly confidentialIssuesEvents: boolean | cdktf.IResolvable;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
*/
readonly confidentialNoteEvents: boolean | cdktf.IResolvable;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
*/
readonly issuesEvents: boolean | cdktf.IResolvable;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
*/
readonly mergeRequestsEvents: boolean | cdktf.IResolvable;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
*/
readonly noteEvents: boolean | cdktf.IResolvable;
/**
* Send notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
*/
readonly notifyOnlyBrokenPipelines?: boolean | cdktf.IResolvable;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
*/
readonly pipelineEvents: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#project IntegrationTelegram#project}
*/
readonly project: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
*/
readonly pushEvents: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#room IntegrationTelegram#room}
*/
readonly room: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
*/
readonly tagPushEvents: boolean | cdktf.IResolvable;
/**
* The Telegram bot token.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#token IntegrationTelegram#token}
*/
readonly token: string;
/**
* Enable notifications for 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
*/
readonly wikiPageEvents: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram gitlab_integration_telegram}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram gitlab_integration_telegram}
*/
export class IntegrationTelegram extends cdktf.TerraformResource {
@@ -115,7 +115,7 @@ export class IntegrationTelegram extends cdktf.TerraformResource {
* Generates CDKTF code for importing a IntegrationTelegram resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the IntegrationTelegram to import
- * @param importFromId The id of the existing IntegrationTelegram that should be imported. 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
+ * @param importFromId The id of the existing IntegrationTelegram that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IntegrationTelegram to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -127,7 +127,7 @@ export class IntegrationTelegram extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram gitlab_integration_telegram} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/integration_telegram gitlab_integration_telegram} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -138,7 +138,7 @@ export class IntegrationTelegram extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_integration_telegram',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/label/README.md b/src/label/README.md
index 628b315a6..5ebd885b7 100644
--- a/src/label/README.md
+++ b/src/label/README.md
@@ -1,3 +1,3 @@
# `gitlab_label`
-Refer to the Terraform Registry for docs: [`gitlab_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label).
+Refer to the Terraform Registry for docs: [`gitlab_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/label).
diff --git a/src/label/index.ts b/src/label/index.ts
index 6da086353..6c4d4f644 100644
--- a/src/label/index.ts
+++ b/src/label/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/label
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface LabelConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/label#color Label#color}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/label#color Label#color}
*/
readonly color: string;
/**
* The description of the label.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#description Label#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/label#description Label#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -34,19 +34,19 @@ export interface LabelConfig extends cdktf.TerraformMetaArguments {
/**
* The name of the label.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#name Label#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/label#name Label#name}
*/
readonly name: 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.6.0/docs/resources/label#project Label#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/label#project Label#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label gitlab_label}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/label gitlab_label}
*/
export class Label extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class Label extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Label resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Label to import
- * @param importFromId The id of the existing Label that should be imported. 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
+ * @param importFromId The id of the existing Label that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/label#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Label to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class Label extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label gitlab_label} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/label gitlab_label} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class Label extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_label',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/member-role/README.md b/src/member-role/README.md
index 207c871d7..8a3be3da7 100644
--- a/src/member-role/README.md
+++ b/src/member-role/README.md
@@ -1,3 +1,3 @@
# `gitlab_member_role`
-Refer to the Terraform Registry for docs: [`gitlab_member_role`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role).
+Refer to the Terraform Registry for docs: [`gitlab_member_role`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role).
diff --git a/src/member-role/index.ts b/src/member-role/index.ts
index 6550f49d8..d8e19a409 100644
--- a/src/member-role/index.ts
+++ b/src/member-role/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,37 +15,37 @@ export interface MemberRoleConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/member_role#base_access_level MemberRole#base_access_level}
*/
readonly baseAccessLevel: string;
/**
* Description for the member role.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#description MemberRole#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role#description MemberRole#description}
*/
readonly description?: string;
/**
* 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.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
*/
readonly enabledPermissions: 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.6.0/docs/resources/member_role#group_path MemberRole#group_path}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role#group_path MemberRole#group_path}
*/
readonly groupPath?: string;
/**
* Name for the member role.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#name MemberRole#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role#name MemberRole#name}
*/
readonly name: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role gitlab_member_role}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role gitlab_member_role}
*/
export class MemberRole extends cdktf.TerraformResource {
@@ -61,7 +61,7 @@ export class MemberRole extends cdktf.TerraformResource {
* Generates CDKTF code for importing a MemberRole resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the MemberRole to import
- * @param importFromId The id of the existing MemberRole that should be imported. 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
+ * @param importFromId The id of the existing MemberRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the MemberRole to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -73,7 +73,7 @@ export class MemberRole extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role gitlab_member_role} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/member_role gitlab_member_role} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -84,7 +84,7 @@ export class MemberRole extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_member_role',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/pages-domain/README.md b/src/pages-domain/README.md
index f84453dcd..0647296ca 100644
--- a/src/pages-domain/README.md
+++ b/src/pages-domain/README.md
@@ -1,3 +1,3 @@
# `gitlab_pages_domain`
-Refer to the Terraform Registry for docs: [`gitlab_pages_domain`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain).
+Refer to the Terraform Registry for docs: [`gitlab_pages_domain`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain).
diff --git a/src/pages-domain/index.ts b/src/pages-domain/index.ts
index c56f5d3ac..9aa8201bf 100644
--- a/src/pages-domain/index.ts
+++ b/src/pages-domain/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,43 +15,43 @@ export interface PagesDomainConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
*/
readonly autoSslEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain#certificate PagesDomain#certificate}
*/
readonly certificate?: string;
/**
* The custom domain indicated by the user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain#domain PagesDomain#domain}
*/
readonly domain: string;
/**
* Whether the certificate is expired.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain#expired PagesDomain#expired}
*/
readonly expired?: boolean | cdktf.IResolvable;
/**
* The certificate key in PEM format.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#key PagesDomain#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain#key PagesDomain#key}
*/
readonly key?: 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.6.0/docs/resources/pages_domain#project PagesDomain#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain#project PagesDomain#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain gitlab_pages_domain}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain gitlab_pages_domain}
*/
export class PagesDomain extends cdktf.TerraformResource {
@@ -67,7 +67,7 @@ export class PagesDomain extends cdktf.TerraformResource {
* Generates CDKTF code for importing a PagesDomain resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the PagesDomain to import
- * @param importFromId The id of the existing PagesDomain that should be imported. 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
+ * @param importFromId The id of the existing PagesDomain that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the PagesDomain to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -79,7 +79,7 @@ export class PagesDomain extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain gitlab_pages_domain} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pages_domain gitlab_pages_domain} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -90,7 +90,7 @@ export class PagesDomain extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_pages_domain',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/personal-access-token/README.md b/src/personal-access-token/README.md
index af32c1dfb..0214794b6 100644
--- a/src/personal-access-token/README.md
+++ b/src/personal-access-token/README.md
@@ -1,3 +1,3 @@
# `gitlab_personal_access_token`
-Refer to the Terraform Registry for docs: [`gitlab_personal_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token).
+Refer to the Terraform Registry for docs: [`gitlab_personal_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/personal_access_token).
diff --git a/src/personal-access-token/index.ts b/src/personal-access-token/index.ts
index 1bc2d0732..08db5bdb1 100644
--- a/src/personal-access-token/index.ts
+++ b/src/personal-access-token/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/personal_access_token
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,31 +15,31 @@ export interface PersonalAccessTokenConfig extends cdktf.TerraformMetaArguments
/**
* 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.6.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.1/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
*/
readonly expiresAt?: string;
/**
* The name of the personal access token.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/personal_access_token#name PersonalAccessToken#name}
*/
readonly name: string;
/**
* 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.6.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.1/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
*/
readonly rotationConfiguration?: PersonalAccessTokenRotationConfiguration;
/**
* 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.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
*/
readonly scopes: string[];
/**
* The ID of the user.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
*/
readonly userId: number;
}
@@ -47,13 +47,13 @@ export interface PersonalAccessTokenRotationConfiguration {
/**
* The duration (in days) the new token should be valid for.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
*/
readonly expirationDays: number;
/**
* 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.6.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.1/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
*/
readonly rotateBeforeDays: number;
}
@@ -170,7 +170,7 @@ export class PersonalAccessTokenRotationConfigurationOutputReference extends cdk
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token gitlab_personal_access_token}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/personal_access_token gitlab_personal_access_token}
*/
export class PersonalAccessToken extends cdktf.TerraformResource {
@@ -186,7 +186,7 @@ export class PersonalAccessToken extends cdktf.TerraformResource {
* Generates CDKTF code for importing a PersonalAccessToken resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the PersonalAccessToken to import
- * @param importFromId The id of the existing PersonalAccessToken that should be imported. 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
+ * @param importFromId The id of the existing PersonalAccessToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/personal_access_token#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the PersonalAccessToken to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -198,7 +198,7 @@ export class PersonalAccessToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token gitlab_personal_access_token} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/personal_access_token gitlab_personal_access_token} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -209,7 +209,7 @@ export class PersonalAccessToken extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_personal_access_token',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/pipeline-schedule-variable/README.md b/src/pipeline-schedule-variable/README.md
index 90039f9f6..849a26dbb 100644
--- a/src/pipeline-schedule-variable/README.md
+++ b/src/pipeline-schedule-variable/README.md
@@ -1,3 +1,3 @@
# `gitlab_pipeline_schedule_variable`
-Refer to the Terraform Registry for docs: [`gitlab_pipeline_schedule_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable).
+Refer to the Terraform Registry for docs: [`gitlab_pipeline_schedule_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule_variable).
diff --git a/src/pipeline-schedule-variable/index.ts b/src/pipeline-schedule-variable/index.ts
index 0dd4da8fc..57230c9e0 100644
--- a/src/pipeline-schedule-variable/index.ts
+++ b/src/pipeline-schedule-variable/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule_variable
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface PipelineScheduleVariableConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,37 +22,37 @@ export interface PipelineScheduleVariableConfig extends cdktf.TerraformMetaArgum
/**
* Name of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
*/
readonly key: string;
/**
* The id of the pipeline schedule.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
*/
readonly pipelineScheduleId: number;
/**
* The id of the project to add the schedule to.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
*/
readonly project: string;
/**
* Value of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
*/
readonly value: 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.6.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.1/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
*/
readonly variableType?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}
*/
export class PipelineScheduleVariable extends cdktf.TerraformResource {
@@ -68,7 +68,7 @@ export class PipelineScheduleVariable extends cdktf.TerraformResource {
* Generates CDKTF code for importing a PipelineScheduleVariable resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the PipelineScheduleVariable to import
- * @param importFromId The id of the existing PipelineScheduleVariable that should be imported. 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
+ * @param importFromId The id of the existing PipelineScheduleVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule_variable#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the PipelineScheduleVariable to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -80,7 +80,7 @@ export class PipelineScheduleVariable extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -91,7 +91,7 @@ export class PipelineScheduleVariable extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_pipeline_schedule_variable',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/pipeline-schedule/README.md b/src/pipeline-schedule/README.md
index 0c96aa7f8..37d33cc68 100644
--- a/src/pipeline-schedule/README.md
+++ b/src/pipeline-schedule/README.md
@@ -1,3 +1,3 @@
# `gitlab_pipeline_schedule`
-Refer to the Terraform Registry for docs: [`gitlab_pipeline_schedule`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule).
+Refer to the Terraform Registry for docs: [`gitlab_pipeline_schedule`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule).
diff --git a/src/pipeline-schedule/index.ts b/src/pipeline-schedule/index.ts
index ed286cca5..65a9366dc 100644
--- a/src/pipeline-schedule/index.ts
+++ b/src/pipeline-schedule/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,49 +15,49 @@ export interface PipelineScheduleConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#active PipelineSchedule#active}
*/
readonly active?: boolean | cdktf.IResolvable;
/**
* The cron (e.g. `0 1 * * *`).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
*/
readonly cron: string;
/**
* The 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
*/
readonly cronTimezone?: string;
/**
* The description of the pipeline schedule.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#description PipelineSchedule#description}
*/
readonly description: 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.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#project PipelineSchedule#project}
*/
readonly project: 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.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
*/
readonly ref: string;
/**
* When set to `true`, the user represented by the token running Terraform will take ownership of the scheduled pipeline prior to editing it. 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.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
*/
readonly takeOwnership?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule gitlab_pipeline_schedule}
*/
export class PipelineSchedule extends cdktf.TerraformResource {
@@ -73,7 +73,7 @@ export class PipelineSchedule extends cdktf.TerraformResource {
* Generates CDKTF code for importing a PipelineSchedule resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the PipelineSchedule to import
- * @param importFromId The id of the existing PipelineSchedule that should be imported. 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
+ * @param importFromId The id of the existing PipelineSchedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the PipelineSchedule to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -85,7 +85,7 @@ export class PipelineSchedule extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_schedule gitlab_pipeline_schedule} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -96,7 +96,7 @@ export class PipelineSchedule extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_pipeline_schedule',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/pipeline-trigger/README.md b/src/pipeline-trigger/README.md
index 09be4ab9a..a92cbb560 100644
--- a/src/pipeline-trigger/README.md
+++ b/src/pipeline-trigger/README.md
@@ -1,3 +1,3 @@
# `gitlab_pipeline_trigger`
-Refer to the Terraform Registry for docs: [`gitlab_pipeline_trigger`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger).
+Refer to the Terraform Registry for docs: [`gitlab_pipeline_trigger`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_trigger).
diff --git a/src/pipeline-trigger/index.ts b/src/pipeline-trigger/index.ts
index 44313df16..dc15836d1 100644
--- a/src/pipeline-trigger/index.ts
+++ b/src/pipeline-trigger/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_trigger
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface PipelineTriggerConfig extends cdktf.TerraformMetaArguments {
/**
* The description of the pipeline trigger.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_trigger#description PipelineTrigger#description}
*/
readonly description: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -28,13 +28,13 @@ export interface PipelineTriggerConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_trigger#project PipelineTrigger#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_trigger gitlab_pipeline_trigger}
*/
export class PipelineTrigger extends cdktf.TerraformResource {
@@ -50,7 +50,7 @@ export class PipelineTrigger extends cdktf.TerraformResource {
* Generates CDKTF code for importing a PipelineTrigger resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the PipelineTrigger to import
- * @param importFromId The id of the existing PipelineTrigger that should be imported. 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
+ * @param importFromId The id of the existing PipelineTrigger that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_trigger#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the PipelineTrigger to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class PipelineTrigger extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/pipeline_trigger gitlab_pipeline_trigger} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class PipelineTrigger extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_pipeline_trigger',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-access-token/README.md b/src/project-access-token/README.md
index 51bf96036..4e23d2ce6 100644
--- a/src/project-access-token/README.md
+++ b/src/project-access-token/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_access_token`
-Refer to the Terraform Registry for docs: [`gitlab_project_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token).
+Refer to the Terraform Registry for docs: [`gitlab_project_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_access_token).
diff --git a/src/project-access-token/index.ts b/src/project-access-token/index.ts
index de6991805..3e48dbe10 100644
--- a/src/project-access-token/index.ts
+++ b/src/project-access-token/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_access_token
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,37 +15,37 @@ export interface ProjectAccessTokenConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
*/
readonly accessLevel?: 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.6.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.1/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
*/
readonly expiresAt?: string;
/**
* The name of the project access token.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_access_token#name ProjectAccessToken#name}
*/
readonly name: 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/resources/project_access_token#project ProjectAccessToken#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_access_token#project ProjectAccessToken#project}
*/
readonly project: string;
/**
* 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.6.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.1/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
*/
readonly rotationConfiguration?: ProjectAccessTokenRotationConfiguration;
/**
* 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.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
*/
readonly scopes: string[];
}
@@ -53,13 +53,13 @@ export interface ProjectAccessTokenRotationConfiguration {
/**
* The duration (in days) the new token should be valid for.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
*/
readonly expirationDays: number;
/**
* 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.6.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.1/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
*/
readonly rotateBeforeDays: number;
}
@@ -176,7 +176,7 @@ export class ProjectAccessTokenRotationConfigurationOutputReference extends cdkt
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token gitlab_project_access_token}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_access_token gitlab_project_access_token}
*/
export class ProjectAccessToken extends cdktf.TerraformResource {
@@ -192,7 +192,7 @@ export class ProjectAccessToken extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectAccessToken resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectAccessToken to import
- * @param importFromId The id of the existing ProjectAccessToken that should be imported. 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
+ * @param importFromId The id of the existing ProjectAccessToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_access_token#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectAccessToken to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -204,7 +204,7 @@ export class ProjectAccessToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token gitlab_project_access_token} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_access_token gitlab_project_access_token} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -215,7 +215,7 @@ export class ProjectAccessToken extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_access_token',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-approval-rule/README.md b/src/project-approval-rule/README.md
index d0a93445f..6bcca2594 100644
--- a/src/project-approval-rule/README.md
+++ b/src/project-approval-rule/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_approval_rule`
-Refer to the Terraform Registry for docs: [`gitlab_project_approval_rule`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule).
+Refer to the Terraform Registry for docs: [`gitlab_project_approval_rule`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_approval_rule).
diff --git a/src/project-approval-rule/index.ts b/src/project-approval-rule/index.ts
index 6b4aed88c..7fae550dd 100644
--- a/src/project-approval-rule/index.ts
+++ b/src/project-approval-rule/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_approval_rule
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,29 +15,29 @@ export interface ProjectApprovalRuleConfig extends cdktf.TerraformMetaArguments
/**
* 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.6.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.1/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
*/
readonly appliesToAllProtectedBranches?: boolean | cdktf.IResolvable;
/**
* The number of approvals required for this rule.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
*/
readonly approvalsRequired: number;
/**
* 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.6.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.1/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
*/
readonly disableImportingDefaultAnyApproverRuleOnCreate?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
*/
readonly groupIds?: number[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -46,43 +46,43 @@ export interface ProjectApprovalRuleConfig extends cdktf.TerraformMetaArguments
/**
* The name of the approval rule.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
*/
readonly name: 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.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
*/
readonly project: string;
/**
* 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.6.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.1/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
*/
readonly protectedBranchIds?: number[];
/**
* 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.6.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.1/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
*/
readonly reportType?: string;
/**
* 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.6.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.1/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
*/
readonly ruleType?: string;
/**
* 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.6.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.1/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
*/
readonly userIds?: number[];
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule gitlab_project_approval_rule}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_approval_rule gitlab_project_approval_rule}
*/
export class ProjectApprovalRule extends cdktf.TerraformResource {
@@ -98,7 +98,7 @@ export class ProjectApprovalRule extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectApprovalRule resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectApprovalRule to import
- * @param importFromId The id of the existing ProjectApprovalRule that should be imported. 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
+ * @param importFromId The id of the existing ProjectApprovalRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_approval_rule#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectApprovalRule to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -110,7 +110,7 @@ export class ProjectApprovalRule extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule gitlab_project_approval_rule} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_approval_rule gitlab_project_approval_rule} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -121,7 +121,7 @@ export class ProjectApprovalRule extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_approval_rule',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-badge/README.md b/src/project-badge/README.md
index 975396117..cb64f97fb 100644
--- a/src/project-badge/README.md
+++ b/src/project-badge/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_badge`
-Refer to the Terraform Registry for docs: [`gitlab_project_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge).
+Refer to the Terraform Registry for docs: [`gitlab_project_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge).
diff --git a/src/project-badge/index.ts b/src/project-badge/index.ts
index da3ee80e0..82fabb894 100644
--- a/src/project-badge/index.ts
+++ b/src/project-badge/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface ProjectBadgeConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -22,31 +22,31 @@ export interface ProjectBadgeConfig extends cdktf.TerraformMetaArguments {
/**
* The image url which will be presented on project overview.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge#image_url ProjectBadge#image_url}
*/
readonly imageUrl: string;
/**
* The url linked with the badge.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge#link_url ProjectBadge#link_url}
*/
readonly linkUrl: string;
/**
* The name of the badge.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#name ProjectBadge#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge#name ProjectBadge#name}
*/
readonly name?: string;
/**
* The id of the project to add the badge to.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#project ProjectBadge#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge#project ProjectBadge#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge gitlab_project_badge}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge gitlab_project_badge}
*/
export class ProjectBadge extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class ProjectBadge extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectBadge resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectBadge to import
- * @param importFromId The id of the existing ProjectBadge that should be imported. 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
+ * @param importFromId The id of the existing ProjectBadge that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectBadge to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class ProjectBadge extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge gitlab_project_badge} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_badge gitlab_project_badge} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class ProjectBadge extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_badge',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-cluster/README.md b/src/project-cluster/README.md
index 419c1cda4..d5fcefb7d 100644
--- a/src/project-cluster/README.md
+++ b/src/project-cluster/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_cluster`
-Refer to the Terraform Registry for docs: [`gitlab_project_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster).
+Refer to the Terraform Registry for docs: [`gitlab_project_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster).
diff --git a/src/project-cluster/index.ts b/src/project-cluster/index.ts
index 7c978a2f2..e500c2731 100644
--- a/src/project-cluster/index.ts
+++ b/src/project-cluster/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface ProjectClusterConfig extends cdktf.TerraformMetaArguments {
/**
* The base domain of the cluster.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster#domain ProjectCluster#domain}
*/
readonly domain?: string;
/**
* 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.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster#enabled ProjectCluster#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
* The associated environment to the cluster. Defaults to `*`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
*/
readonly environmentScope?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -40,61 +40,61 @@ export interface ProjectClusterConfig extends cdktf.TerraformMetaArguments {
/**
* The URL to access the Kubernetes API.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
*/
readonly kubernetesApiUrl: 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.6.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.1/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
*/
readonly kubernetesAuthorizationType?: 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.6.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.1/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
*/
readonly kubernetesCaCert?: string;
/**
* The unique namespace related to the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
*/
readonly kubernetesNamespace?: string;
/**
* The token to authenticate against Kubernetes.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
*/
readonly kubernetesToken: string;
/**
* 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.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster#managed ProjectCluster#managed}
*/
readonly managed?: boolean | cdktf.IResolvable;
/**
* The ID of the management project for the cluster.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
*/
readonly managementProjectId?: string;
/**
* The name of cluster.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#name ProjectCluster#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster#name ProjectCluster#name}
*/
readonly name: string;
/**
* The id of the project to add the cluster to.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#project ProjectCluster#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster#project ProjectCluster#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster gitlab_project_cluster}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster gitlab_project_cluster}
*/
export class ProjectCluster extends cdktf.TerraformResource {
@@ -110,7 +110,7 @@ export class ProjectCluster extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectCluster resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectCluster to import
- * @param importFromId The id of the existing ProjectCluster that should be imported. 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
+ * @param importFromId The id of the existing ProjectCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectCluster to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -122,7 +122,7 @@ export class ProjectCluster extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster gitlab_project_cluster} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_cluster gitlab_project_cluster} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -133,7 +133,7 @@ export class ProjectCluster extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_cluster',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-compliance-framework/README.md b/src/project-compliance-framework/README.md
index 70fafa633..5a4ef9cf8 100644
--- a/src/project-compliance-framework/README.md
+++ b/src/project-compliance-framework/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_compliance_framework`
-Refer to the Terraform Registry for docs: [`gitlab_project_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework).
+Refer to the Terraform Registry for docs: [`gitlab_project_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_framework).
diff --git a/src/project-compliance-framework/index.ts b/src/project-compliance-framework/index.ts
index 1ffba0c88..8015eb766 100644
--- a/src/project-compliance-framework/index.ts
+++ b/src/project-compliance-framework/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_framework
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface ProjectComplianceFrameworkConfig extends cdktf.TerraformMetaArg
/**
* 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.6.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.1/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
*/
readonly complianceFrameworkId: 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.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_framework gitlab_project_compliance_framework}
*/
export class ProjectComplianceFramework extends cdktf.TerraformResource {
@@ -43,7 +43,7 @@ export class ProjectComplianceFramework extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectComplianceFramework resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectComplianceFramework to import
- * @param importFromId The id of the existing ProjectComplianceFramework that should be imported. 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
+ * @param importFromId The id of the existing ProjectComplianceFramework that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_framework#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectComplianceFramework to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -55,7 +55,7 @@ export class ProjectComplianceFramework extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_framework gitlab_project_compliance_framework} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -66,7 +66,7 @@ export class ProjectComplianceFramework extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_compliance_framework',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-compliance-frameworks/README.md b/src/project-compliance-frameworks/README.md
index 1e1cd5c2a..e17652274 100644
--- a/src/project-compliance-frameworks/README.md
+++ b/src/project-compliance-frameworks/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_compliance_frameworks`
-Refer to the Terraform Registry for docs: [`gitlab_project_compliance_frameworks`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks).
+Refer to the Terraform Registry for docs: [`gitlab_project_compliance_frameworks`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks).
diff --git a/src/project-compliance-frameworks/index.ts b/src/project-compliance-frameworks/index.ts
index 9663a8657..4715c9494 100644
--- a/src/project-compliance-frameworks/index.ts
+++ b/src/project-compliance-frameworks/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface ProjectComplianceFrameworksConfig extends cdktf.TerraformMetaAr
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#compliance_framework_ids ProjectComplianceFrameworks#compliance_framework_ids}
*/
readonly complianceFrameworkIds: 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#project ProjectComplianceFrameworks#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}
*/
export class ProjectComplianceFrameworks extends cdktf.TerraformResource {
@@ -43,7 +43,7 @@ export class ProjectComplianceFrameworks extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectComplianceFrameworks resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectComplianceFrameworks to import
- * @param importFromId 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
+ * @param importFromId The id of the existing ProjectComplianceFrameworks that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectComplianceFrameworks to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -55,7 +55,7 @@ export class ProjectComplianceFrameworks extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -66,7 +66,7 @@ export class ProjectComplianceFrameworks extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_compliance_frameworks',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-custom-attribute/README.md b/src/project-custom-attribute/README.md
index a6c25541a..a7c582b47 100644
--- a/src/project-custom-attribute/README.md
+++ b/src/project-custom-attribute/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_custom_attribute`
-Refer to the Terraform Registry for docs: [`gitlab_project_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute).
+Refer to the Terraform Registry for docs: [`gitlab_project_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute).
diff --git a/src/project-custom-attribute/index.ts b/src/project-custom-attribute/index.ts
index 485b2f2a5..67aee03f2 100644
--- a/src/project-custom-attribute/index.ts
+++ b/src/project-custom-attribute/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface ProjectCustomAttributeConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#id ProjectCustomAttribute#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -22,25 +22,25 @@ export interface ProjectCustomAttributeConfig extends cdktf.TerraformMetaArgumen
/**
* Key for the Custom Attribute.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#key ProjectCustomAttribute#key}
*/
readonly key: string;
/**
* The id of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#project ProjectCustomAttribute#project}
*/
readonly project: number;
/**
* Value for the Custom Attribute.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#value ProjectCustomAttribute#value}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#value ProjectCustomAttribute#value}
*/
readonly value: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute gitlab_project_custom_attribute}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute gitlab_project_custom_attribute}
*/
export class ProjectCustomAttribute extends cdktf.TerraformResource {
@@ -56,7 +56,7 @@ export class ProjectCustomAttribute extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectCustomAttribute resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectCustomAttribute to import
- * @param importFromId The id of the existing ProjectCustomAttribute that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectCustomAttribute that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectCustomAttribute to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -68,7 +68,7 @@ export class ProjectCustomAttribute extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_custom_attribute gitlab_project_custom_attribute} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_custom_attribute gitlab_project_custom_attribute} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -79,7 +79,7 @@ export class ProjectCustomAttribute extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_custom_attribute',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-environment/README.md b/src/project-environment/README.md
index dd8966d3a..65eec8e7b 100644
--- a/src/project-environment/README.md
+++ b/src/project-environment/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_environment`
-Refer to the Terraform Registry for docs: [`gitlab_project_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment).
+Refer to the Terraform Registry for docs: [`gitlab_project_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment).
diff --git a/src/project-environment/index.ts b/src/project-environment/index.ts
index 323b6d228..5af4e368a 100644
--- a/src/project-environment/index.ts
+++ b/src/project-environment/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface ProjectEnvironmentConfig extends cdktf.TerraformMetaArguments {
/**
* The cluster agent to associate with this environment.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#cluster_agent_id ProjectEnvironment#cluster_agent_id}
*/
readonly clusterAgentId?: number;
/**
* Place to link to for this environment.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#external_url ProjectEnvironment#external_url}
*/
readonly externalUrl?: string;
/**
* The Flux resource path to associate with this environment.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#flux_resource_path ProjectEnvironment#flux_resource_path}
*/
readonly fluxResourcePath?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#id ProjectEnvironment#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#id ProjectEnvironment#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -40,37 +40,37 @@ export interface ProjectEnvironmentConfig extends cdktf.TerraformMetaArguments {
/**
* The Kubernetes namespace to associate with this environment.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#kubernetes_namespace ProjectEnvironment#kubernetes_namespace}
*/
readonly kubernetesNamespace?: string;
/**
* The name of the environment.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#name ProjectEnvironment#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#name ProjectEnvironment#name}
*/
readonly name: string;
/**
* The ID or full path of the project to environment is created for.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#project ProjectEnvironment#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#project ProjectEnvironment#project}
*/
readonly project: string;
/**
* Determines whether the environment is attempted to be stopped before the environment is deleted.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#stop_before_destroy ProjectEnvironment#stop_before_destroy}
*/
readonly stopBeforeDestroy?: boolean | cdktf.IResolvable;
/**
* The tier of the new environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#tier ProjectEnvironment#tier}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#tier ProjectEnvironment#tier}
*/
readonly tier?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment gitlab_project_environment}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment gitlab_project_environment}
*/
export class ProjectEnvironment extends cdktf.TerraformResource {
@@ -86,7 +86,7 @@ export class ProjectEnvironment extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectEnvironment resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectEnvironment to import
- * @param importFromId The id of the existing ProjectEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectEnvironment to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -98,7 +98,7 @@ export class ProjectEnvironment extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_environment gitlab_project_environment} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_environment gitlab_project_environment} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -109,7 +109,7 @@ export class ProjectEnvironment extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_environment',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-freeze-period/README.md b/src/project-freeze-period/README.md
index 12be2b9c7..fb03ee881 100644
--- a/src/project-freeze-period/README.md
+++ b/src/project-freeze-period/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_freeze_period`
-Refer to the Terraform Registry for docs: [`gitlab_project_freeze_period`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period).
+Refer to the Terraform Registry for docs: [`gitlab_project_freeze_period`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period).
diff --git a/src/project-freeze-period/index.ts b/src/project-freeze-period/index.ts
index b8bac6497..56f205c40 100644
--- a/src/project-freeze-period/index.ts
+++ b/src/project-freeze-period/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface ProjectFreezePeriodConfig extends cdktf.TerraformMetaArguments
/**
* The timezone.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#cron_timezone ProjectFreezePeriod#cron_timezone}
*/
readonly cronTimezone?: string;
/**
* End of the Freeze Period in cron format (e.g. `0 2 * * *`).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_end ProjectFreezePeriod#freeze_end}
*/
readonly freezeEnd: string;
/**
* Start of the Freeze Period in cron format (e.g. `0 1 * * *`).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#freeze_start ProjectFreezePeriod#freeze_start}
*/
readonly freezeStart: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#id ProjectFreezePeriod#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -40,13 +40,13 @@ export interface ProjectFreezePeriodConfig extends cdktf.TerraformMetaArguments
/**
* The ID or URL-encoded path of the project to add the schedule to.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#project ProjectFreezePeriod#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period gitlab_project_freeze_period}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period gitlab_project_freeze_period}
*/
export class ProjectFreezePeriod extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class ProjectFreezePeriod extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectFreezePeriod resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectFreezePeriod to import
- * @param importFromId The id of the existing ProjectFreezePeriod that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectFreezePeriod that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectFreezePeriod to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class ProjectFreezePeriod extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_freeze_period gitlab_project_freeze_period} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_freeze_period gitlab_project_freeze_period} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class ProjectFreezePeriod extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_freeze_period',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-hook/README.md b/src/project-hook/README.md
index 7683536ff..9af44ffc1 100644
--- a/src/project-hook/README.md
+++ b/src/project-hook/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_hook`
-Refer to the Terraform Registry for docs: [`gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook).
+Refer to the Terraform Registry for docs: [`gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook).
diff --git a/src/project-hook/index.ts b/src/project-hook/index.ts
index 0622dc258..ed794c439 100644
--- a/src/project-hook/index.ts
+++ b/src/project-hook/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,115 +15,115 @@ export interface ProjectHookConfig extends cdktf.TerraformMetaArguments {
/**
* Invoke the hook for confidential issues events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_issues_events ProjectHook#confidential_issues_events}
*/
readonly confidentialIssuesEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for confidential note events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#confidential_note_events ProjectHook#confidential_note_events}
*/
readonly confidentialNoteEvents?: boolean | cdktf.IResolvable;
/**
* Custom headers for the project webhook.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_headers ProjectHook#custom_headers}
*/
readonly customHeaders?: ProjectHookCustomHeaders[] | cdktf.IResolvable;
/**
* Custom webhook template.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#custom_webhook_template ProjectHook#custom_webhook_template}
*/
readonly customWebhookTemplate?: string;
/**
* Invoke the hook for deployment events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#deployment_events ProjectHook#deployment_events}
*/
readonly deploymentEvents?: boolean | cdktf.IResolvable;
/**
* Enable SSL verification when invoking the hook.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#enable_ssl_verification ProjectHook#enable_ssl_verification}
*/
readonly enableSslVerification?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for issues events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#issues_events ProjectHook#issues_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#issues_events ProjectHook#issues_events}
*/
readonly issuesEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for job events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#job_events ProjectHook#job_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#job_events ProjectHook#job_events}
*/
readonly jobEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for merge requests events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#merge_requests_events ProjectHook#merge_requests_events}
*/
readonly mergeRequestsEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for note events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#note_events ProjectHook#note_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#note_events ProjectHook#note_events}
*/
readonly noteEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for pipeline events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#pipeline_events ProjectHook#pipeline_events}
*/
readonly pipelineEvents?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/project_hook#project ProjectHook#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#project ProjectHook#project}
*/
readonly project: string;
/**
* Invoke the hook for push events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#push_events ProjectHook#push_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events ProjectHook#push_events}
*/
readonly pushEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for push events on matching branches only.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#push_events_branch_filter ProjectHook#push_events_branch_filter}
*/
readonly pushEventsBranchFilter?: string;
/**
* Invoke the hook for release events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#releases_events ProjectHook#releases_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#releases_events ProjectHook#releases_events}
*/
readonly releasesEvents?: boolean | cdktf.IResolvable;
/**
* Invoke the hook for tag push events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#tag_push_events ProjectHook#tag_push_events}
*/
readonly tagPushEvents?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/project_hook#token ProjectHook#token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#token ProjectHook#token}
*/
readonly token?: 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.6.0/docs/resources/project_hook#url ProjectHook#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#url ProjectHook#url}
*/
readonly url: string;
/**
* Invoke the hook for wiki page events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#wiki_page_events ProjectHook#wiki_page_events}
*/
readonly wikiPageEvents?: boolean | cdktf.IResolvable;
}
@@ -131,13 +131,13 @@ export interface ProjectHookCustomHeaders {
/**
* Key of the custom header.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#key ProjectHook#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#key ProjectHook#key}
*/
readonly key: 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/project_hook#value ProjectHook#value}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#value ProjectHook#value}
*/
readonly value: string;
}
@@ -276,7 +276,7 @@ export class ProjectHookCustomHeadersList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook gitlab_project_hook}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook gitlab_project_hook}
*/
export class ProjectHook extends cdktf.TerraformResource {
@@ -292,7 +292,7 @@ export class ProjectHook extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectHook resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectHook to import
- * @param importFromId The id of the existing ProjectHook that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectHook that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectHook to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -304,7 +304,7 @@ export class ProjectHook extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_hook gitlab_project_hook} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_hook gitlab_project_hook} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -315,7 +315,7 @@ export class ProjectHook extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_hook',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-issue-board/README.md b/src/project-issue-board/README.md
index 3a82f761e..e26f2738b 100644
--- a/src/project-issue-board/README.md
+++ b/src/project-issue-board/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_issue_board`
-Refer to the Terraform Registry for docs: [`gitlab_project_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board).
+Refer to the Terraform Registry for docs: [`gitlab_project_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board).
diff --git a/src/project-issue-board/index.ts b/src/project-issue-board/index.ts
index fc60f663e..cf64c3fca 100644
--- a/src/project-issue-board/index.ts
+++ b/src/project-issue-board/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface ProjectIssueBoardConfig extends cdktf.TerraformMetaArguments {
/**
* The assignee the board should be scoped to. Requires a GitLab EE license.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
*/
readonly assigneeId?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#id ProjectIssueBoard#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#id ProjectIssueBoard#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -28,37 +28,37 @@ export interface ProjectIssueBoardConfig extends cdktf.TerraformMetaArguments {
/**
* The list of label names which the board should be scoped to. Requires a GitLab EE license.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#labels ProjectIssueBoard#labels}
*/
readonly labels?: string[];
/**
* The milestone the board should be scoped to. Requires a GitLab EE license.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
*/
readonly milestoneId?: number;
/**
* The name of the board.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#name ProjectIssueBoard#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#name ProjectIssueBoard#name}
*/
readonly name: string;
/**
* The 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.6.0/docs/resources/project_issue_board#project ProjectIssueBoard#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#project ProjectIssueBoard#project}
*/
readonly project: string;
/**
* The weight range from 0 to 9, to which the board should be scoped to. Requires a GitLab EE license.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#weight ProjectIssueBoard#weight}
*/
readonly weight?: number;
/**
* lists block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#lists ProjectIssueBoard#lists}
*/
readonly lists?: ProjectIssueBoardLists[] | cdktf.IResolvable;
}
@@ -66,25 +66,25 @@ export interface ProjectIssueBoardLists {
/**
* The ID of the assignee the list should be scoped to. Requires a GitLab EE license.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#assignee_id ProjectIssueBoard#assignee_id}
*/
readonly assigneeId?: number;
/**
* The ID of the iteration the list should be scoped to. Requires a GitLab EE license.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#iteration_id ProjectIssueBoard#iteration_id}
*/
readonly iterationId?: number;
/**
* The ID of the label the list should be scoped to. Requires a GitLab EE license.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#label_id ProjectIssueBoard#label_id}
*/
readonly labelId?: number;
/**
* The ID of the milestone the list should be scoped to. Requires a GitLab EE license.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#milestone_id ProjectIssueBoard#milestone_id}
*/
readonly milestoneId?: number;
}
@@ -297,7 +297,7 @@ export class ProjectIssueBoardListsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board gitlab_project_issue_board}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board gitlab_project_issue_board}
*/
export class ProjectIssueBoard extends cdktf.TerraformResource {
@@ -313,7 +313,7 @@ export class ProjectIssueBoard extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectIssueBoard resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectIssueBoard to import
- * @param importFromId The id of the existing ProjectIssueBoard that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectIssueBoard that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectIssueBoard to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -325,7 +325,7 @@ export class ProjectIssueBoard extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue_board gitlab_project_issue_board} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue_board gitlab_project_issue_board} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -336,7 +336,7 @@ export class ProjectIssueBoard extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_issue_board',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-issue/README.md b/src/project-issue/README.md
index ea6dec827..ea8e14891 100644
--- a/src/project-issue/README.md
+++ b/src/project-issue/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_issue`
-Refer to the Terraform Registry for docs: [`gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue).
+Refer to the Terraform Registry for docs: [`gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue).
diff --git a/src/project-issue/index.ts b/src/project-issue/index.ts
index 69f186936..a749e1e29 100644
--- a/src/project-issue/index.ts
+++ b/src/project-issue/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,59 +15,59 @@ export interface ProjectIssueConfig extends cdktf.TerraformMetaArguments {
/**
* The IDs of the users to assign the issue to.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#assignee_ids ProjectIssue#assignee_ids}
*/
readonly assigneeIds?: number[];
/**
* Set an issue to be confidential.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#confidential ProjectIssue#confidential}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#confidential ProjectIssue#confidential}
*/
readonly confidential?: boolean | cdktf.IResolvable;
/**
* When the issue was created. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z. Requires administrator or project/group owner rights.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#created_at ProjectIssue#created_at}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#created_at ProjectIssue#created_at}
*/
readonly createdAt?: string;
/**
* Whether the issue is deleted instead of closed during destroy.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#delete_on_destroy ProjectIssue#delete_on_destroy}
*/
readonly deleteOnDestroy?: boolean | cdktf.IResolvable;
/**
* The description of an issue. Limited to 1,048,576 characters.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#description ProjectIssue#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#description ProjectIssue#description}
*/
readonly description?: string;
/**
* Whether the issue is locked for discussions or not.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_locked ProjectIssue#discussion_locked}
*/
readonly discussionLocked?: boolean | cdktf.IResolvable;
/**
* The ID of a discussion to resolve. This fills out the issue with a default description and mark the discussion as resolved. Use in combination with merge_request_to_resolve_discussions_of.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#discussion_to_resolve ProjectIssue#discussion_to_resolve}
*/
readonly discussionToResolve?: string;
/**
* The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#due_date ProjectIssue#due_date}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#due_date ProjectIssue#due_date}
*/
readonly dueDate?: string;
/**
* The ID of the epic issue.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#epic_issue_id ProjectIssue#epic_issue_id}
*/
readonly epicIssueId?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#id ProjectIssue#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#id ProjectIssue#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -76,61 +76,61 @@ export interface ProjectIssueConfig extends cdktf.TerraformMetaArguments {
/**
* The internal ID of the project's issue.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#iid ProjectIssue#iid}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#iid ProjectIssue#iid}
*/
readonly iid?: number;
/**
* The type of issue. Valid values are: `issue`, `incident`, `test_case`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#issue_type ProjectIssue#issue_type}
*/
readonly issueType?: string;
/**
* The labels of an issue.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#labels ProjectIssue#labels}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#labels ProjectIssue#labels}
*/
readonly labels?: string[];
/**
* The IID of a merge request in which to resolve all issues. This fills out the issue with a default description and mark all discussions as resolved. When passing a description or title, these values take precedence over the default values.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#merge_request_to_resolve_discussions_of ProjectIssue#merge_request_to_resolve_discussions_of}
*/
readonly mergeRequestToResolveDiscussionsOf?: number;
/**
* The global ID of a milestone to assign issue. To find the milestone_id associated with a milestone, view an issue with the milestone assigned and use the API to retrieve the issue's details.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#milestone_id ProjectIssue#milestone_id}
*/
readonly milestoneId?: number;
/**
* The name or ID of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#project ProjectIssue#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#project ProjectIssue#project}
*/
readonly project: string;
/**
* The state of the issue. Valid values are: `opened`, `closed`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#state ProjectIssue#state}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#state ProjectIssue#state}
*/
readonly state?: string;
/**
* The title of the issue.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#title ProjectIssue#title}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#title ProjectIssue#title}
*/
readonly title: string;
/**
* When the issue was updated. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#updated_at ProjectIssue#updated_at}
*/
readonly updatedAt?: string;
/**
* The weight of the issue. Valid values are greater than or equal to 0.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#weight ProjectIssue#weight}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#weight ProjectIssue#weight}
*/
readonly weight?: number;
}
@@ -216,7 +216,7 @@ export class ProjectIssueTaskCompletionStatusList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue gitlab_project_issue}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue gitlab_project_issue}
*/
export class ProjectIssue extends cdktf.TerraformResource {
@@ -232,7 +232,7 @@ export class ProjectIssue extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectIssue resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectIssue to import
- * @param importFromId The id of the existing ProjectIssue that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectIssue that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectIssue to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -244,7 +244,7 @@ export class ProjectIssue extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_issue gitlab_project_issue} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_issue gitlab_project_issue} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -255,7 +255,7 @@ export class ProjectIssue extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_issue',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-job-token-scope/README.md b/src/project-job-token-scope/README.md
index 1a60dcc75..5376e0e15 100644
--- a/src/project-job-token-scope/README.md
+++ b/src/project-job-token-scope/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_job_token_scope`
-Refer to the Terraform Registry for docs: [`gitlab_project_job_token_scope`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope).
+Refer to the Terraform Registry for docs: [`gitlab_project_job_token_scope`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope).
diff --git a/src/project-job-token-scope/index.ts b/src/project-job-token-scope/index.ts
index 4d23fb5a5..3ff210441 100644
--- a/src/project-job-token-scope/index.ts
+++ b/src/project-job-token-scope/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface ProjectJobTokenScopeConfig extends cdktf.TerraformMetaArguments
/**
* The ID or full path of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#project ProjectJobTokenScope#project}
*/
readonly project: string;
/**
* The ID of the project that is in the CI/CD job token inbound allowlist.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#target_project_id ProjectJobTokenScope#target_project_id}
*/
readonly targetProjectId: number;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope gitlab_project_job_token_scope}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope gitlab_project_job_token_scope}
*/
export class ProjectJobTokenScope extends cdktf.TerraformResource {
@@ -43,7 +43,7 @@ export class ProjectJobTokenScope extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectJobTokenScope resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectJobTokenScope to import
- * @param importFromId The id of the existing ProjectJobTokenScope that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectJobTokenScope that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectJobTokenScope to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -55,7 +55,7 @@ export class ProjectJobTokenScope extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scope gitlab_project_job_token_scope} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scope gitlab_project_job_token_scope} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -66,7 +66,7 @@ export class ProjectJobTokenScope extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_job_token_scope',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-job-token-scopes/README.md b/src/project-job-token-scopes/README.md
index 1cc388479..03a78ab56 100644
--- a/src/project-job-token-scopes/README.md
+++ b/src/project-job-token-scopes/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_job_token_scopes`
-Refer to the Terraform Registry for docs: [`gitlab_project_job_token_scopes`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes).
+Refer to the Terraform Registry for docs: [`gitlab_project_job_token_scopes`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes).
diff --git a/src/project-job-token-scopes/index.ts b/src/project-job-token-scopes/index.ts
index fd49ae209..05e3944e1 100644
--- a/src/project-job-token-scopes/index.ts
+++ b/src/project-job-token-scopes/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,31 +15,31 @@ export interface ProjectJobTokenScopesConfig extends cdktf.TerraformMetaArgument
/**
* The ID or full path of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project ProjectJobTokenScopes#project}
*/
readonly project?: string;
/**
* The ID of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#project_id ProjectJobTokenScopes#project_id}
*/
readonly projectId?: number;
/**
* A set of group IDs that are in the CI/CD job token inbound allowlist.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_group_ids ProjectJobTokenScopes#target_group_ids}
*/
readonly targetGroupIds?: number[];
/**
* A set of project IDs that are in the CI/CD job token inbound allowlist.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#target_project_ids ProjectJobTokenScopes#target_project_ids}
*/
readonly targetProjectIds?: number[];
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes}
*/
export class ProjectJobTokenScopes extends cdktf.TerraformResource {
@@ -55,7 +55,7 @@ export class ProjectJobTokenScopes extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectJobTokenScopes resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectJobTokenScopes to import
- * @param importFromId The id of the existing ProjectJobTokenScopes that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectJobTokenScopes that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectJobTokenScopes to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -67,7 +67,7 @@ export class ProjectJobTokenScopes extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_job_token_scopes gitlab_project_job_token_scopes} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -78,7 +78,7 @@ export class ProjectJobTokenScopes extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_job_token_scopes',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-label/README.md b/src/project-label/README.md
index 560602f22..2ec910d67 100644
--- a/src/project-label/README.md
+++ b/src/project-label/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_label`
-Refer to the Terraform Registry for docs: [`gitlab_project_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label).
+Refer to the Terraform Registry for docs: [`gitlab_project_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label).
diff --git a/src/project-label/index.ts b/src/project-label/index.ts
index 1480433d7..9e705d924 100644
--- a/src/project-label/index.ts
+++ b/src/project-label/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface ProjectLabelConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/project_label#color ProjectLabel#color}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#color ProjectLabel#color}
*/
readonly color: string;
/**
* The description of the label.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label#description ProjectLabel#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#description ProjectLabel#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label#id ProjectLabel#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#id ProjectLabel#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -34,19 +34,19 @@ export interface ProjectLabelConfig extends cdktf.TerraformMetaArguments {
/**
* The name of the label.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label#name ProjectLabel#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#name ProjectLabel#name}
*/
readonly name: 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.6.0/docs/resources/project_label#project ProjectLabel#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#project ProjectLabel#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label gitlab_project_label}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label gitlab_project_label}
*/
export class ProjectLabel extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class ProjectLabel extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectLabel resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectLabel to import
- * @param importFromId The id of the existing ProjectLabel that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectLabel that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectLabel to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class ProjectLabel extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_label gitlab_project_label} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_label gitlab_project_label} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class ProjectLabel extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_label',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-level-mr-approvals/README.md b/src/project-level-mr-approvals/README.md
index 34dcccde0..7e9fcdb4b 100644
--- a/src/project-level-mr-approvals/README.md
+++ b/src/project-level-mr-approvals/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_level_mr_approvals`
-Refer to the Terraform Registry for docs: [`gitlab_project_level_mr_approvals`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals).
+Refer to the Terraform Registry for docs: [`gitlab_project_level_mr_approvals`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals).
diff --git a/src/project-level-mr-approvals/index.ts b/src/project-level-mr-approvals/index.ts
index 8298ce760..7ccd4c252 100644
--- a/src/project-level-mr-approvals/index.ts
+++ b/src/project-level-mr-approvals/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,49 +15,49 @@ export interface ProjectLevelMrApprovalsConfig extends cdktf.TerraformMetaArgume
/**
* Set to `true` to disable overriding approvers per merge request.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#disable_overriding_approvers_per_merge_request ProjectLevelMrApprovals#disable_overriding_approvers_per_merge_request}
*/
readonly disableOverridingApproversPerMergeRequest?: boolean | cdktf.IResolvable;
/**
* Set to `true` to allow merge requests authors to approve their own merge requests.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_author_approval ProjectLevelMrApprovals#merge_requests_author_approval}
*/
readonly mergeRequestsAuthorApproval?: boolean | cdktf.IResolvable;
/**
* Set to `true` to disable merge request committers from approving their own merge requests.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#merge_requests_disable_committers_approval ProjectLevelMrApprovals#merge_requests_disable_committers_approval}
*/
readonly mergeRequestsDisableCommittersApproval?: boolean | cdktf.IResolvable;
/**
* The ID or URL-encoded path of a project to change MR approval configuration.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#project ProjectLevelMrApprovals#project}
*/
readonly project: string;
/**
* Set to `true` to require authentication to approve merge requests.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#require_password_to_approve ProjectLevelMrApprovals#require_password_to_approve}
*/
readonly requirePasswordToApprove?: boolean | cdktf.IResolvable;
/**
* Set to `true` to remove all approvals in a merge request when new commits are pushed to its source branch. Default is `true`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#reset_approvals_on_push ProjectLevelMrApprovals#reset_approvals_on_push}
*/
readonly resetApprovalsOnPush?: boolean | cdktf.IResolvable;
/**
* Reset approvals from Code Owners if their files changed. Can be enabled only if reset_approvals_on_push is disabled.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#selective_code_owner_removals ProjectLevelMrApprovals#selective_code_owner_removals}
*/
readonly selectiveCodeOwnerRemovals?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals}
*/
export class ProjectLevelMrApprovals extends cdktf.TerraformResource {
@@ -73,7 +73,7 @@ export class ProjectLevelMrApprovals extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectLevelMrApprovals resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectLevelMrApprovals to import
- * @param importFromId The id of the existing ProjectLevelMrApprovals that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectLevelMrApprovals that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectLevelMrApprovals to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -85,7 +85,7 @@ export class ProjectLevelMrApprovals extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_mr_approvals gitlab_project_level_mr_approvals} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -96,7 +96,7 @@ export class ProjectLevelMrApprovals extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_level_mr_approvals',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-level-notifications/README.md b/src/project-level-notifications/README.md
index fc8b95d9c..5b46c7758 100644
--- a/src/project-level-notifications/README.md
+++ b/src/project-level-notifications/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_level_notifications`
-Refer to the Terraform Registry for docs: [`gitlab_project_level_notifications`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications).
+Refer to the Terraform Registry for docs: [`gitlab_project_level_notifications`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications).
diff --git a/src/project-level-notifications/index.ts b/src/project-level-notifications/index.ts
index 04f5fca0c..0dd86b5ad 100644
--- a/src/project-level-notifications/index.ts
+++ b/src/project-level-notifications/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,121 +15,121 @@ export interface ProjectLevelNotificationsConfig extends cdktf.TerraformMetaArgu
/**
* 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.6.0/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_issue ProjectLevelNotifications#close_issue}
*/
readonly closeIssue?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#close_merge_request ProjectLevelNotifications#close_merge_request}
*/
readonly closeMergeRequest?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#failed_pipeline ProjectLevelNotifications#failed_pipeline}
*/
readonly failedPipeline?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#fixed_pipeline ProjectLevelNotifications#fixed_pipeline}
*/
readonly fixedPipeline?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#issue_due ProjectLevelNotifications#issue_due}
*/
readonly issueDue?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#level ProjectLevelNotifications#level}
*/
readonly level?: string;
/**
* 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.6.0/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_merge_request ProjectLevelNotifications#merge_merge_request}
*/
readonly mergeMergeRequest?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#merge_when_pipeline_succeeds ProjectLevelNotifications#merge_when_pipeline_succeeds}
*/
readonly mergeWhenPipelineSucceeds?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#moved_project ProjectLevelNotifications#moved_project}
*/
readonly movedProject?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_issue ProjectLevelNotifications#new_issue}
*/
readonly newIssue?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_merge_request ProjectLevelNotifications#new_merge_request}
*/
readonly newMergeRequest?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#new_note ProjectLevelNotifications#new_note}
*/
readonly newNote?: boolean | cdktf.IResolvable;
/**
* The ID or URL-encoded path of a project where notifications will be configured.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#project ProjectLevelNotifications#project}
*/
readonly project: string;
/**
* 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.6.0/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#push_to_merge_request ProjectLevelNotifications#push_to_merge_request}
*/
readonly pushToMergeRequest?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_issue ProjectLevelNotifications#reassign_issue}
*/
readonly reassignIssue?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reassign_merge_request ProjectLevelNotifications#reassign_merge_request}
*/
readonly reassignMergeRequest?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_issue ProjectLevelNotifications#reopen_issue}
*/
readonly reopenIssue?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#reopen_merge_request ProjectLevelNotifications#reopen_merge_request}
*/
readonly reopenMergeRequest?: boolean | cdktf.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.6.0/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#success_pipeline ProjectLevelNotifications#success_pipeline}
*/
readonly successPipeline?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications gitlab_project_level_notifications}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications gitlab_project_level_notifications}
*/
export class ProjectLevelNotifications extends cdktf.TerraformResource {
@@ -145,7 +145,7 @@ export class ProjectLevelNotifications extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectLevelNotifications resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectLevelNotifications to import
- * @param importFromId The id of the existing ProjectLevelNotifications that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectLevelNotifications that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectLevelNotifications to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -157,7 +157,7 @@ export class ProjectLevelNotifications extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_level_notifications gitlab_project_level_notifications} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_level_notifications gitlab_project_level_notifications} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -168,7 +168,7 @@ export class ProjectLevelNotifications extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_level_notifications',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-membership/README.md b/src/project-membership/README.md
index e403f3b45..58e211f52 100644
--- a/src/project-membership/README.md
+++ b/src/project-membership/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_membership`
-Refer to the Terraform Registry for docs: [`gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership).
+Refer to the Terraform Registry for docs: [`gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership).
diff --git a/src/project-membership/index.ts b/src/project-membership/index.ts
index ad7237070..46fcdbee5 100644
--- a/src/project-membership/index.ts
+++ b/src/project-membership/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface ProjectMembershipConfig extends cdktf.TerraformMetaArguments {
/**
* The 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.6.0/docs/resources/project_membership#access_level ProjectMembership#access_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#access_level ProjectMembership#access_level}
*/
readonly accessLevel: string;
/**
* Expiration date for the project membership. Format: `YYYY-MM-DD`
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#expires_at ProjectMembership#expires_at}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#expires_at ProjectMembership#expires_at}
*/
readonly expiresAt?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#id ProjectMembership#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#id ProjectMembership#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -34,19 +34,19 @@ export interface ProjectMembershipConfig extends cdktf.TerraformMetaArguments {
/**
* The ID or URL-encoded path of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#project ProjectMembership#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#project ProjectMembership#project}
*/
readonly project: string;
/**
* The id of the user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#user_id ProjectMembership#user_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#user_id ProjectMembership#user_id}
*/
readonly userId: number;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership gitlab_project_membership}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership gitlab_project_membership}
*/
export class ProjectMembership extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class ProjectMembership extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectMembership resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectMembership to import
- * @param importFromId The id of the existing ProjectMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectMembership to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class ProjectMembership extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_membership gitlab_project_membership} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_membership gitlab_project_membership} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class ProjectMembership extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_membership',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-milestone/README.md b/src/project-milestone/README.md
index c6f505cd7..5ef357656 100644
--- a/src/project-milestone/README.md
+++ b/src/project-milestone/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_milestone`
-Refer to the Terraform Registry for docs: [`gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone).
+Refer to the Terraform Registry for docs: [`gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone).
diff --git a/src/project-milestone/index.ts b/src/project-milestone/index.ts
index 364f80706..e9e47d331 100644
--- a/src/project-milestone/index.ts
+++ b/src/project-milestone/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface ProjectMilestoneConfig extends cdktf.TerraformMetaArguments {
/**
* The description of the milestone.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#description ProjectMilestone#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#description ProjectMilestone#description}
*/
readonly description?: string;
/**
* The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#due_date ProjectMilestone#due_date}
*/
readonly dueDate?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#id ProjectMilestone#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#id ProjectMilestone#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -34,31 +34,31 @@ export interface ProjectMilestoneConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/project_milestone#project ProjectMilestone#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#project ProjectMilestone#project}
*/
readonly project: string;
/**
* The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#start_date ProjectMilestone#start_date}
*/
readonly startDate?: string;
/**
* The state of the milestone. Valid values are: `active`, `closed`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#state ProjectMilestone#state}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#state ProjectMilestone#state}
*/
readonly state?: string;
/**
* The title of a milestone.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#title ProjectMilestone#title}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#title ProjectMilestone#title}
*/
readonly title: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone gitlab_project_milestone}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone gitlab_project_milestone}
*/
export class ProjectMilestone extends cdktf.TerraformResource {
@@ -74,7 +74,7 @@ export class ProjectMilestone extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectMilestone resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectMilestone to import
- * @param importFromId The id of the existing ProjectMilestone that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectMilestone that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectMilestone to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -86,7 +86,7 @@ export class ProjectMilestone extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_milestone gitlab_project_milestone} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_milestone gitlab_project_milestone} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -97,7 +97,7 @@ export class ProjectMilestone extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_milestone',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-mirror/README.md b/src/project-mirror/README.md
index d0d78775a..b735e7837 100644
--- a/src/project-mirror/README.md
+++ b/src/project-mirror/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_mirror`
-Refer to the Terraform Registry for docs: [`gitlab_project_mirror`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror).
+Refer to the Terraform Registry for docs: [`gitlab_project_mirror`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror).
diff --git a/src/project-mirror/index.ts b/src/project-mirror/index.ts
index d1bdc037e..00dc8279d 100644
--- a/src/project-mirror/index.ts
+++ b/src/project-mirror/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface ProjectMirrorConfig extends cdktf.TerraformMetaArguments {
/**
* Determines if the mirror is enabled.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#enabled ProjectMirror#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#enabled ProjectMirror#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#id ProjectMirror#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#id ProjectMirror#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -28,31 +28,31 @@ export interface ProjectMirrorConfig extends cdktf.TerraformMetaArguments {
/**
* Determines if divergent refs are skipped.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#keep_divergent_refs ProjectMirror#keep_divergent_refs}
*/
readonly keepDivergentRefs?: boolean | cdktf.IResolvable;
/**
* Determines if only protected branches are mirrored.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#only_protected_branches ProjectMirror#only_protected_branches}
*/
readonly onlyProtectedBranches?: boolean | cdktf.IResolvable;
/**
* The id of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#project ProjectMirror#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#project ProjectMirror#project}
*/
readonly project: string;
/**
* The URL of the remote repository to be mirrored.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#url ProjectMirror#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#url ProjectMirror#url}
*/
readonly url: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror gitlab_project_mirror}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror gitlab_project_mirror}
*/
export class ProjectMirror extends cdktf.TerraformResource {
@@ -68,7 +68,7 @@ export class ProjectMirror extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectMirror resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectMirror to import
- * @param importFromId The id of the existing ProjectMirror that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectMirror that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectMirror to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -80,7 +80,7 @@ export class ProjectMirror extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_mirror gitlab_project_mirror} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_mirror gitlab_project_mirror} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -91,7 +91,7 @@ export class ProjectMirror extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_mirror',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-protected-environment/README.md b/src/project-protected-environment/README.md
index 4f1b9c497..abf7af26c 100644
--- a/src/project-protected-environment/README.md
+++ b/src/project-protected-environment/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_protected_environment`
-Refer to the Terraform Registry for docs: [`gitlab_project_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment).
+Refer to the Terraform Registry for docs: [`gitlab_project_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment).
diff --git a/src/project-protected-environment/index.ts b/src/project-protected-environment/index.ts
index a8c4604d0..28b7d39eb 100644
--- a/src/project-protected-environment/index.ts
+++ b/src/project-protected-environment/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,25 @@ export interface ProjectProtectedEnvironmentConfig extends cdktf.TerraformMetaAr
/**
* 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.6.0/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#approval_rules ProjectProtectedEnvironment#approval_rules}
*/
readonly approvalRules?: ProjectProtectedEnvironmentApprovalRules[] | cdktf.IResolvable;
/**
* The name of the environment.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#environment ProjectProtectedEnvironment#environment}
*/
readonly environment: string;
/**
* The ID or full path of the project which the protected environment is created against.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#project ProjectProtectedEnvironment#project}
*/
readonly project: string;
/**
* deploy_access_levels block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#deploy_access_levels ProjectProtectedEnvironment#deploy_access_levels}
*/
readonly deployAccessLevels?: ProjectProtectedEnvironmentDeployAccessLevels[] | cdktf.IResolvable;
}
@@ -41,31 +41,31 @@ export interface ProjectProtectedEnvironmentApprovalRules {
/**
* 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.6.0/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
*/
readonly accessLevel?: string;
/**
* The ID of the group allowed to approve a deployment to this protected environment. The project must be shared with the group. Mutually exclusive with `access_level` and `user_id`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
*/
readonly groupId?: number;
/**
* Group inheritance allows deploy access levels to take inherited group membership into account. 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.6.0/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
*/
readonly groupInheritanceType?: 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.6.0/docs/resources/project_protected_environment#required_approvals ProjectProtectedEnvironment#required_approvals}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#required_approvals ProjectProtectedEnvironment#required_approvals}
*/
readonly requiredApprovals?: number;
/**
* The ID of the user allowed to approve a deployment to this protected environment. The user must be a member of the project. Mutually exclusive with `access_level` and `group_id`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
*/
readonly userId?: number;
}
@@ -309,25 +309,25 @@ export interface ProjectProtectedEnvironmentDeployAccessLevels {
/**
* 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.6.0/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#access_level ProjectProtectedEnvironment#access_level}
*/
readonly accessLevel?: string;
/**
* The ID of the group allowed to deploy to this protected environment. The project must be shared with the group. Mutually exclusive with `access_level` and `user_id`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_id ProjectProtectedEnvironment#group_id}
*/
readonly groupId?: number;
/**
* Group inheritance allows deploy access levels to take inherited group membership into account. 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.6.0/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#group_inheritance_type ProjectProtectedEnvironment#group_inheritance_type}
*/
readonly groupInheritanceType?: number;
/**
* The ID of the user allowed to deploy to this protected environment. The user must be a member of the project. Mutually exclusive with `access_level` and `group_id`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#user_id ProjectProtectedEnvironment#user_id}
*/
readonly userId?: number;
}
@@ -540,7 +540,7 @@ export class ProjectProtectedEnvironmentDeployAccessLevelsList extends cdktf.Com
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment gitlab_project_protected_environment}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment gitlab_project_protected_environment}
*/
export class ProjectProtectedEnvironment extends cdktf.TerraformResource {
@@ -556,7 +556,7 @@ export class ProjectProtectedEnvironment extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectProtectedEnvironment resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectProtectedEnvironment to import
- * @param importFromId The id of the existing ProjectProtectedEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectProtectedEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectProtectedEnvironment to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -568,7 +568,7 @@ export class ProjectProtectedEnvironment extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_protected_environment gitlab_project_protected_environment} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_protected_environment gitlab_project_protected_environment} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -579,7 +579,7 @@ export class ProjectProtectedEnvironment extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_protected_environment',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-push-rules/README.md b/src/project-push-rules/README.md
index 1b9ecbd4b..6195dfca2 100644
--- a/src/project-push-rules/README.md
+++ b/src/project-push-rules/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_push_rules`
-Refer to the Terraform Registry for docs: [`gitlab_project_push_rules`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules).
+Refer to the Terraform Registry for docs: [`gitlab_project_push_rules`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules).
diff --git a/src/project-push-rules/index.ts b/src/project-push-rules/index.ts
index 774e8792e..d9f2b7601 100644
--- a/src/project-push-rules/index.ts
+++ b/src/project-push-rules/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,91 +15,91 @@ export interface ProjectPushRulesAConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#author_email_regex ProjectPushRulesA#author_email_regex}
*/
readonly authorEmailRegex?: 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.6.0/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#branch_name_regex ProjectPushRulesA#branch_name_regex}
*/
readonly branchNameRegex?: string;
/**
* 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.6.0/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_check ProjectPushRulesA#commit_committer_check}
*/
readonly commitCommitterCheck?: boolean | cdktf.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.6.0/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_committer_name_check ProjectPushRulesA#commit_committer_name_check}
*/
readonly commitCommitterNameCheck?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_negative_regex ProjectPushRulesA#commit_message_negative_regex}
*/
readonly commitMessageNegativeRegex?: 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.6.0/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#commit_message_regex ProjectPushRulesA#commit_message_regex}
*/
readonly commitMessageRegex?: string;
/**
* Deny deleting a tag.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#deny_delete_tag ProjectPushRulesA#deny_delete_tag}
*/
readonly denyDeleteTag?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#file_name_regex ProjectPushRulesA#file_name_regex}
*/
readonly fileNameRegex?: string;
/**
* Maximum file size (MB).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#max_file_size ProjectPushRulesA#max_file_size}
*/
readonly maxFileSize?: number;
/**
* Restrict commits by author (email) to existing GitLab users.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#member_check ProjectPushRulesA#member_check}
*/
readonly memberCheck?: boolean | cdktf.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.6.0/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#prevent_secrets ProjectPushRulesA#prevent_secrets}
*/
readonly preventSecrets?: boolean | cdktf.IResolvable;
/**
* The ID or URL-encoded path of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#project ProjectPushRulesA#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#project ProjectPushRulesA#project}
*/
readonly project: string;
/**
* Reject commit when it’s not DCO certified.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_non_dco_commits ProjectPushRulesA#reject_non_dco_commits}
*/
readonly rejectNonDcoCommits?: boolean | cdktf.IResolvable;
/**
* Reject commit when it’s not signed.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#reject_unsigned_commits ProjectPushRulesA#reject_unsigned_commits}
*/
readonly rejectUnsignedCommits?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules gitlab_project_push_rules}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules gitlab_project_push_rules}
*/
export class ProjectPushRulesA extends cdktf.TerraformResource {
@@ -115,7 +115,7 @@ export class ProjectPushRulesA extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectPushRulesA resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectPushRulesA to import
- * @param importFromId The id of the existing ProjectPushRulesA that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectPushRulesA that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectPushRulesA to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -127,7 +127,7 @@ export class ProjectPushRulesA extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_push_rules gitlab_project_push_rules} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_push_rules gitlab_project_push_rules} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -138,7 +138,7 @@ export class ProjectPushRulesA extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_push_rules',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-runner-enablement/README.md b/src/project-runner-enablement/README.md
index 5c8689d11..1ef4f29b8 100644
--- a/src/project-runner-enablement/README.md
+++ b/src/project-runner-enablement/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_runner_enablement`
-Refer to the Terraform Registry for docs: [`gitlab_project_runner_enablement`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement).
+Refer to the Terraform Registry for docs: [`gitlab_project_runner_enablement`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement).
diff --git a/src/project-runner-enablement/index.ts b/src/project-runner-enablement/index.ts
index 249f2dd54..edf2c194b 100644
--- a/src/project-runner-enablement/index.ts
+++ b/src/project-runner-enablement/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface ProjectRunnerEnablementConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#id ProjectRunnerEnablement#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -22,19 +22,19 @@ export interface ProjectRunnerEnablementConfig extends cdktf.TerraformMetaArgume
/**
* 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.6.0/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#project ProjectRunnerEnablement#project}
*/
readonly project: string;
/**
* The ID of a runner to enable for the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#runner_id ProjectRunnerEnablement#runner_id}
*/
readonly runnerId: number;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement gitlab_project_runner_enablement}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement gitlab_project_runner_enablement}
*/
export class ProjectRunnerEnablement extends cdktf.TerraformResource {
@@ -50,7 +50,7 @@ export class ProjectRunnerEnablement extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectRunnerEnablement resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectRunnerEnablement to import
- * @param importFromId The id of the existing ProjectRunnerEnablement that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectRunnerEnablement that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectRunnerEnablement to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class ProjectRunnerEnablement extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_runner_enablement gitlab_project_runner_enablement} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_runner_enablement gitlab_project_runner_enablement} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class ProjectRunnerEnablement extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_runner_enablement',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-security-policy-attachment/README.md b/src/project-security-policy-attachment/README.md
index e1900ceee..bc0afb75b 100644
--- a/src/project-security-policy-attachment/README.md
+++ b/src/project-security-policy-attachment/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_security_policy_attachment`
-Refer to the Terraform Registry for docs: [`gitlab_project_security_policy_attachment`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment).
+Refer to the Terraform Registry for docs: [`gitlab_project_security_policy_attachment`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment).
diff --git a/src/project-security-policy-attachment/index.ts b/src/project-security-policy-attachment/index.ts
index a57fa18bd..db711bb01 100644
--- a/src/project-security-policy-attachment/index.ts
+++ b/src/project-security-policy-attachment/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface ProjectSecurityPolicyAttachmentConfig extends cdktf.TerraformMe
/**
* The ID or Full Path of the security policy project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#policy_project ProjectSecurityPolicyAttachment#policy_project}
*/
readonly policyProject: string;
/**
* The ID or Full Path of the project which will have the security policy project assigned to it.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#project ProjectSecurityPolicyAttachment#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment}
*/
export class ProjectSecurityPolicyAttachment extends cdktf.TerraformResource {
@@ -43,7 +43,7 @@ export class ProjectSecurityPolicyAttachment extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectSecurityPolicyAttachment resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectSecurityPolicyAttachment to import
- * @param importFromId The id of the existing ProjectSecurityPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectSecurityPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectSecurityPolicyAttachment to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -55,7 +55,7 @@ export class ProjectSecurityPolicyAttachment extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_security_policy_attachment gitlab_project_security_policy_attachment} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -66,7 +66,7 @@ export class ProjectSecurityPolicyAttachment extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_security_policy_attachment',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-share-group/README.md b/src/project-share-group/README.md
index 11cfeaa6d..76d9584ec 100644
--- a/src/project-share-group/README.md
+++ b/src/project-share-group/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_share_group`
-Refer to the Terraform Registry for docs: [`gitlab_project_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group).
+Refer to the Terraform Registry for docs: [`gitlab_project_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group).
diff --git a/src/project-share-group/index.ts b/src/project-share-group/index.ts
index a814afb8f..79d0999d7 100644
--- a/src/project-share-group/index.ts
+++ b/src/project-share-group/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface ProjectShareGroupConfig extends cdktf.TerraformMetaArguments {
/**
* The access level to grant the group for the project. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#access_level ProjectShareGroup#access_level}
*/
readonly accessLevel?: string;
/**
* The access level to grant the group for the project. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_access ProjectShareGroup#group_access}
*/
readonly groupAccess?: string;
/**
* The id of the group.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#group_id ProjectShareGroup#group_id}
*/
readonly groupId: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#id ProjectShareGroup#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#id ProjectShareGroup#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -40,13 +40,13 @@ export interface ProjectShareGroupConfig extends cdktf.TerraformMetaArguments {
/**
* The ID or URL-encoded path of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#project ProjectShareGroup#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#project ProjectShareGroup#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group gitlab_project_share_group}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group gitlab_project_share_group}
*/
export class ProjectShareGroup extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class ProjectShareGroup extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectShareGroup resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectShareGroup to import
- * @param importFromId The id of the existing ProjectShareGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectShareGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectShareGroup to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class ProjectShareGroup extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_share_group gitlab_project_share_group} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_share_group gitlab_project_share_group} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class ProjectShareGroup extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_share_group',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-tag/README.md b/src/project-tag/README.md
index 80ec2e8e8..f83081e8a 100644
--- a/src/project-tag/README.md
+++ b/src/project-tag/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_tag`
-Refer to the Terraform Registry for docs: [`gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag).
+Refer to the Terraform Registry for docs: [`gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag).
diff --git a/src/project-tag/index.ts b/src/project-tag/index.ts
index 9547ba5ed..093edd7fb 100644
--- a/src/project-tag/index.ts
+++ b/src/project-tag/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface ProjectTagConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#id ProjectTag#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#id ProjectTag#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -22,25 +22,25 @@ export interface ProjectTagConfig extends cdktf.TerraformMetaArguments {
/**
* The message of the annotated tag.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#message ProjectTag#message}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#message ProjectTag#message}
*/
readonly message?: string;
/**
* The name of a tag.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#name ProjectTag#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#name ProjectTag#name}
*/
readonly name: 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.6.0/docs/resources/project_tag#project ProjectTag#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#project ProjectTag#project}
*/
readonly project: string;
/**
* Create tag using commit SHA, another tag name, or branch name. This attribute is not available for imported resources.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#ref ProjectTag#ref}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#ref ProjectTag#ref}
*/
readonly ref: string;
}
@@ -251,7 +251,7 @@ export class ProjectTagReleaseList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag gitlab_project_tag}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag gitlab_project_tag}
*/
export class ProjectTag extends cdktf.TerraformResource {
@@ -267,7 +267,7 @@ export class ProjectTag extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectTag resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectTag to import
- * @param importFromId The id of the existing ProjectTag that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectTag that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectTag to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -279,7 +279,7 @@ export class ProjectTag extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_tag gitlab_project_tag} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_tag gitlab_project_tag} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -290,7 +290,7 @@ export class ProjectTag extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_tag',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project-variable/README.md b/src/project-variable/README.md
index 4225b1d67..f2dd73fcb 100644
--- a/src/project-variable/README.md
+++ b/src/project-variable/README.md
@@ -1,3 +1,3 @@
# `gitlab_project_variable`
-Refer to the Terraform Registry for docs: [`gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable).
+Refer to the Terraform Registry for docs: [`gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable).
diff --git a/src/project-variable/index.ts b/src/project-variable/index.ts
index e5311f541..8bccd23ae 100644
--- a/src/project-variable/index.ts
+++ b/src/project-variable/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface ProjectVariableConfig extends cdktf.TerraformMetaArguments {
/**
* The description of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#description ProjectVariable#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#description ProjectVariable#description}
*/
readonly description?: string;
/**
* 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.6.0/docs/resources/project_variable#environment_scope ProjectVariable#environment_scope}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#environment_scope ProjectVariable#environment_scope}
*/
readonly environmentScope?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#id ProjectVariable#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#id ProjectVariable#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -34,49 +34,49 @@ export interface ProjectVariableConfig extends cdktf.TerraformMetaArguments {
/**
* The name of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#key ProjectVariable#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#key ProjectVariable#key}
*/
readonly key: string;
/**
* 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.6.0/docs/resources/project_variable#masked ProjectVariable#masked}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#masked ProjectVariable#masked}
*/
readonly masked?: boolean | cdktf.IResolvable;
/**
* The name or id of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#project ProjectVariable#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#project ProjectVariable#project}
*/
readonly project: string;
/**
* If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#protected ProjectVariable#protected}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#protected ProjectVariable#protected}
*/
readonly protected?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/project_variable#raw ProjectVariable#raw}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#raw ProjectVariable#raw}
*/
readonly raw?: boolean | cdktf.IResolvable;
/**
* The value of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#value ProjectVariable#value}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#value ProjectVariable#value}
*/
readonly value: 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.6.0/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#variable_type ProjectVariable#variable_type}
*/
readonly variableType?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable gitlab_project_variable}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable gitlab_project_variable}
*/
export class ProjectVariable extends cdktf.TerraformResource {
@@ -92,7 +92,7 @@ export class ProjectVariable extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectVariable resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectVariable to import
- * @param importFromId The id of the existing ProjectVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectVariable to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -104,7 +104,7 @@ export class ProjectVariable extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_variable gitlab_project_variable} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project_variable gitlab_project_variable} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -115,7 +115,7 @@ export class ProjectVariable extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project_variable',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/project/README.md b/src/project/README.md
index e87ae51d7..58928be27 100644
--- a/src/project/README.md
+++ b/src/project/README.md
@@ -1,3 +1,3 @@
# `gitlab_project`
-Refer to the Terraform Registry for docs: [`gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project).
+Refer to the Terraform Registry for docs: [`gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project).
diff --git a/src/project/index.ts b/src/project/index.ts
index e0a0f6cc3..3334dc425 100644
--- a/src/project/index.ts
+++ b/src/project/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface ProjectConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.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.1/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
*/
readonly allowMergeOnSkippedPipeline?: boolean | cdktf.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.6.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.1/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
*/
readonly allowPipelineTriggerApproveDeployment?: boolean | cdktf.IResolvable;
/**
* Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#analytics_access_level Project#analytics_access_level}
*/
readonly analyticsAccessLevel?: string;
/**
@@ -37,191 +37,191 @@ export interface ProjectConfig extends cdktf.TerraformMetaArguments {
* 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.6.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.1/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
*/
readonly approvalsBeforeMerge?: number;
/**
* 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.6.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.1/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
*/
readonly archiveOnDestroy?: boolean | cdktf.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.6.0/docs/resources/project#archived Project#archived}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#archived Project#archived}
*/
readonly archived?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
*/
readonly autoCancelPendingPipelines?: string;
/**
* Auto Deploy strategy. Valid values are `continuous`, `manual`, `timed_incremental`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
*/
readonly autoDevopsDeployStrategy?: string;
/**
* Enable Auto DevOps for this project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
*/
readonly autoDevopsEnabled?: boolean | cdktf.IResolvable;
/**
* Set whether auto-closing referenced issues on default branch.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
*/
readonly autocloseReferencedIssues?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/project#avatar Project#avatar}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar Project#avatar}
*/
readonly avatar?: string;
/**
* 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.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#avatar_hash Project#avatar_hash}
*/
readonly avatarHash?: 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.6.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.1/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
*/
readonly buildCoverageRegex?: 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.6.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.1/docs/resources/project#build_git_strategy Project#build_git_strategy}
*/
readonly buildGitStrategy?: string;
/**
* 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.6.0/docs/resources/project#build_timeout Project#build_timeout}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#build_timeout Project#build_timeout}
*/
readonly buildTimeout?: number;
/**
* Set the builds access level. Valid values are `disabled`, `private`, `enabled`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#builds_access_level Project#builds_access_level}
*/
readonly buildsAccessLevel?: string;
/**
* Custom Path to CI config file.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_config_path Project#ci_config_path}
*/
readonly ciConfigPath?: string;
/**
* Default number of revisions for shallow cloning.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
*/
readonly ciDefaultGitDepth?: number;
/**
* 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.6.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.1/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
*/
readonly ciForwardDeploymentEnabled?: boolean | cdktf.IResolvable;
/**
* 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
*/
readonly ciPipelineVariablesMinimumOverrideRole?: string;
/**
* 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.6.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.1/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
*/
readonly ciRestrictPipelineCancellationRole?: string;
/**
* Use separate caches for protected branches.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
*/
readonly ciSeparatedCaches?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
*/
readonly containerRegistryAccessLevel?: string;
/**
* Enable container registry for the project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
*/
readonly containerRegistryEnabled?: boolean | cdktf.IResolvable;
/**
* The default branch for the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#default_branch Project#default_branch}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#default_branch Project#default_branch}
*/
readonly defaultBranch?: string;
/**
* A description of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#description Project#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#description Project#description}
*/
readonly description?: string;
/**
* Enable email notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#emails_enabled Project#emails_enabled}
*/
readonly emailsEnabled?: boolean | cdktf.IResolvable;
/**
* Set the environments access level. Valid values are `disabled`, `private`, `enabled`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#environments_access_level Project#environments_access_level}
*/
readonly environmentsAccessLevel?: string;
/**
* The classification label for the project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
*/
readonly externalAuthorizationClassificationLabel?: 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.6.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.1/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
*/
readonly featureFlagsAccessLevel?: string;
/**
* 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.6.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.1/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
*/
readonly forkedFromProjectId?: number;
/**
* Set the forking access level. Valid values are `disabled`, `private`, `enabled`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#forking_access_level Project#forking_access_level}
*/
readonly forkingAccessLevel?: string;
/**
* Enable group runners for this project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
*/
readonly groupRunnersEnabled?: boolean | cdktf.IResolvable;
/**
* For group-level custom templates, specifies ID of group from which all the custom project templates are sourced. 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.6.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.1/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
*/
readonly groupWithProjectTemplatesId?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/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.
@@ -230,283 +230,283 @@ export interface ProjectConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/project#import_url Project#import_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#import_url Project#import_url}
*/
readonly importUrl?: string;
/**
* 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.6.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.1/docs/resources/project#import_url_password Project#import_url_password}
*/
readonly importUrlPassword?: string;
/**
* 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.6.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.1/docs/resources/project#import_url_username Project#import_url_username}
*/
readonly importUrlUsername?: 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.6.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.1/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
*/
readonly infrastructureAccessLevel?: string;
/**
* 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.6.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.1/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
*/
readonly initializeWithReadme?: boolean | cdktf.IResolvable;
/**
* Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_access_level Project#issues_access_level}
*/
readonly issuesAccessLevel?: string;
/**
* Enable issue tracking for the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_enabled Project#issues_enabled}
*/
readonly issuesEnabled?: boolean | cdktf.IResolvable;
/**
* Sets the template for new issues in the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_template Project#issues_template}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#issues_template Project#issues_template}
*/
readonly issuesTemplate?: string;
/**
* 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.6.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.1/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
*/
readonly keepLatestArtifact?: boolean | cdktf.IResolvable;
/**
* Enable LFS for the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#lfs_enabled Project#lfs_enabled}
*/
readonly lfsEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/project#merge_commit_template Project#merge_commit_template}
*/
readonly mergeCommitTemplate?: 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.6.0/docs/resources/project#merge_method Project#merge_method}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_method Project#merge_method}
*/
readonly mergeMethod?: string;
/**
* Enable or disable merge pipelines.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
*/
readonly mergePipelinesEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
*/
readonly mergeRequestsAccessLevel?: string;
/**
* Enable merge requests for the project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
*/
readonly mergeRequestsEnabled?: boolean | cdktf.IResolvable;
/**
* Sets the template for new merge requests in the project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#merge_requests_template Project#merge_requests_template}
*/
readonly mergeRequestsTemplate?: string;
/**
* 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.6.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.1/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
*/
readonly mergeTrainsEnabled?: boolean | cdktf.IResolvable;
/**
* Enable project pull mirror.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror Project#mirror}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#mirror Project#mirror}
*/
readonly mirror?: boolean | cdktf.IResolvable;
/**
* Enable overwrite diverged branches for a mirrored project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
*/
readonly mirrorOverwritesDivergedBranches?: boolean | cdktf.IResolvable;
/**
* Enable trigger builds on pushes for a mirrored project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
*/
readonly mirrorTriggerBuilds?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
*/
readonly modelExperimentsAccessLevel?: 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.6.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.1/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
*/
readonly modelRegistryAccessLevel?: 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.6.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.1/docs/resources/project#monitor_access_level Project#monitor_access_level}
*/
readonly monitorAccessLevel?: string;
/**
* 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.6.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.1/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
*/
readonly mrDefaultTargetSelf?: boolean | cdktf.IResolvable;
/**
* The name of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name Project#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name Project#name}
*/
readonly name: string;
/**
* 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.6.0/docs/resources/project#namespace_id Project#namespace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#namespace_id Project#namespace_id}
*/
readonly namespaceId?: number;
/**
* 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.6.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.1/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
*/
readonly onlyAllowMergeIfAllDiscussionsAreResolved?: boolean | cdktf.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.6.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.1/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
*/
readonly onlyAllowMergeIfPipelineSucceeds?: boolean | cdktf.IResolvable;
/**
* Enable only mirror protected branches for a mirrored project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
*/
readonly onlyMirrorProtectedBranches?: boolean | cdktf.IResolvable;
/**
* Enable packages repository for the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#packages_enabled Project#packages_enabled}
*/
readonly packagesEnabled?: boolean | cdktf.IResolvable;
/**
* Enable pages access control. Valid values are `public`, `private`, `enabled`, `disabled`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#pages_access_level Project#pages_access_level}
*/
readonly pagesAccessLevel?: string;
/**
* The path of the repository.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#path Project#path}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#path Project#path}
*/
readonly path?: string;
/**
* 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.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
*/
readonly pipelinesEnabled?: boolean | cdktf.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.6.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.1/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
*/
readonly preReceiveSecretDetectionEnabled?: boolean | cdktf.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.6.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.1/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
*/
readonly printingMergeRequestLinkEnabled?: boolean | cdktf.IResolvable;
/**
* If true, jobs can be viewed by non-project members.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_builds Project#public_builds}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_builds Project#public_builds}
*/
readonly publicBuilds?: boolean | cdktf.IResolvable;
/**
* If true, jobs can be viewed by non-project members.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_jobs Project#public_jobs}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#public_jobs Project#public_jobs}
*/
readonly publicJobs?: boolean | cdktf.IResolvable;
/**
* Set the releases access level. Valid values are `disabled`, `private`, `enabled`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#releases_access_level Project#releases_access_level}
*/
readonly releasesAccessLevel?: string;
/**
* 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.6.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.1/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
*/
readonly removeSourceBranchAfterMerge?: boolean | cdktf.IResolvable;
/**
* Set the repository access level. Valid values are `disabled`, `private`, `enabled`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#repository_access_level Project#repository_access_level}
*/
readonly repositoryAccessLevel?: string;
/**
* Which storage shard the repository is on. (administrator only)
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_storage Project#repository_storage}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#repository_storage Project#repository_storage}
*/
readonly repositoryStorage?: string;
/**
* Allow users to request member access.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#request_access_enabled Project#request_access_enabled}
*/
readonly requestAccessEnabled?: boolean | cdktf.IResolvable;
/**
* Set the requirements access level. Valid values are `disabled`, `private`, `enabled`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#requirements_access_level Project#requirements_access_level}
*/
readonly requirementsAccessLevel?: string;
/**
* 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.6.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.1/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
*/
readonly resolveOutdatedDiffDiscussions?: boolean | cdktf.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.6.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.1/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
*/
readonly restrictUserDefinedVariables?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
*/
readonly securityAndComplianceAccessLevel?: string;
/**
* Enable shared runners for this project.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
*/
readonly sharedRunnersEnabled?: boolean | cdktf.IResolvable;
/**
@@ -516,104 +516,104 @@ export interface ProjectConfig extends cdktf.TerraformMetaArguments {
* 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.6.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.1/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
*/
readonly skipWaitForDefaultBranchProtection?: boolean | cdktf.IResolvable;
/**
* Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#snippets_access_level Project#snippets_access_level}
*/
readonly snippetsAccessLevel?: string;
/**
* Enable snippets for the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#snippets_enabled Project#snippets_enabled}
*/
readonly snippetsEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/project#squash_commit_template Project#squash_commit_template}
*/
readonly squashCommitTemplate?: string;
/**
* 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.6.0/docs/resources/project#squash_option Project#squash_option}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#squash_option Project#squash_option}
*/
readonly squashOption?: string;
/**
* The commit message used to apply merge request suggestions.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
*/
readonly suggestionCommitMessage?: string;
/**
* 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.6.0/docs/resources/project#tags Project#tags}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#tags Project#tags}
*/
readonly tags?: string[];
/**
* 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.6.0/docs/resources/project#template_name Project#template_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#template_name Project#template_name}
*/
readonly templateName?: string;
/**
* 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.6.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.1/docs/resources/project#template_project_id Project#template_project_id}
*/
readonly templateProjectId?: number;
/**
* The list of topics for the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#topics Project#topics}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#topics Project#topics}
*/
readonly topics?: string[];
/**
* Use either custom instance or group (with group_with_project_templates_id) project template (enterprise edition).
* ~> 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.6.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.1/docs/resources/project#use_custom_template Project#use_custom_template}
*/
readonly useCustomTemplate?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/project#visibility_level Project#visibility_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#visibility_level Project#visibility_level}
*/
readonly visibilityLevel?: 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.6.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.1/docs/resources/project#wiki_access_level Project#wiki_access_level}
*/
readonly wikiAccessLevel?: string;
/**
* Enable wiki for the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#wiki_enabled Project#wiki_enabled}
*/
readonly wikiEnabled?: boolean | cdktf.IResolvable;
/**
* container_expiration_policy block
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
*/
readonly containerExpirationPolicy?: ProjectContainerExpirationPolicy;
/**
* push_rules block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#push_rules Project#push_rules}
*/
readonly pushRules?: ProjectPushRules;
/**
* timeouts block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#timeouts Project#timeouts}
*/
readonly timeouts?: ProjectTimeouts;
}
@@ -621,43 +621,43 @@ export interface ProjectContainerExpirationPolicy {
/**
* 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.6.0/docs/resources/project#cadence Project#cadence}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#cadence Project#cadence}
*/
readonly cadence?: string;
/**
* If true, the policy is enabled.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#enabled Project#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#enabled Project#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
* The number of images to keep.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_n Project#keep_n}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#keep_n Project#keep_n}
*/
readonly keepN?: number;
/**
* The regular expression to match image names to delete.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex Project#name_regex}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name_regex Project#name_regex}
*/
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.6.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.1/docs/resources/project#name_regex_delete Project#name_regex_delete}
*/
readonly nameRegexDelete?: string;
/**
* The regular expression to match image names to 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#name_regex_keep Project#name_regex_keep}
*/
readonly nameRegexKeep?: string;
/**
* The number of days to keep images.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#older_than Project#older_than}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#older_than Project#older_than}
*/
readonly olderThan?: string;
}
@@ -922,79 +922,79 @@ export interface ProjectPushRules {
/**
* 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.6.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.1/docs/resources/project#author_email_regex Project#author_email_regex}
*/
readonly authorEmailRegex?: 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.6.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.1/docs/resources/project#branch_name_regex Project#branch_name_regex}
*/
readonly branchNameRegex?: string;
/**
* 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.6.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.1/docs/resources/project#commit_committer_check Project#commit_committer_check}
*/
readonly commitCommitterCheck?: boolean | cdktf.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.6.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.1/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
*/
readonly commitCommitterNameCheck?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
*/
readonly commitMessageNegativeRegex?: 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.6.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.1/docs/resources/project#commit_message_regex Project#commit_message_regex}
*/
readonly commitMessageRegex?: string;
/**
* Deny deleting a 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
*/
readonly denyDeleteTag?: boolean | cdktf.IResolvable;
/**
* 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.6.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.1/docs/resources/project#file_name_regex Project#file_name_regex}
*/
readonly fileNameRegex?: string;
/**
* Maximum file size (MB).
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#max_file_size Project#max_file_size}
*/
readonly maxFileSize?: number;
/**
* Restrict commits by author (email) to existing GitLab users.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#member_check Project#member_check}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#member_check Project#member_check}
*/
readonly memberCheck?: boolean | cdktf.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.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#prevent_secrets Project#prevent_secrets}
*/
readonly preventSecrets?: boolean | cdktf.IResolvable;
/**
* Reject commit when it’s not DCO certified.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
*/
readonly rejectNonDcoCommits?: boolean | cdktf.IResolvable;
/**
* Reject commit when it’s not signed through GPG.
*
- * 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}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
*/
readonly rejectUnsignedCommits?: boolean | cdktf.IResolvable;
}
@@ -1426,11 +1426,11 @@ export class ProjectPushRulesOutputReference extends cdktf.ComplexObject {
}
export interface ProjectTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#create Project#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#delete Project#delete}
*/
readonly delete?: string;
}
@@ -1553,7 +1553,7 @@ export class ProjectTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project gitlab_project}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project gitlab_project}
*/
export class Project extends cdktf.TerraformResource {
@@ -1569,7 +1569,7 @@ export class Project extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Project resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Project to import
- * @param importFromId The id of the existing Project that should be imported. 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
+ * @param importFromId The id of the existing Project that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Project to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -1581,7 +1581,7 @@ export class Project extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project gitlab_project} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/project gitlab_project} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -1592,7 +1592,7 @@ export class Project extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_project',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/provider/README.md b/src/provider/README.md
index 5bf973b7c..4130ad056 100644
--- a/src/provider/README.md
+++ b/src/provider/README.md
@@ -1,3 +1,3 @@
# `provider`
-Refer to the Terraform Registry for docs: [`gitlab`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs).
+Refer to the Terraform Registry for docs: [`gitlab`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs).
diff --git a/src/provider/index.ts b/src/provider/index.ts
index fd45f9eee..353a9fcd1 100644
--- a/src/provider/index.ts
+++ b/src/provider/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,67 +15,67 @@ export interface GitlabProviderConfig {
/**
* This is the target GitLab base API endpoint. Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. `https://my.gitlab.server/api/v4/`. It is optional to provide this value and it can also be sourced from the `GITLAB_BASE_URL` environment variable. The value must end with a slash.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#base_url GitlabProvider#base_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#base_url GitlabProvider#base_url}
*/
readonly baseUrl?: string;
/**
* This is a file containing the ca cert to verify the gitlab instance. This is available for use when working with GitLab CE or Gitlab Enterprise with a locally-issued or self-signed certificate chain.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#cacert_file GitlabProvider#cacert_file}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#cacert_file GitlabProvider#cacert_file}
*/
readonly cacertFile?: string;
/**
* File path to client certificate when GitLab instance is behind company proxy. File must contain PEM encoded data.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_cert GitlabProvider#client_cert}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_cert GitlabProvider#client_cert}
*/
readonly clientCert?: string;
/**
* File path to client key when GitLab instance is behind company proxy. File must contain PEM encoded data. Required when `client_cert` is set.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#client_key GitlabProvider#client_key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#client_key GitlabProvider#client_key}
*/
readonly clientKey?: string;
/**
* (Experimental) By default the provider does a dummy request to get the current user in order to verify that the provider configuration is correct and the GitLab API is reachable. Set this to `false` to skip this check. This may be useful if the GitLab instance does not yet exist and is created within the same terraform module. It may be sourced from the `GITLAB_EARLY_AUTH_CHECK`. This is an experimental feature and may change in the future. Please make sure to always keep backups of your state.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#early_auth_check GitlabProvider#early_auth_check}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#early_auth_check GitlabProvider#early_auth_check}
*/
readonly earlyAuthCheck?: boolean | cdktf.IResolvable;
/**
* A map of headers to append to all API request to the GitLab instance.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#headers GitlabProvider#headers}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#headers GitlabProvider#headers}
*/
readonly headers?: { [key: string]: string };
/**
* When set to true this disables SSL verification of the connection to the GitLab instance.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#insecure GitlabProvider#insecure}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#insecure GitlabProvider#insecure}
*/
readonly insecure?: boolean | cdktf.IResolvable;
/**
* The number of retries to execute when receiving a 429 Rate Limit error. Each retry will exponentially back off.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#retries GitlabProvider#retries}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#retries GitlabProvider#retries}
*/
readonly retries?: number;
/**
* The OAuth2 Token, Project, Group, Personal Access Token or CI Job Token used to connect to GitLab. The OAuth method is used in this provider for authentication (using Bearer authorization token). See https://docs.gitlab.com/ee/api/#authentication for details. It may be sourced from the `GITLAB_TOKEN` environment variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#token GitlabProvider#token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#token GitlabProvider#token}
*/
readonly token?: string;
/**
* Alias name
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#alias GitlabProvider#alias}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#alias GitlabProvider#alias}
*/
readonly alias?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs gitlab}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs gitlab}
*/
export class GitlabProvider extends cdktf.TerraformProvider {
@@ -91,7 +91,7 @@ export class GitlabProvider extends cdktf.TerraformProvider {
* Generates CDKTF code for importing a GitlabProvider resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the GitlabProvider to import
- * @param importFromId The id of the existing GitlabProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing GitlabProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the GitlabProvider to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -103,7 +103,7 @@ export class GitlabProvider extends cdktf.TerraformProvider {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs gitlab} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs gitlab} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -114,7 +114,7 @@ export class GitlabProvider extends cdktf.TerraformProvider {
terraformResourceType: 'gitlab',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
terraformProviderSource: 'gitlabhq/gitlab'
diff --git a/src/release-link/README.md b/src/release-link/README.md
index 8a312d14a..0b149959a 100644
--- a/src/release-link/README.md
+++ b/src/release-link/README.md
@@ -1,3 +1,3 @@
# `gitlab_release_link`
-Refer to the Terraform Registry for docs: [`gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link).
+Refer to the Terraform Registry for docs: [`gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link).
diff --git a/src/release-link/index.ts b/src/release-link/index.ts
index 8cb3f4330..8cb40928a 100644
--- a/src/release-link/index.ts
+++ b/src/release-link/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface ReleaseLinkConfig extends cdktf.TerraformMetaArguments {
/**
* Relative path for a [Direct Asset link](https://docs.gitlab.com/ee/user/project/releases/index.html#permanent-links-to-release-assets).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#filepath ReleaseLink#filepath}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#filepath ReleaseLink#filepath}
*/
readonly filepath?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#id ReleaseLink#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#id ReleaseLink#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -28,37 +28,37 @@ export interface ReleaseLinkConfig extends cdktf.TerraformMetaArguments {
/**
* The type of the link. Valid values are `other`, `runbook`, `image`, `package`. Defaults to other.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#link_type ReleaseLink#link_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#link_type ReleaseLink#link_type}
*/
readonly linkType?: string;
/**
* The name of the link. Link names must be unique within the release.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#name ReleaseLink#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#name ReleaseLink#name}
*/
readonly name: 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.6.0/docs/resources/release_link#project ReleaseLink#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#project ReleaseLink#project}
*/
readonly project: string;
/**
* The tag associated with the Release.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#tag_name ReleaseLink#tag_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#tag_name ReleaseLink#tag_name}
*/
readonly tagName: string;
/**
* The URL of the link. Link URLs must be unique within the release.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#url ReleaseLink#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#url ReleaseLink#url}
*/
readonly url: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link gitlab_release_link}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link gitlab_release_link}
*/
export class ReleaseLink extends cdktf.TerraformResource {
@@ -74,7 +74,7 @@ export class ReleaseLink extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ReleaseLink resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ReleaseLink to import
- * @param importFromId The id of the existing ReleaseLink that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ReleaseLink that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ReleaseLink to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -86,7 +86,7 @@ export class ReleaseLink extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/release_link gitlab_release_link} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/release_link gitlab_release_link} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -97,7 +97,7 @@ export class ReleaseLink extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_release_link',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/repository-file/README.md b/src/repository-file/README.md
index 7876b69dd..f0d55c98a 100644
--- a/src/repository-file/README.md
+++ b/src/repository-file/README.md
@@ -1,3 +1,3 @@
# `gitlab_repository_file`
-Refer to the Terraform Registry for docs: [`gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file).
+Refer to the Terraform Registry for docs: [`gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file).
diff --git a/src/repository-file/index.ts b/src/repository-file/index.ts
index 82976ec62..21b3bce27 100644
--- a/src/repository-file/index.ts
+++ b/src/repository-file/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,65 +15,65 @@ export interface RepositoryFileConfig extends cdktf.TerraformMetaArguments {
/**
* Email of the commit author.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_email RepositoryFile#author_email}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_email RepositoryFile#author_email}
*/
readonly authorEmail?: string;
/**
* Name of the commit author.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#author_name RepositoryFile#author_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#author_name RepositoryFile#author_name}
*/
readonly authorName?: string;
/**
* Name of the branch to which to commit to.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#branch RepositoryFile#branch}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#branch RepositoryFile#branch}
*/
readonly branch: string;
/**
* Commit message.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#commit_message RepositoryFile#commit_message}
*/
readonly commitMessage?: string;
/**
* File content.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#content RepositoryFile#content}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#content RepositoryFile#content}
*/
readonly content: string;
/**
* Create commit message.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create_commit_message RepositoryFile#create_commit_message}
*/
readonly createCommitMessage?: string;
/**
* Delete Commit message.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete_commit_message RepositoryFile#delete_commit_message}
*/
readonly deleteCommitMessage?: string;
/**
* The file content encoding. Default value is `base64`. Valid values are: `base64`, `text`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#encoding RepositoryFile#encoding}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#encoding RepositoryFile#encoding}
*/
readonly encoding?: string;
/**
* Enables or disables the execute flag on the file. **Note**: requires GitLab 14.10 or newer.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#execute_filemode RepositoryFile#execute_filemode}
*/
readonly executeFilemode?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/repository_file#file_path RepositoryFile#file_path}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#file_path RepositoryFile#file_path}
*/
readonly filePath: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#id RepositoryFile#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#id RepositoryFile#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -82,45 +82,45 @@ export interface RepositoryFileConfig extends cdktf.TerraformMetaArguments {
/**
* Enable overwriting existing files, defaults to `false`. This attribute is only used during `create` and must be use carefully. We suggest to use `imports` whenever possible and limit the use of this attribute for when the project was imported on the same `apply`. This attribute is not supported during a resource import.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create}
*/
readonly overwriteOnCreate?: boolean | cdktf.IResolvable;
/**
* The name or ID of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#project RepositoryFile#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#project RepositoryFile#project}
*/
readonly project: string;
/**
* Name of the branch to start the new commit from.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#start_branch RepositoryFile#start_branch}
*/
readonly startBranch?: string;
/**
* Update commit message.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update_commit_message RepositoryFile#update_commit_message}
*/
readonly updateCommitMessage?: string;
/**
* timeouts block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#timeouts RepositoryFile#timeouts}
*/
readonly timeouts?: RepositoryFileTimeouts;
}
export interface RepositoryFileTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#create RepositoryFile#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#create RepositoryFile#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#delete RepositoryFile#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#delete RepositoryFile#delete}
*/
readonly delete?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#update RepositoryFile#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#update RepositoryFile#update}
*/
readonly update?: string;
}
@@ -272,7 +272,7 @@ export class RepositoryFileTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file gitlab_repository_file}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file gitlab_repository_file}
*/
export class RepositoryFile extends cdktf.TerraformResource {
@@ -288,7 +288,7 @@ export class RepositoryFile extends cdktf.TerraformResource {
* Generates CDKTF code for importing a RepositoryFile resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the RepositoryFile to import
- * @param importFromId The id of the existing RepositoryFile that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing RepositoryFile that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the RepositoryFile to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -300,7 +300,7 @@ export class RepositoryFile extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/repository_file gitlab_repository_file} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/repository_file gitlab_repository_file} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -311,7 +311,7 @@ export class RepositoryFile extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_repository_file',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/runner/README.md b/src/runner/README.md
index 95ec8c757..e89ce8cba 100644
--- a/src/runner/README.md
+++ b/src/runner/README.md
@@ -1,3 +1,3 @@
# `gitlab_runner`
-Refer to the Terraform Registry for docs: [`gitlab_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner).
+Refer to the Terraform Registry for docs: [`gitlab_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner).
diff --git a/src/runner/index.ts b/src/runner/index.ts
index dd4d63fa2..bcb78ba41 100644
--- a/src/runner/index.ts
+++ b/src/runner/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface RunnerConfig extends cdktf.TerraformMetaArguments {
/**
* The access_level of the runner. Valid values are: `not_protected`, `ref_protected`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#access_level Runner#access_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#access_level Runner#access_level}
*/
readonly accessLevel?: string;
/**
* The runner's description.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#description Runner#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#description Runner#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#id Runner#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#id Runner#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -34,49 +34,49 @@ export interface RunnerConfig extends cdktf.TerraformMetaArguments {
/**
* Whether the runner should be locked for current project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#locked Runner#locked}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#locked Runner#locked}
*/
readonly locked?: boolean | cdktf.IResolvable;
/**
* Free-form maintenance notes for the runner (1024 characters).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maintenance_note Runner#maintenance_note}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maintenance_note Runner#maintenance_note}
*/
readonly maintenanceNote?: string;
/**
* Maximum timeout set when this runner handles the job.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#maximum_timeout Runner#maximum_timeout}
*/
readonly maximumTimeout?: number;
/**
* Whether the runner should ignore new jobs.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#paused Runner#paused}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#paused Runner#paused}
*/
readonly paused?: boolean | cdktf.IResolvable;
/**
* The registration token used to register the runner.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#registration_token Runner#registration_token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#registration_token Runner#registration_token}
*/
readonly registrationToken: string;
/**
* Whether the runner should handle untagged jobs.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#run_untagged Runner#run_untagged}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#run_untagged Runner#run_untagged}
*/
readonly runUntagged?: boolean | cdktf.IResolvable;
/**
* List of runner’s tags.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#tag_list Runner#tag_list}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#tag_list Runner#tag_list}
*/
readonly tagList?: string[];
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner gitlab_runner}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner gitlab_runner}
*/
export class Runner extends cdktf.TerraformResource {
@@ -92,7 +92,7 @@ export class Runner extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Runner resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Runner to import
- * @param importFromId The id of the existing Runner that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing Runner that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Runner to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -104,7 +104,7 @@ export class Runner extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/runner gitlab_runner} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/runner gitlab_runner} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -115,7 +115,7 @@ export class Runner extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_runner',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/service-custom-issue-tracker/README.md b/src/service-custom-issue-tracker/README.md
index 30916095c..7c3ff9e99 100644
--- a/src/service-custom-issue-tracker/README.md
+++ b/src/service-custom-issue-tracker/README.md
@@ -1,3 +1,3 @@
# `gitlab_service_custom_issue_tracker`
-Refer to the Terraform Registry for docs: [`gitlab_service_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_custom_issue_tracker).
+Refer to the Terraform Registry for docs: [`gitlab_service_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker).
diff --git a/src/service-custom-issue-tracker/index.ts b/src/service-custom-issue-tracker/index.ts
index de895c8b0..bff956f8e 100644
--- a/src/service-custom-issue-tracker/index.ts
+++ b/src/service-custom-issue-tracker/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_custom_issue_tracker
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,25 @@ export interface ServiceCustomIssueTrackerConfig extends cdktf.TerraformMetaArgu
/**
* 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.6.0/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#issues_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#issues_url ServiceCustomIssueTracker#issues_url}
*/
readonly issuesUrl: 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.6.0/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project ServiceCustomIssueTracker#project}
*/
readonly project: string;
/**
* The URL to the project in the external issue tracker.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#project_url ServiceCustomIssueTracker#project_url}
*/
readonly projectUrl: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_custom_issue_tracker gitlab_service_custom_issue_tracker}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker gitlab_service_custom_issue_tracker}
*/
export class ServiceCustomIssueTracker extends cdktf.TerraformResource {
@@ -49,7 +49,7 @@ export class ServiceCustomIssueTracker extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ServiceCustomIssueTracker resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ServiceCustomIssueTracker to import
- * @param importFromId The id of the existing ServiceCustomIssueTracker that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ServiceCustomIssueTracker that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ServiceCustomIssueTracker to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -61,7 +61,7 @@ export class ServiceCustomIssueTracker extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_custom_issue_tracker gitlab_service_custom_issue_tracker} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_custom_issue_tracker gitlab_service_custom_issue_tracker} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -72,7 +72,7 @@ export class ServiceCustomIssueTracker extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_service_custom_issue_tracker',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/service-emails-on-push/README.md b/src/service-emails-on-push/README.md
index 9d31467a9..c308c1a59 100644
--- a/src/service-emails-on-push/README.md
+++ b/src/service-emails-on-push/README.md
@@ -1,3 +1,3 @@
# `gitlab_service_emails_on_push`
-Refer to the Terraform Registry for docs: [`gitlab_service_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push).
+Refer to the Terraform Registry for docs: [`gitlab_service_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push).
diff --git a/src/service-emails-on-push/index.ts b/src/service-emails-on-push/index.ts
index 86fc36553..65c2527b0 100644
--- a/src/service-emails-on-push/index.ts
+++ b/src/service-emails-on-push/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface ServiceEmailsOnPushConfig extends cdktf.TerraformMetaArguments
/**
* 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.6.0/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#branches_to_be_notified}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#branches_to_be_notified ServiceEmailsOnPush#branches_to_be_notified}
*/
readonly branchesToBeNotified?: string;
/**
* Disable code diffs.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#disable_diffs}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#disable_diffs ServiceEmailsOnPush#disable_diffs}
*/
readonly disableDiffs?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#id ServiceEmailsOnPush#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -34,37 +34,37 @@ export interface ServiceEmailsOnPushConfig extends cdktf.TerraformMetaArguments
/**
* 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.6.0/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#project ServiceEmailsOnPush#project}
*/
readonly project: string;
/**
* Enable notifications for push events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#push_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#push_events ServiceEmailsOnPush#push_events}
*/
readonly pushEvents?: boolean | cdktf.IResolvable;
/**
* Emails separated by whitespace.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#recipients}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#recipients ServiceEmailsOnPush#recipients}
*/
readonly recipients: string;
/**
* Send from committer.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#send_from_committer_email}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#send_from_committer_email ServiceEmailsOnPush#send_from_committer_email}
*/
readonly sendFromCommitterEmail?: boolean | cdktf.IResolvable;
/**
* Enable notifications for tag push events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#tag_push_events ServiceEmailsOnPush#tag_push_events}
*/
readonly tagPushEvents?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push gitlab_service_emails_on_push}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push gitlab_service_emails_on_push}
*/
export class ServiceEmailsOnPush extends cdktf.TerraformResource {
@@ -80,7 +80,7 @@ export class ServiceEmailsOnPush extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ServiceEmailsOnPush resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ServiceEmailsOnPush to import
- * @param importFromId The id of the existing ServiceEmailsOnPush that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ServiceEmailsOnPush that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ServiceEmailsOnPush to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -92,7 +92,7 @@ export class ServiceEmailsOnPush extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_emails_on_push gitlab_service_emails_on_push} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_emails_on_push gitlab_service_emails_on_push} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -103,7 +103,7 @@ export class ServiceEmailsOnPush extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_service_emails_on_push',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/service-external-wiki/README.md b/src/service-external-wiki/README.md
index 8a8b658ba..ddc189e80 100644
--- a/src/service-external-wiki/README.md
+++ b/src/service-external-wiki/README.md
@@ -1,3 +1,3 @@
# `gitlab_service_external_wiki`
-Refer to the Terraform Registry for docs: [`gitlab_service_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki).
+Refer to the Terraform Registry for docs: [`gitlab_service_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki).
diff --git a/src/service-external-wiki/index.ts b/src/service-external-wiki/index.ts
index c7264e0e5..7346dd885 100644
--- a/src/service-external-wiki/index.ts
+++ b/src/service-external-wiki/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface ServiceExternalWikiConfig extends cdktf.TerraformMetaArguments
/**
* The URL of the external wiki.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#external_wiki_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#external_wiki_url ServiceExternalWiki#external_wiki_url}
*/
readonly externalWikiUrl: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki#id ServiceExternalWiki#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#id ServiceExternalWiki#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -28,13 +28,13 @@ export interface ServiceExternalWikiConfig extends cdktf.TerraformMetaArguments
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki#project ServiceExternalWiki#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#project ServiceExternalWiki#project}
*/
readonly project: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki gitlab_service_external_wiki}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki gitlab_service_external_wiki}
*/
export class ServiceExternalWiki extends cdktf.TerraformResource {
@@ -50,7 +50,7 @@ export class ServiceExternalWiki extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ServiceExternalWiki resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ServiceExternalWiki to import
- * @param importFromId The id of the existing ServiceExternalWiki that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ServiceExternalWiki that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ServiceExternalWiki to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class ServiceExternalWiki extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_external_wiki gitlab_service_external_wiki} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_external_wiki gitlab_service_external_wiki} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class ServiceExternalWiki extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_service_external_wiki',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/service-github/README.md b/src/service-github/README.md
index 8ac0b411c..27b65c605 100644
--- a/src/service-github/README.md
+++ b/src/service-github/README.md
@@ -1,3 +1,3 @@
# `gitlab_service_github`
-Refer to the Terraform Registry for docs: [`gitlab_service_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github).
+Refer to the Terraform Registry for docs: [`gitlab_service_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github).
diff --git a/src/service-github/index.ts b/src/service-github/index.ts
index 6b111bfbe..f8594d38d 100644
--- a/src/service-github/index.ts
+++ b/src/service-github/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface ServiceGithubConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github#id ServiceGithub#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#id ServiceGithub#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -22,31 +22,31 @@ export interface ServiceGithubConfig extends cdktf.TerraformMetaArguments {
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github#project ServiceGithub#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#project ServiceGithub#project}
*/
readonly project: 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.6.0/docs/resources/service_github#repository_url ServiceGithub#repository_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#repository_url ServiceGithub#repository_url}
*/
readonly repositoryUrl: string;
/**
* 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.6.0/docs/resources/service_github#static_context ServiceGithub#static_context}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#static_context ServiceGithub#static_context}
*/
readonly staticContext?: boolean | cdktf.IResolvable;
/**
* A GitHub personal access token with at least `repo:status` scope.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github#token ServiceGithub#token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#token ServiceGithub#token}
*/
readonly token: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github gitlab_service_github}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github gitlab_service_github}
*/
export class ServiceGithub extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class ServiceGithub extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ServiceGithub resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ServiceGithub to import
- * @param importFromId The id of the existing ServiceGithub that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ServiceGithub that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ServiceGithub to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class ServiceGithub extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_github gitlab_service_github} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_github gitlab_service_github} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class ServiceGithub extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_service_github',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/service-jira/README.md b/src/service-jira/README.md
index 9388101c3..1442a8c2e 100644
--- a/src/service-jira/README.md
+++ b/src/service-jira/README.md
@@ -1,3 +1,3 @@
# `gitlab_service_jira`
-Refer to the Terraform Registry for docs: [`gitlab_service_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira).
+Refer to the Terraform Registry for docs: [`gitlab_service_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira).
diff --git a/src/service-jira/index.ts b/src/service-jira/index.ts
index b3d35bbf8..a8fa1a6db 100644
--- a/src/service-jira/index.ts
+++ b/src/service-jira/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface ServiceJiraConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/service_jira#api_url ServiceJira#api_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#api_url ServiceJira#api_url}
*/
readonly apiUrl?: string;
/**
* 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.6.0/docs/resources/service_jira#comment_on_event_enabled ServiceJira#comment_on_event_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#comment_on_event_enabled ServiceJira#comment_on_event_enabled}
*/
readonly commentOnEventEnabled?: boolean | cdktf.IResolvable;
/**
* Enable notifications for commit events
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira#commit_events ServiceJira#commit_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#commit_events ServiceJira#commit_events}
*/
readonly commitEvents?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira#id ServiceJira#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#id ServiceJira#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -40,91 +40,91 @@ export interface ServiceJiraConfig extends cdktf.TerraformMetaArguments {
/**
* Enable viewing Jira issues in GitLab.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira#issues_enabled ServiceJira#issues_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#issues_enabled ServiceJira#issues_enabled}
*/
readonly issuesEnabled?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/service_jira#jira_auth_type ServiceJira#jira_auth_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_auth_type ServiceJira#jira_auth_type}
*/
readonly jiraAuthType?: number;
/**
* Prefix to match Jira issue keys.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira#jira_issue_prefix ServiceJira#jira_issue_prefix}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_prefix ServiceJira#jira_issue_prefix}
*/
readonly jiraIssuePrefix?: string;
/**
* Regular expression to match Jira issue keys.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira#jira_issue_regex ServiceJira#jira_issue_regex}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_regex ServiceJira#jira_issue_regex}
*/
readonly jiraIssueRegex?: string;
/**
* 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.6.0/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#jira_issue_transition_automatic}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_automatic ServiceJira#jira_issue_transition_automatic}
*/
readonly jiraIssueTransitionAutomatic?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/service_jira#jira_issue_transition_id ServiceJira#jira_issue_transition_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#jira_issue_transition_id ServiceJira#jira_issue_transition_id}
*/
readonly jiraIssueTransitionId?: string;
/**
* Enable notifications for merge request events
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira#merge_requests_events ServiceJira#merge_requests_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#merge_requests_events ServiceJira#merge_requests_events}
*/
readonly mergeRequestsEvents?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/service_jira#password ServiceJira#password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#password ServiceJira#password}
*/
readonly password: string;
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira#project ServiceJira#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project ServiceJira#project}
*/
readonly project: 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.6.0/docs/resources/service_jira#project_key ServiceJira#project_key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_key ServiceJira#project_key}
*/
readonly projectKey?: string;
/**
* 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.6.0/docs/resources/service_jira#project_keys ServiceJira#project_keys}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#project_keys ServiceJira#project_keys}
*/
readonly projectKeys?: 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.6.0/docs/resources/service_jira#url ServiceJira#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#url ServiceJira#url}
*/
readonly url: string;
/**
* Indicates whether or not to inherit default settings. Defaults to false.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira#use_inherited_settings ServiceJira#use_inherited_settings}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#use_inherited_settings ServiceJira#use_inherited_settings}
*/
readonly useInheritedSettings?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/service_jira#username ServiceJira#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#username ServiceJira#username}
*/
readonly username?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira gitlab_service_jira}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira gitlab_service_jira}
*/
export class ServiceJira extends cdktf.TerraformResource {
@@ -140,7 +140,7 @@ export class ServiceJira extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ServiceJira resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ServiceJira to import
- * @param importFromId The id of the existing ServiceJira that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ServiceJira that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ServiceJira to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -152,7 +152,7 @@ export class ServiceJira extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_jira gitlab_service_jira} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_jira gitlab_service_jira} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -163,7 +163,7 @@ export class ServiceJira extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_service_jira',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/service-microsoft-teams/README.md b/src/service-microsoft-teams/README.md
index b2d62e734..6e4c04354 100644
--- a/src/service-microsoft-teams/README.md
+++ b/src/service-microsoft-teams/README.md
@@ -1,3 +1,3 @@
# `gitlab_service_microsoft_teams`
-Refer to the Terraform Registry for docs: [`gitlab_service_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams).
+Refer to the Terraform Registry for docs: [`gitlab_service_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams).
diff --git a/src/service-microsoft-teams/index.ts b/src/service-microsoft-teams/index.ts
index 934d60a6c..501643841 100644
--- a/src/service-microsoft-teams/index.ts
+++ b/src/service-microsoft-teams/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface ServiceMicrosoftTeamsConfig extends cdktf.TerraformMetaArgument
/**
* 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.6.0/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#branches_to_be_notified}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#branches_to_be_notified ServiceMicrosoftTeams#branches_to_be_notified}
*/
readonly branchesToBeNotified?: string;
/**
* Enable notifications for confidential issue events
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#confidential_issues_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_issues_events ServiceMicrosoftTeams#confidential_issues_events}
*/
readonly confidentialIssuesEvents?: boolean | cdktf.IResolvable;
/**
* Enable notifications for confidential note events
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#confidential_note_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#confidential_note_events ServiceMicrosoftTeams#confidential_note_events}
*/
readonly confidentialNoteEvents?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#id ServiceMicrosoftTeams#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -40,67 +40,67 @@ export interface ServiceMicrosoftTeamsConfig extends cdktf.TerraformMetaArgument
/**
* Enable notifications for issue events
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#issues_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#issues_events ServiceMicrosoftTeams#issues_events}
*/
readonly issuesEvents?: boolean | cdktf.IResolvable;
/**
* Enable notifications for merge request events
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#merge_requests_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#merge_requests_events ServiceMicrosoftTeams#merge_requests_events}
*/
readonly mergeRequestsEvents?: boolean | cdktf.IResolvable;
/**
* Enable notifications for note events
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#note_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#note_events ServiceMicrosoftTeams#note_events}
*/
readonly noteEvents?: boolean | cdktf.IResolvable;
/**
* Send notifications for broken pipelines
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#notify_only_broken_pipelines}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#notify_only_broken_pipelines ServiceMicrosoftTeams#notify_only_broken_pipelines}
*/
readonly notifyOnlyBrokenPipelines?: boolean | cdktf.IResolvable;
/**
* Enable notifications for pipeline events
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#pipeline_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#pipeline_events ServiceMicrosoftTeams#pipeline_events}
*/
readonly pipelineEvents?: boolean | cdktf.IResolvable;
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#project ServiceMicrosoftTeams#project}
*/
readonly project: string;
/**
* Enable notifications for push events
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#push_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#push_events ServiceMicrosoftTeams#push_events}
*/
readonly pushEvents?: boolean | cdktf.IResolvable;
/**
* Enable notifications for tag push events
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#tag_push_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#tag_push_events ServiceMicrosoftTeams#tag_push_events}
*/
readonly tagPushEvents?: boolean | cdktf.IResolvable;
/**
* 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.6.0/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#webhook}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#webhook ServiceMicrosoftTeams#webhook}
*/
readonly webhook: string;
/**
* Enable notifications for wiki page events
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#wiki_page_events ServiceMicrosoftTeams#wiki_page_events}
*/
readonly wikiPageEvents?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams}
*/
export class ServiceMicrosoftTeams extends cdktf.TerraformResource {
@@ -116,7 +116,7 @@ export class ServiceMicrosoftTeams extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ServiceMicrosoftTeams resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ServiceMicrosoftTeams to import
- * @param importFromId The id of the existing ServiceMicrosoftTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ServiceMicrosoftTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ServiceMicrosoftTeams to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -128,7 +128,7 @@ export class ServiceMicrosoftTeams extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_microsoft_teams gitlab_service_microsoft_teams} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -139,7 +139,7 @@ export class ServiceMicrosoftTeams extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_service_microsoft_teams',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/service-pipelines-email/README.md b/src/service-pipelines-email/README.md
index c431dec90..e0a3cf93d 100644
--- a/src/service-pipelines-email/README.md
+++ b/src/service-pipelines-email/README.md
@@ -1,3 +1,3 @@
# `gitlab_service_pipelines_email`
-Refer to the Terraform Registry for docs: [`gitlab_service_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email).
+Refer to the Terraform Registry for docs: [`gitlab_service_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email).
diff --git a/src/service-pipelines-email/index.ts b/src/service-pipelines-email/index.ts
index f2721b1ed..5ff98d159 100644
--- a/src/service-pipelines-email/index.ts
+++ b/src/service-pipelines-email/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface ServicePipelinesEmailConfig extends cdktf.TerraformMetaArgument
/**
* 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.6.0/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#branches_to_be_notified}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#branches_to_be_notified ServicePipelinesEmail#branches_to_be_notified}
*/
readonly branchesToBeNotified?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#id ServicePipelinesEmail#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -28,25 +28,25 @@ export interface ServicePipelinesEmailConfig extends cdktf.TerraformMetaArgument
/**
* Notify only broken pipelines. Default is true.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#notify_only_broken_pipelines ServicePipelinesEmail#notify_only_broken_pipelines}
*/
readonly notifyOnlyBrokenPipelines?: boolean | cdktf.IResolvable;
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email#project ServicePipelinesEmail#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#project ServicePipelinesEmail#project}
*/
readonly project: string;
/**
* ) email addresses where notifications are sent.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#recipients}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#recipients ServicePipelinesEmail#recipients}
*/
readonly recipients: string[];
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email gitlab_service_pipelines_email}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email gitlab_service_pipelines_email}
*/
export class ServicePipelinesEmail extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class ServicePipelinesEmail extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ServicePipelinesEmail resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ServicePipelinesEmail to import
- * @param importFromId The id of the existing ServicePipelinesEmail that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ServicePipelinesEmail that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ServicePipelinesEmail to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class ServicePipelinesEmail extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_pipelines_email gitlab_service_pipelines_email} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_pipelines_email gitlab_service_pipelines_email} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class ServicePipelinesEmail extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_service_pipelines_email',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/service-slack/README.md b/src/service-slack/README.md
index cc29f93d9..bbf4d9545 100644
--- a/src/service-slack/README.md
+++ b/src/service-slack/README.md
@@ -1,3 +1,3 @@
# `gitlab_service_slack`
-Refer to the Terraform Registry for docs: [`gitlab_service_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack).
+Refer to the Terraform Registry for docs: [`gitlab_service_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack).
diff --git a/src/service-slack/index.ts b/src/service-slack/index.ts
index f06001be8..b2836c7be 100644
--- a/src/service-slack/index.ts
+++ b/src/service-slack/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,35 +15,35 @@ export interface ServiceSlackConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/service_slack#branches_to_be_notified ServiceSlack#branches_to_be_notified}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#branches_to_be_notified ServiceSlack#branches_to_be_notified}
*/
readonly branchesToBeNotified?: 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.6.0/docs/resources/service_slack#confidential_issue_channel ServiceSlack#confidential_issue_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issue_channel ServiceSlack#confidential_issue_channel}
*/
readonly confidentialIssueChannel?: string;
/**
* Enable notifications for confidential issues events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#confidential_issues_events ServiceSlack#confidential_issues_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_issues_events ServiceSlack#confidential_issues_events}
*/
readonly confidentialIssuesEvents?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive confidential note events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#confidential_note_channel ServiceSlack#confidential_note_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_channel ServiceSlack#confidential_note_channel}
*/
readonly confidentialNoteChannel?: string;
/**
* Enable notifications for confidential note events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#confidential_note_events ServiceSlack#confidential_note_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#confidential_note_events ServiceSlack#confidential_note_events}
*/
readonly confidentialNoteEvents?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#id ServiceSlack#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#id ServiceSlack#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -52,121 +52,121 @@ export interface ServiceSlackConfig extends cdktf.TerraformMetaArguments {
/**
* The name of the channel to receive issue events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#issue_channel ServiceSlack#issue_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issue_channel ServiceSlack#issue_channel}
*/
readonly issueChannel?: string;
/**
* Enable notifications for issues events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#issues_events ServiceSlack#issues_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#issues_events ServiceSlack#issues_events}
*/
readonly issuesEvents?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive merge request events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#merge_request_channel ServiceSlack#merge_request_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_request_channel ServiceSlack#merge_request_channel}
*/
readonly mergeRequestChannel?: string;
/**
* Enable notifications for merge requests events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#merge_requests_events ServiceSlack#merge_requests_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#merge_requests_events ServiceSlack#merge_requests_events}
*/
readonly mergeRequestsEvents?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive note events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#note_channel ServiceSlack#note_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_channel ServiceSlack#note_channel}
*/
readonly noteChannel?: string;
/**
* Enable notifications for note events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#note_events ServiceSlack#note_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#note_events ServiceSlack#note_events}
*/
readonly noteEvents?: boolean | cdktf.IResolvable;
/**
* Send notifications for broken pipelines.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#notify_only_broken_pipelines}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_broken_pipelines ServiceSlack#notify_only_broken_pipelines}
*/
readonly notifyOnlyBrokenPipelines?: boolean | cdktf.IResolvable;
/**
* This parameter has been replaced with `branches_to_be_notified`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#notify_only_default_branch ServiceSlack#notify_only_default_branch}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#notify_only_default_branch ServiceSlack#notify_only_default_branch}
*/
readonly notifyOnlyDefaultBranch?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive pipeline events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#pipeline_channel ServiceSlack#pipeline_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_channel ServiceSlack#pipeline_channel}
*/
readonly pipelineChannel?: string;
/**
* Enable notifications for pipeline events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#pipeline_events ServiceSlack#pipeline_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#pipeline_events ServiceSlack#pipeline_events}
*/
readonly pipelineEvents?: boolean | cdktf.IResolvable;
/**
* ID of the project you want to activate integration on.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#project ServiceSlack#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#project ServiceSlack#project}
*/
readonly project: string;
/**
* The name of the channel to receive push events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#push_channel ServiceSlack#push_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_channel ServiceSlack#push_channel}
*/
readonly pushChannel?: string;
/**
* Enable notifications for push events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#push_events ServiceSlack#push_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#push_events ServiceSlack#push_events}
*/
readonly pushEvents?: boolean | cdktf.IResolvable;
/**
* The name of the channel to receive tag push events notifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#tag_push_channel ServiceSlack#tag_push_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_channel ServiceSlack#tag_push_channel}
*/
readonly tagPushChannel?: string;
/**
* Enable notifications for tag push events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#tag_push_events ServiceSlack#tag_push_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#tag_push_events ServiceSlack#tag_push_events}
*/
readonly tagPushEvents?: boolean | cdktf.IResolvable;
/**
* Username to use.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#username ServiceSlack#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#username ServiceSlack#username}
*/
readonly username?: 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.6.0/docs/resources/service_slack#webhook ServiceSlack#webhook}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#webhook ServiceSlack#webhook}
*/
readonly webhook: 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.6.0/docs/resources/service_slack#wiki_page_channel ServiceSlack#wiki_page_channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_channel ServiceSlack#wiki_page_channel}
*/
readonly wikiPageChannel?: string;
/**
* Enable notifications for wiki page events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#wiki_page_events ServiceSlack#wiki_page_events}
*/
readonly wikiPageEvents?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack gitlab_service_slack}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack gitlab_service_slack}
*/
export class ServiceSlack extends cdktf.TerraformResource {
@@ -182,7 +182,7 @@ export class ServiceSlack extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ServiceSlack resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ServiceSlack to import
- * @param importFromId The id of the existing ServiceSlack that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ServiceSlack that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ServiceSlack to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -194,7 +194,7 @@ export class ServiceSlack extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/service_slack gitlab_service_slack} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/service_slack gitlab_service_slack} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -205,7 +205,7 @@ export class ServiceSlack extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_service_slack',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/system-hook/README.md b/src/system-hook/README.md
index 6ea8af750..9c97f0a11 100644
--- a/src/system-hook/README.md
+++ b/src/system-hook/README.md
@@ -1,3 +1,3 @@
# `gitlab_system_hook`
-Refer to the Terraform Registry for docs: [`gitlab_system_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook).
+Refer to the Terraform Registry for docs: [`gitlab_system_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook).
diff --git a/src/system-hook/index.ts b/src/system-hook/index.ts
index 08dce79b8..266af99d9 100644
--- a/src/system-hook/index.ts
+++ b/src/system-hook/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface SystemHookConfig extends cdktf.TerraformMetaArguments {
/**
* Do SSL verification when triggering the hook.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#enable_ssl_verification SystemHook#enable_ssl_verification}
*/
readonly enableSslVerification?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#id SystemHook#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#id SystemHook#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -28,43 +28,43 @@ export interface SystemHookConfig extends cdktf.TerraformMetaArguments {
/**
* Trigger hook on merge requests events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#merge_requests_events SystemHook#merge_requests_events}
*/
readonly mergeRequestsEvents?: boolean | cdktf.IResolvable;
/**
* When true, the hook fires on push events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#push_events SystemHook#push_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#push_events SystemHook#push_events}
*/
readonly pushEvents?: boolean | cdktf.IResolvable;
/**
* Trigger hook on repository update events.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#repository_update_events SystemHook#repository_update_events}
*/
readonly repositoryUpdateEvents?: boolean | cdktf.IResolvable;
/**
* When true, the hook fires on new tags being pushed.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#tag_push_events SystemHook#tag_push_events}
*/
readonly tagPushEvents?: boolean | cdktf.IResolvable;
/**
* Secret token to validate received payloads; this isn’t returned in the response. This attribute is not available for imported resources.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#token SystemHook#token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#token SystemHook#token}
*/
readonly token?: string;
/**
* The hook URL.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#url SystemHook#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#url SystemHook#url}
*/
readonly url: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook gitlab_system_hook}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook gitlab_system_hook}
*/
export class SystemHook extends cdktf.TerraformResource {
@@ -80,7 +80,7 @@ export class SystemHook extends cdktf.TerraformResource {
* Generates CDKTF code for importing a SystemHook resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the SystemHook to import
- * @param importFromId The id of the existing SystemHook that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing SystemHook that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the SystemHook to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -92,7 +92,7 @@ export class SystemHook extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/system_hook gitlab_system_hook} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/system_hook gitlab_system_hook} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -103,7 +103,7 @@ export class SystemHook extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_system_hook',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/tag-protection/README.md b/src/tag-protection/README.md
index 732f64721..b46e6ca18 100644
--- a/src/tag-protection/README.md
+++ b/src/tag-protection/README.md
@@ -1,3 +1,3 @@
# `gitlab_tag_protection`
-Refer to the Terraform Registry for docs: [`gitlab_tag_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection).
+Refer to the Terraform Registry for docs: [`gitlab_tag_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection).
diff --git a/src/tag-protection/index.ts b/src/tag-protection/index.ts
index 7651eec44..65fa34212 100644
--- a/src/tag-protection/index.ts
+++ b/src/tag-protection/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,25 @@ export interface TagProtectionConfig extends cdktf.TerraformMetaArguments {
/**
* Access levels allowed to create. Default value of `maintainer`. The default value is always sent if not provided in the configuration. Valid values are: `no one`, `developer`, `maintainer`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#create_access_level TagProtection#create_access_level}
*/
readonly createAccessLevel?: string;
/**
* The id of the project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#project TagProtection#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#project TagProtection#project}
*/
readonly project: string;
/**
* Name of the tag or wildcard.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#tag TagProtection#tag}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#tag TagProtection#tag}
*/
readonly tag: string;
/**
* allowed_to_create block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#allowed_to_create TagProtection#allowed_to_create}
*/
readonly allowedToCreate?: TagProtectionAllowedToCreate[] | cdktf.IResolvable;
}
@@ -41,19 +41,19 @@ export interface TagProtectionAllowedToCreate {
/**
* Access levels allowed to create protected tags. Valid values are: `no one`, `developer`, `maintainer`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#access_level TagProtection#access_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#access_level TagProtection#access_level}
*/
readonly accessLevel?: string;
/**
* 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.6.0/docs/resources/tag_protection#group_id TagProtection#group_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#group_id TagProtection#group_id}
*/
readonly groupId?: 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.6.0/docs/resources/tag_protection#user_id TagProtection#user_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#user_id TagProtection#user_id}
*/
readonly userId?: number;
}
@@ -232,7 +232,7 @@ export class TagProtectionAllowedToCreateList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection gitlab_tag_protection}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection gitlab_tag_protection}
*/
export class TagProtection extends cdktf.TerraformResource {
@@ -248,7 +248,7 @@ export class TagProtection extends cdktf.TerraformResource {
* Generates CDKTF code for importing a TagProtection resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the TagProtection to import
- * @param importFromId The id of the existing TagProtection that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing TagProtection that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the TagProtection to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -260,7 +260,7 @@ export class TagProtection extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/tag_protection gitlab_tag_protection} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/tag_protection gitlab_tag_protection} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -271,7 +271,7 @@ export class TagProtection extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_tag_protection',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/topic/README.md b/src/topic/README.md
index 43b66fb39..972c61daf 100644
--- a/src/topic/README.md
+++ b/src/topic/README.md
@@ -1,3 +1,3 @@
# `gitlab_topic`
-Refer to the Terraform Registry for docs: [`gitlab_topic`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic).
+Refer to the Terraform Registry for docs: [`gitlab_topic`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic).
diff --git a/src/topic/index.ts b/src/topic/index.ts
index bba6d59ab..c43be2a8e 100644
--- a/src/topic/index.ts
+++ b/src/topic/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface TopicConfig extends cdktf.TerraformMetaArguments {
/**
* 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.6.0/docs/resources/topic#avatar Topic#avatar}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar Topic#avatar}
*/
readonly avatar?: string;
/**
* 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.6.0/docs/resources/topic#avatar_hash Topic#avatar_hash}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#avatar_hash Topic#avatar_hash}
*/
readonly avatarHash?: string;
/**
* A text describing the topic.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#description Topic#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#description Topic#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#id Topic#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#id Topic#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -40,25 +40,25 @@ export interface TopicConfig extends cdktf.TerraformMetaArguments {
/**
* The topic's name.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#name Topic#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#name Topic#name}
*/
readonly name: string;
/**
* Empty the topics fields instead of deleting it.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#soft_destroy Topic#soft_destroy}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#soft_destroy Topic#soft_destroy}
*/
readonly softDestroy?: boolean | cdktf.IResolvable;
/**
* The topic's description. Requires at least GitLab 15.0 for which it's a required argument.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#title Topic#title}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#title Topic#title}
*/
readonly title?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic gitlab_topic}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic gitlab_topic}
*/
export class Topic extends cdktf.TerraformResource {
@@ -74,7 +74,7 @@ export class Topic extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Topic resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Topic to import
- * @param importFromId The id of the existing Topic that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing Topic that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Topic to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -86,7 +86,7 @@ export class Topic extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/topic gitlab_topic} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/topic gitlab_topic} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -97,7 +97,7 @@ export class Topic extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_topic',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/user-custom-attribute/README.md b/src/user-custom-attribute/README.md
index 6e11f4530..5b43df510 100644
--- a/src/user-custom-attribute/README.md
+++ b/src/user-custom-attribute/README.md
@@ -1,3 +1,3 @@
# `gitlab_user_custom_attribute`
-Refer to the Terraform Registry for docs: [`gitlab_user_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute).
+Refer to the Terraform Registry for docs: [`gitlab_user_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute).
diff --git a/src/user-custom-attribute/index.ts b/src/user-custom-attribute/index.ts
index 6939e4774..3db689c1c 100644
--- a/src/user-custom-attribute/index.ts
+++ b/src/user-custom-attribute/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface UserCustomAttributeConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#id UserCustomAttribute#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#id UserCustomAttribute#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -22,25 +22,25 @@ export interface UserCustomAttributeConfig extends cdktf.TerraformMetaArguments
/**
* Key for the Custom Attribute.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#key UserCustomAttribute#key}
*/
readonly key: string;
/**
* The id of the user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#user UserCustomAttribute#user}
*/
readonly user: number;
/**
* Value for the Custom Attribute.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#value UserCustomAttribute#value}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#value UserCustomAttribute#value}
*/
readonly value: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute gitlab_user_custom_attribute}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute gitlab_user_custom_attribute}
*/
export class UserCustomAttribute extends cdktf.TerraformResource {
@@ -56,7 +56,7 @@ export class UserCustomAttribute extends cdktf.TerraformResource {
* Generates CDKTF code for importing a UserCustomAttribute resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the UserCustomAttribute to import
- * @param importFromId The id of the existing UserCustomAttribute that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing UserCustomAttribute that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the UserCustomAttribute to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -68,7 +68,7 @@ export class UserCustomAttribute extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_custom_attribute gitlab_user_custom_attribute} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_custom_attribute gitlab_user_custom_attribute} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -79,7 +79,7 @@ export class UserCustomAttribute extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_user_custom_attribute',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/user-gpgkey/README.md b/src/user-gpgkey/README.md
index d916111ad..f478297ff 100644
--- a/src/user-gpgkey/README.md
+++ b/src/user-gpgkey/README.md
@@ -1,3 +1,3 @@
# `gitlab_user_gpgkey`
-Refer to the Terraform Registry for docs: [`gitlab_user_gpgkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey).
+Refer to the Terraform Registry for docs: [`gitlab_user_gpgkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey).
diff --git a/src/user-gpgkey/index.ts b/src/user-gpgkey/index.ts
index ce58b0288..887a37ed0 100644
--- a/src/user-gpgkey/index.ts
+++ b/src/user-gpgkey/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface UserGpgkeyConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#id UserGpgkey#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#id UserGpgkey#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -22,19 +22,19 @@ export interface UserGpgkeyConfig extends cdktf.TerraformMetaArguments {
/**
* The armored GPG public key.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#key UserGpgkey#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#key UserGpgkey#key}
*/
readonly key: string;
/**
* The ID of the user to add the GPG key to. If this field is omitted, this resource manages a GPG key for the current user. Otherwise, this resource manages a GPG key for the specified user, and an admin token is required.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#user_id UserGpgkey#user_id}
*/
readonly userId?: number;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey gitlab_user_gpgkey}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey gitlab_user_gpgkey}
*/
export class UserGpgkey extends cdktf.TerraformResource {
@@ -50,7 +50,7 @@ export class UserGpgkey extends cdktf.TerraformResource {
* Generates CDKTF code for importing a UserGpgkey resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the UserGpgkey to import
- * @param importFromId The id of the existing UserGpgkey that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing UserGpgkey that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the UserGpgkey to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class UserGpgkey extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_gpgkey gitlab_user_gpgkey} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_gpgkey gitlab_user_gpgkey} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class UserGpgkey extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_user_gpgkey',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/user-impersonation-token/README.md b/src/user-impersonation-token/README.md
index 228a844b8..802cfbb42 100644
--- a/src/user-impersonation-token/README.md
+++ b/src/user-impersonation-token/README.md
@@ -1,3 +1,3 @@
# `gitlab_user_impersonation_token`
-Refer to the Terraform Registry for docs: [`gitlab_user_impersonation_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token).
+Refer to the Terraform Registry for docs: [`gitlab_user_impersonation_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token).
diff --git a/src/user-impersonation-token/index.ts b/src/user-impersonation-token/index.ts
index e774c88a6..ec0702562 100644
--- a/src/user-impersonation-token/index.ts
+++ b/src/user-impersonation-token/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,31 +15,31 @@ export interface UserImpersonationTokenConfig extends cdktf.TerraformMetaArgumen
/**
* Expiration date of the impersonation token in ISO format (YYYY-MM-DD).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#expires_at UserImpersonationToken#expires_at}
*/
readonly expiresAt: string;
/**
* The name of the impersonation token.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#name UserImpersonationToken#name}
*/
readonly name: string;
/**
* Array of scopes of the impersonation 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.6.0/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#scopes UserImpersonationToken#scopes}
*/
readonly scopes: string[];
/**
* The ID of the user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#user_id UserImpersonationToken#user_id}
*/
readonly userId: number;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token gitlab_user_impersonation_token}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token gitlab_user_impersonation_token}
*/
export class UserImpersonationToken extends cdktf.TerraformResource {
@@ -55,7 +55,7 @@ export class UserImpersonationToken extends cdktf.TerraformResource {
* Generates CDKTF code for importing a UserImpersonationToken resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the UserImpersonationToken to import
- * @param importFromId The id of the existing UserImpersonationToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing UserImpersonationToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the UserImpersonationToken to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -67,7 +67,7 @@ export class UserImpersonationToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_impersonation_token gitlab_user_impersonation_token} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_impersonation_token gitlab_user_impersonation_token} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -78,7 +78,7 @@ export class UserImpersonationToken extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_user_impersonation_token',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/user-runner/README.md b/src/user-runner/README.md
index db35c8b84..6922012c1 100644
--- a/src/user-runner/README.md
+++ b/src/user-runner/README.md
@@ -1,3 +1,3 @@
# `gitlab_user_runner`
-Refer to the Terraform Registry for docs: [`gitlab_user_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner).
+Refer to the Terraform Registry for docs: [`gitlab_user_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner).
diff --git a/src/user-runner/index.ts b/src/user-runner/index.ts
index c8f096f36..bc3a60a09 100644
--- a/src/user-runner/index.ts
+++ b/src/user-runner/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,73 +15,73 @@ export interface UserRunnerConfig extends cdktf.TerraformMetaArguments {
/**
* The access level of the runner. Valid values are: `not_protected`, `ref_protected`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#access_level UserRunner#access_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#access_level UserRunner#access_level}
*/
readonly accessLevel?: string;
/**
* Description of the runner.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#description UserRunner#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#description UserRunner#description}
*/
readonly description?: string;
/**
* The ID of the group that the runner is created in. Required if runner_type is group_type.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#group_id UserRunner#group_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#group_id UserRunner#group_id}
*/
readonly groupId?: number;
/**
* Specifies if the runner should be locked for the current project.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#locked UserRunner#locked}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#locked UserRunner#locked}
*/
readonly locked?: boolean | cdktf.IResolvable;
/**
* Free-form maintenance notes for the runner (1024 characters)
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maintenance_note UserRunner#maintenance_note}
*/
readonly maintenanceNote?: string;
/**
* Maximum timeout that limits the amount of time (in seconds) that runners can run jobs. Must be at least 600 (10 minutes).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#maximum_timeout UserRunner#maximum_timeout}
*/
readonly maximumTimeout?: number;
/**
* Specifies if the runner should ignore new jobs.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#paused UserRunner#paused}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#paused UserRunner#paused}
*/
readonly paused?: boolean | cdktf.IResolvable;
/**
* The ID of the project that the runner is created in. Required if runner_type is project_type.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#project_id UserRunner#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#project_id UserRunner#project_id}
*/
readonly projectId?: number;
/**
* The scope of the runner. Valid values are: `instance_type`, `group_type`, `project_type`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#runner_type UserRunner#runner_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#runner_type UserRunner#runner_type}
*/
readonly runnerType: string;
/**
* A list of runner tags.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#tag_list UserRunner#tag_list}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#tag_list UserRunner#tag_list}
*/
readonly tagList?: string[];
/**
* Specifies if the runner should handle untagged jobs.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#untagged UserRunner#untagged}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#untagged UserRunner#untagged}
*/
readonly untagged?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner gitlab_user_runner}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner gitlab_user_runner}
*/
export class UserRunner extends cdktf.TerraformResource {
@@ -97,7 +97,7 @@ export class UserRunner extends cdktf.TerraformResource {
* Generates CDKTF code for importing a UserRunner resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the UserRunner to import
- * @param importFromId The id of the existing UserRunner that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing UserRunner that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the UserRunner to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -109,7 +109,7 @@ export class UserRunner extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_runner gitlab_user_runner} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_runner gitlab_user_runner} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -120,7 +120,7 @@ export class UserRunner extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_user_runner',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/user-sshkey/README.md b/src/user-sshkey/README.md
index 9e1a04c4f..5e560e001 100644
--- a/src/user-sshkey/README.md
+++ b/src/user-sshkey/README.md
@@ -1,3 +1,3 @@
# `gitlab_user_sshkey`
-Refer to the Terraform Registry for docs: [`gitlab_user_sshkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey).
+Refer to the Terraform Registry for docs: [`gitlab_user_sshkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey).
diff --git a/src/user-sshkey/index.ts b/src/user-sshkey/index.ts
index 2f3c4b168..f960fc426 100644
--- a/src/user-sshkey/index.ts
+++ b/src/user-sshkey/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface UserSshkeyConfig extends cdktf.TerraformMetaArguments {
/**
* The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#expires_at UserSshkey#expires_at}
*/
readonly expiresAt?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#id UserSshkey#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#id UserSshkey#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -28,25 +28,25 @@ export interface UserSshkeyConfig extends cdktf.TerraformMetaArguments {
/**
* The ssh key. The SSH key `comment` (trailing part) is optional and ignored for diffing, because GitLab overrides it with the username and GitLab hostname.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#key UserSshkey#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#key UserSshkey#key}
*/
readonly key: string;
/**
* The title of the ssh key.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#title UserSshkey#title}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#title UserSshkey#title}
*/
readonly title: string;
/**
* The ID or username of the user. If this field is omitted, this resource manages a SSH key for the current user. Otherwise, this resource manages a SSH key for the specified user, and an admin token is required.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#user_id UserSshkey#user_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#user_id UserSshkey#user_id}
*/
readonly userId?: number;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey gitlab_user_sshkey}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey gitlab_user_sshkey}
*/
export class UserSshkey extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class UserSshkey extends cdktf.TerraformResource {
* Generates CDKTF code for importing a UserSshkey resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the UserSshkey to import
- * @param importFromId The id of the existing UserSshkey that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing UserSshkey that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the UserSshkey to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class UserSshkey extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user_sshkey gitlab_user_sshkey} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user_sshkey gitlab_user_sshkey} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class UserSshkey extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_user_sshkey',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/user/README.md b/src/user/README.md
index 0d6acee42..10f8fdb4b 100644
--- a/src/user/README.md
+++ b/src/user/README.md
@@ -1,3 +1,3 @@
# `gitlab_user`
-Refer to the Terraform Registry for docs: [`gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user).
+Refer to the Terraform Registry for docs: [`gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user).
diff --git a/src/user/index.ts b/src/user/index.ts
index bcc8dc33c..4fefadaa9 100644
--- a/src/user/index.ts
+++ b/src/user/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user
+// https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,29 +15,29 @@ export interface UserConfig extends cdktf.TerraformMetaArguments {
/**
* Boolean, defaults to false. Whether to allow the user to create groups.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#can_create_group User#can_create_group}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#can_create_group User#can_create_group}
*/
readonly canCreateGroup?: boolean | cdktf.IResolvable;
/**
* The e-mail address of the user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#email User#email}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#email User#email}
*/
readonly email: string;
/**
* String, a specific external authentication provider UID.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#extern_uid User#extern_uid}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#extern_uid User#extern_uid}
*/
readonly externUid?: string;
/**
* String, the external provider.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#external_provider User#external_provider}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#external_provider User#external_provider}
*/
readonly externalProvider?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#id User#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#id User#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -46,73 +46,73 @@ export interface UserConfig extends cdktf.TerraformMetaArguments {
/**
* Boolean, defaults to false. Whether to enable administrative privileges
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_admin User#is_admin}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_admin User#is_admin}
*/
readonly isAdmin?: boolean | cdktf.IResolvable;
/**
* Boolean, defaults to false. Whether a user has access only to some internal or private projects. External users can only access projects to which they are explicitly granted access.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#is_external User#is_external}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#is_external User#is_external}
*/
readonly isExternal?: boolean | cdktf.IResolvable;
/**
* The name of the user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#name User#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#name User#name}
*/
readonly name: string;
/**
* The ID of the user's namespace. Available since GitLab 14.10.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#namespace_id User#namespace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#namespace_id User#namespace_id}
*/
readonly namespaceId?: number;
/**
* The note associated to the user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#note User#note}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#note User#note}
*/
readonly note?: string;
/**
* The password of the user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#password User#password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#password User#password}
*/
readonly password?: string;
/**
* Integer, defaults to 0. Number of projects user can create.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#projects_limit User#projects_limit}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#projects_limit User#projects_limit}
*/
readonly projectsLimit?: number;
/**
* Boolean, defaults to false. Send user password reset link.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#reset_password User#reset_password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#reset_password User#reset_password}
*/
readonly resetPassword?: boolean | cdktf.IResolvable;
/**
* Boolean, defaults to true. Whether to skip confirmation.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#skip_confirmation User#skip_confirmation}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#skip_confirmation User#skip_confirmation}
*/
readonly skipConfirmation?: boolean | cdktf.IResolvable;
/**
* String, defaults to 'active'. The state of the user account. Valid values are `active`, `deactivated`, `blocked`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#state User#state}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#state User#state}
*/
readonly state?: string;
/**
* The username of the user.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#username User#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#username User#username}
*/
readonly username: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user gitlab_user}
+* Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user gitlab_user}
*/
export class User extends cdktf.TerraformResource {
@@ -128,7 +128,7 @@ export class User extends cdktf.TerraformResource {
* Generates CDKTF code for importing a User resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the User to import
- * @param importFromId The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the User to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -140,7 +140,7 @@ export class User extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/user gitlab_user} Resource
+ * Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.1/docs/resources/user gitlab_user} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -151,7 +151,7 @@ export class User extends cdktf.TerraformResource {
terraformResourceType: 'gitlab_user',
terraformGeneratorMetadata: {
providerName: 'gitlab',
- providerVersion: '17.6.0',
+ providerVersion: '17.6.1',
providerVersionConstraint: '~> 17.0'
},
provider: config.provider,
diff --git a/src/version.json b/src/version.json
index 72dc965eb..953826983 100644
--- a/src/version.json
+++ b/src/version.json
@@ -1,3 +1,3 @@
{
- "registry.terraform.io/gitlabhq/gitlab": "17.6.0"
+ "registry.terraform.io/gitlabhq/gitlab": "17.6.1"
}